# 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-failuresopjuikx5/.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_mount_verify.yml *********************************************** 1 plays in /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml PLAY [Basic mount verify snapshot test] **************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:2 Friday 01 March 2024 17:17:17 +0000 (0:00:00.011) 0:00:00.011 ********** ok: [sut] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:46 Friday 01 March 2024 17:17:18 +0000 (0:00:01.048) 0:00:01.060 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/setup.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/setup.yml:10 Friday 01 March 2024 17:17:18 +0000 (0:00:00.013) 0:00:01.074 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set mount parent] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/setup.yml:15 Friday 01 March 2024 17:17:18 +0000 (0:00:00.252) 0:00:01.326 ********** ok: [sut] => { "ansible_facts": { "test_mnt_parent": "/mnt" }, "changed": false } TASK [Run the storage role install base packages] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/setup.yml:19 Friday 01 March 2024 17:17:18 +0000 (0:00:00.018) 0:00:01.344 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 17:17:18 +0000 (0:00:00.016) 0:00:01.361 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 17:17:18 +0000 (0:00:00.013) 0:00:01.375 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 17:17:18 +0000 (0:00:00.018) 0:00:01.394 ********** 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_8.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 17:17:18 +0000 (0:00:00.025) 0:00:01.420 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 17:17:18 +0000 (0:00:00.202) 0:00:01.622 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 17:17:18 +0000 (0:00:00.014) 0:00:01.637 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 17:17:18 +0000 (0:00:00.009) 0:00:01.647 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 17:17:18 +0000 (0:00:00.010) 0:00:01.657 ********** 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-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 17:17:18 +0000 (0:00:00.025) 0:00:01.683 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 17:17:21 +0000 (0:00:02.688) 0:00:04.372 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 17:17:21 +0000 (0:00:00.011) 0:00:04.384 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 17:17:21 +0000 (0:00:00.011) 0:00:04.395 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 17:17:21 +0000 (0:00:00.490) 0:00:04.885 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 17:17:21 +0000 (0:00:00.020) 0:00:04.906 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 17:17:21 +0000 (0:00:00.017) 0:00:04.923 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 17:17:22 +0000 (0:00:00.017) 0:00:04.941 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 17:17:22 +0000 (0:00:00.018) 0:00:04.959 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 17:17:24 +0000 (0:00:02.581) 0:00:07.541 ********** 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" }, "auto-cpufreq.service": { "name": "auto-cpufreq.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "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-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.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": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "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" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.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" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "lvm2-pvscan@8:0.service": { "name": "lvm2-pvscan@8:0.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:16.service": { "name": "lvm2-pvscan@8:16.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:32.service": { "name": "lvm2-pvscan@8:32.service", "source": "systemd", "state": "stopped", "status": "active" }, "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" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-convert.service": { "name": "nfs-convert.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" }, "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" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "power-profiles-daemon.service": { "name": "power-profiles-daemon.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" }, "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" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "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": "active", "status": "enabled" }, "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-plymouth.service": { "name": "systemd-ask-password-plymouth.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-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-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-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-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "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": "stopped", "status": "enabled" }, "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": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "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-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "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-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" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tlp.service": { "name": "tlp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "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" }, "vdo-start-by-dev@.service": { "name": "vdo-start-by-dev@.service", "source": "systemd", "state": "unknown", "status": "static" }, "vdo.service": { "name": "vdo.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 17:17:26 +0000 (0:00:01.906) 0:00:09.448 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 17:17:26 +0000 (0:00:00.033) 0:00:09.481 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 17:17:26 +0000 (0:00:00.010) 0:00:09.492 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 17:17:26 +0000 (0:00:00.396) 0:00:09.888 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 17:17:26 +0000 (0:00:00.018) 0:00:09.907 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 17:17:26 +0000 (0:00:00.008) 0:00:09.916 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 17:17:26 +0000 (0:00:00.013) 0:00:09.929 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 17:17:27 +0000 (0:00:00.012) 0:00:09.942 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 17:17:27 +0000 (0:00:00.012) 0:00:09.954 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 17:17:27 +0000 (0:00:00.018) 0:00:09.973 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 17:17:27 +0000 (0:00:00.010) 0:00:09.983 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 17:17:27 +0000 (0:00:00.018) 0:00:10.002 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 17:17:27 +0000 (0:00:00.018) 0:00:10.020 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 17:17:27 +0000 (0:00:00.011) 0:00:10.031 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709312889.8846395, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063408.235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1709063064.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4259656727", "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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 17:17:27 +0000 (0:00:00.208) 0:00:10.240 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 17:17:27 +0000 (0:00:00.009) 0:00:10.250 ********** ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/setup.yml:23 Friday 01 March 2024 17:17:28 +0000 (0:00:00.785) 0:00:11.035 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:5 Friday 01 March 2024 17:17:28 +0000 (0:00:00.018) 0:00:11.054 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:10 Friday 01 March 2024 17:17:28 +0000 (0:00:00.201) 0:00:11.255 ********** ok: [sut] => { "ansible_facts": { "__snapshot_is_ostree": false }, "changed": false } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:14 Friday 01 March 2024 17:17:28 +0000 (0:00:00.015) 0:00:11.271 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:23 Friday 01 March 2024 17:17:30 +0000 (0:00:02.479) 0:00:13.750 ********** 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-failuresopjuikx5/tests/get_unused_disk.yml:31 Friday 01 March 2024 17:17:31 +0000 (0:00:00.304) 0:00:14.054 ********** 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-failuresopjuikx5/tests/get_unused_disk.yml:36 Friday 01 March 2024 17:17:31 +0000 (0:00:00.014) 0:00:14.069 ********** 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-failuresopjuikx5/tests/get_unused_disk.yml:44 Friday 01 March 2024 17:17:31 +0000 (0:00:00.012) 0:00:14.082 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:49 Friday 01 March 2024 17:17:31 +0000 (0:00:00.019) 0:00:14.101 ********** 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-failuresopjuikx5/tests/get_unused_disk.yml:58 Friday 01 March 2024 17:17:31 +0000 (0:00:00.019) 0:00:14.121 ********** 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-failuresopjuikx5/tests/tasks/setup.yml:29 Friday 01 March 2024 17:17:31 +0000 (0:00:00.020) 0:00:14.142 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 17:17:31 +0000 (0:00:00.026) 0:00:14.169 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 17:17:31 +0000 (0:00:00.016) 0:00:14.186 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 17:17:31 +0000 (0:00:00.021) 0:00:14.207 ********** 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_8.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 17:17:31 +0000 (0:00:00.030) 0:00:14.237 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 17:17:31 +0000 (0:00:00.034) 0:00:14.272 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 17:17:31 +0000 (0:00:00.017) 0:00:14.289 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 17:17:31 +0000 (0:00:00.012) 0:00:14.302 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 17:17:31 +0000 (0:00:00.012) 0:00:14.314 ********** 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-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 17:17:31 +0000 (0:00:00.028) 0:00:14.343 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 17:17:34 +0000 (0:00:02.677) 0:00:17.020 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "volumes": [ { "fs_type": "xfs", "name": "lv1", "size": "15%" }, { "fs_type": "xfs", "name": "lv2", "size": "50%" } ] }, { "disks": [ "sdd", "sde", "sdf" ], "name": "test_vg2", "volumes": [ { "fs_type": "xfs", "name": "lv3", "size": "10%" }, { "fs_type": "xfs", "name": "lv4", "size": "20%" } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "name": "test_vg3", "volumes": [ { "fs_type": "xfs", "name": "lv5", "size": "30%" }, { "fs_type": "xfs", "name": "lv6", "size": "25%" }, { "fs_type": "xfs", "name": "lv7", "size": "10%" }, { "fs_type": "xfs", "name": "lv8", "size": "10%" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 17:17:34 +0000 (0:00:00.027) 0:00:17.048 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 17:17:34 +0000 (0:00:00.013) 0:00:17.062 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 17:17:38 +0000 (0:00:04.265) 0:00:21.327 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 17:17:38 +0000 (0:00:00.023) 0:00:21.351 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 17:17:38 +0000 (0:00:00.017) 0:00:21.369 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 17:17:38 +0000 (0:00:00.018) 0:00:21.387 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 17:17:38 +0000 (0:00:00.017) 0:00:21.405 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 17:17:41 +0000 (0:00:02.551) 0:00:23.957 ********** 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" }, "auto-cpufreq.service": { "name": "auto-cpufreq.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "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-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.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": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "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" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.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" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "lvm2-pvscan@8:0.service": { "name": "lvm2-pvscan@8:0.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:16.service": { "name": "lvm2-pvscan@8:16.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:32.service": { "name": "lvm2-pvscan@8:32.service", "source": "systemd", "state": "stopped", "status": "active" }, "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" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-convert.service": { "name": "nfs-convert.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" }, "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" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "power-profiles-daemon.service": { "name": "power-profiles-daemon.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" }, "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" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "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": "active", "status": "enabled" }, "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-plymouth.service": { "name": "systemd-ask-password-plymouth.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-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-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-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-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "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": "stopped", "status": "enabled" }, "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": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "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-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "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-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" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tlp.service": { "name": "tlp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "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" }, "vdo-start-by-dev@.service": { "name": "vdo-start-by-dev@.service", "source": "systemd", "state": "unknown", "status": "static" }, "vdo.service": { "name": "vdo.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 17:17:42 +0000 (0:00:01.834) 0:00:25.791 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 17:17:42 +0000 (0:00:00.030) 0:00:25.822 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 17:17:42 +0000 (0:00:00.010) 0:00:25.832 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 17:17:53 +0000 (0:00:10.356) 0:00:36.189 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 17:17:53 +0000 (0:00:00.019) 0:00:36.208 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 17:17:53 +0000 (0:00:00.009) 0:00:36.217 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 17:17:53 +0000 (0:00:00.021) 0:00:36.239 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 17:17:53 +0000 (0:00:00.019) 0:00:36.259 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 17:17:53 +0000 (0:00:00.013) 0:00:36.273 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 17:17:53 +0000 (0:00:00.021) 0:00:36.295 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 17:17:53 +0000 (0:00:00.011) 0:00:36.306 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 17:17:53 +0000 (0:00:00.019) 0:00:36.326 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 17:17:53 +0000 (0:00:00.019) 0:00:36.345 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 17:17:53 +0000 (0:00:00.010) 0:00:36.355 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709312889.8846395, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063408.235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1709063064.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4259656727", "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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 17:17:53 +0000 (0:00:00.209) 0:00:36.565 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 17:17:53 +0000 (0:00:00.011) 0:00:36.577 ********** ok: [sut] TASK [Run the snapshot role to create snapshot LVs] **************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:49 Friday 01 March 2024 17:17:54 +0000 (0:00:00.842) 0:00:37.419 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:17:54 +0000 (0:00:00.026) 0:00:37.446 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:17:54 +0000 (0:00:00.017) 0:00:37.463 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:17:54 +0000 (0:00:00.023) 0:00:37.487 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:17:54 +0000 (0:00:00.016) 0:00:37.503 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:17:54 +0000 (0:00:00.014) 0:00:37.517 ********** 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_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:17:54 +0000 (0:00:00.031) 0:00:37.549 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:17:57 +0000 (0:00:02.467) 0:00:40.017 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py snapshot -a -r 15 -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command snapshot] ****** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:17:57 +0000 (0:00:00.027) 0:00:40.044 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:18:00 +0000 (0:00:02.977) 0:00:43.021 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.244 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.244 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:18:00 +0000 (0:00:00.014) 0:00:43.036 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:18:00 +0000 (0:00:00.024) 0:00:43.060 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:18:00 +0000 (0:00:00.011) 0:00:43.072 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify the snapshot LVs are created] ************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:58 Friday 01 March 2024 17:18:00 +0000 (0:00:00.015) 0:00:43.087 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:18:00 +0000 (0:00:00.047) 0:00:43.134 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:18:00 +0000 (0:00:00.018) 0:00:43.152 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:18:00 +0000 (0:00:00.021) 0:00:43.174 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:18:00 +0000 (0:00:00.014) 0:00:43.189 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:18:00 +0000 (0:00:00.014) 0:00:43.204 ********** 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_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:18:00 +0000 (0:00:00.031) 0:00:43.235 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:18:02 +0000 (0:00:02.506) 0:00:45.741 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py check -a -v -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command check] ********* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:18:02 +0000 (0:00:00.029) 0:00:45.770 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:18:04 +0000 (0:00:01.428) 0:00:47.198 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.244 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.244 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:18:04 +0000 (0:00:00.014) 0:00:47.213 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:18:04 +0000 (0:00:00.024) 0:00:47.238 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:18:04 +0000 (0:00:00.010) 0:00:47.249 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Mount the snapshot for lv1] ********************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:67 Friday 01 March 2024 17:18:04 +0000 (0:00:00.015) 0:00:47.264 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:18:04 +0000 (0:00:00.030) 0:00:47.295 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:18:04 +0000 (0:00:00.017) 0:00:47.312 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:18:04 +0000 (0:00:00.021) 0:00:47.334 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:18:04 +0000 (0:00:00.014) 0:00:47.349 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:18:04 +0000 (0:00:00.015) 0:00:47.364 ********** 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_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:18:04 +0000 (0:00:00.031) 0:00:47.396 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:18:06 +0000 (0:00:02.479) 0:00:49.875 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -vg test_vg1 -lv lv1 -s snapset1 -m /mnt/lv1_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:18:06 +0000 (0:00:00.027) 0:00:49.902 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:18:07 +0000 (0:00:00.368) 0:00:50.271 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.244 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.244 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:18:07 +0000 (0:00:00.015) 0:00:50.286 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:18:07 +0000 (0:00:00.024) 0:00:50.311 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:18:07 +0000 (0:00:00.010) 0:00:50.322 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert changes for mount] ************************************************ task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:78 Friday 01 March 2024 17:18:07 +0000 (0:00:00.016) 0:00:50.338 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Mount the snapshot for lv1 again for idempotence] ************************ task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:82 Friday 01 March 2024 17:18:07 +0000 (0:00:00.012) 0:00:50.351 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:18:07 +0000 (0:00:00.034) 0:00:50.386 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:18:07 +0000 (0:00:00.017) 0:00:50.403 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:18:07 +0000 (0:00:00.021) 0:00:50.425 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:18:07 +0000 (0:00:00.015) 0:00:50.440 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:18:07 +0000 (0:00:00.014) 0:00:50.455 ********** 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_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:18:07 +0000 (0:00:00.031) 0:00:50.487 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:18:10 +0000 (0:00:02.468) 0:00:52.955 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -vg test_vg1 -lv lv1 -s snapset1 -m /mnt/lv1_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:18:10 +0000 (0:00:00.027) 0:00:52.982 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:18:10 +0000 (0:00:00.333) 0:00:53.315 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.244 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.244 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"/mnt/lv1_mp is already mounted at /dev/test_vg1/lv1_snapset1\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"/mnt/lv1_mp is already mounted at /dev/test_vg1/lv1_snapset1\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:18:10 +0000 (0:00:00.015) 0:00:53.331 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "/mnt/lv1_mp is already mounted at /dev/test_vg1/lv1_snapset1" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:18:10 +0000 (0:00:00.026) 0:00:53.357 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:18:10 +0000 (0:00:00.011) 0:00:53.368 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for mount] ********************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:93 Friday 01 March 2024 17:18:10 +0000 (0:00:00.035) 0:00:53.404 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Mount the snapshot for lv2] ********************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:97 Friday 01 March 2024 17:18:10 +0000 (0:00:00.013) 0:00:53.418 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:18:10 +0000 (0:00:00.037) 0:00:53.456 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:18:10 +0000 (0:00:00.017) 0:00:53.473 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:18:10 +0000 (0:00:00.022) 0:00:53.496 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:18:10 +0000 (0:00:00.014) 0:00:53.511 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:18:10 +0000 (0:00:00.014) 0:00:53.525 ********** 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_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:18:10 +0000 (0:00:00.032) 0:00:53.557 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:18:13 +0000 (0:00:02.549) 0:00:56.107 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -vg test_vg1 -lv lv2 -s snapset1 -m /mnt/lv2_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:18:13 +0000 (0:00:00.027) 0:00:56.135 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:18:13 +0000 (0:00:00.368) 0:00:56.504 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.244 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.244 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:18:13 +0000 (0:00:00.014) 0:00:56.519 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:18:13 +0000 (0:00:00.025) 0:00:56.545 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:18:13 +0000 (0:00:00.011) 0:00:56.556 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Mount the snapshot for lv7] ********************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:108 Friday 01 March 2024 17:18:13 +0000 (0:00:00.016) 0:00:56.572 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:18:13 +0000 (0:00:00.040) 0:00:56.613 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:18:13 +0000 (0:00:00.017) 0:00:56.631 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:18:13 +0000 (0:00:00.023) 0:00:56.654 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:18:13 +0000 (0:00:00.016) 0:00:56.671 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:18:13 +0000 (0:00:00.015) 0:00:56.686 ********** 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_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:18:13 +0000 (0:00:00.032) 0:00:56.718 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:18:16 +0000 (0:00:02.568) 0:00:59.287 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -vg test_vg3 -lv lv7 -s snapset1 -m /mnt/lv7_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:18:16 +0000 (0:00:00.027) 0:00:59.314 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:18:16 +0000 (0:00:00.371) 0:00:59.686 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.244 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.244 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:18:16 +0000 (0:00:00.014) 0:00:59.700 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:18:16 +0000 (0:00:00.025) 0:00:59.725 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:18:16 +0000 (0:00:00.011) 0:00:59.737 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Mount the origin for lv6] ************************************************ task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:119 Friday 01 March 2024 17:18:16 +0000 (0:00:00.016) 0:00:59.753 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:18:16 +0000 (0:00:00.043) 0:00:59.796 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:18:16 +0000 (0:00:00.017) 0:00:59.814 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:18:16 +0000 (0:00:00.021) 0:00:59.836 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:18:16 +0000 (0:00:00.014) 0:00:59.850 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:18:16 +0000 (0:00:00.014) 0:00:59.864 ********** 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_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:18:16 +0000 (0:00:00.031) 0:00:59.895 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:18:19 +0000 (0:00:02.466) 0:01:02.362 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -O -c -vg test_vg3 -lv lv6 -s snapset1 -m /mnt/lv6_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:18:19 +0000 (0:00:00.027) 0:01:02.390 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:18:19 +0000 (0:00:00.388) 0:01:02.779 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.244 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.244 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:18:19 +0000 (0:00:00.015) 0:01:02.795 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:18:19 +0000 (0:00:00.025) 0:01:02.820 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:18:19 +0000 (0:00:00.011) 0:01:02.831 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify snapshot is mounted for lv1] ************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:131 Friday 01 March 2024 17:18:19 +0000 (0:00:00.015) 0:01:02.847 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:18:19 +0000 (0:00:00.046) 0:01:02.893 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:18:19 +0000 (0:00:00.017) 0:01:02.911 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:18:20 +0000 (0:00:00.022) 0:01:02.933 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:18:20 +0000 (0:00:00.014) 0:01:02.948 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:18:20 +0000 (0:00:00.014) 0:01:02.962 ********** 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_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:18:20 +0000 (0:00:00.031) 0:01:02.993 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:18:22 +0000 (0:00:02.561) 0:01:05.555 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -v -vg test_vg1 -lv lv1 -s snapset1 -m /mnt/lv1_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:18:22 +0000 (0:00:00.029) 0:01:05.584 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:18:22 +0000 (0:00:00.333) 0:01:05.917 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.244 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.244 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:18:23 +0000 (0:00:00.014) 0:01:05.932 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:18:23 +0000 (0:00:00.025) 0:01:05.957 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:18:23 +0000 (0:00:00.012) 0:01:05.970 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify snapshot is mounted for lv2] ************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:142 Friday 01 March 2024 17:18:23 +0000 (0:00:00.015) 0:01:05.985 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:18:23 +0000 (0:00:00.052) 0:01:06.038 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:18:23 +0000 (0:00:00.019) 0:01:06.058 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:18:23 +0000 (0:00:00.025) 0:01:06.083 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:18:23 +0000 (0:00:00.014) 0:01:06.098 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:18:23 +0000 (0:00:00.014) 0:01:06.112 ********** 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_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:18:23 +0000 (0:00:00.031) 0:01:06.143 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:18:25 +0000 (0:00:02.608) 0:01:08.751 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -v -vg test_vg1 -lv lv2 -s snapset1 -m /mnt/lv2_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:18:25 +0000 (0:00:00.029) 0:01:08.781 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:18:26 +0000 (0:00:00.334) 0:01:09.115 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.244 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.244 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:18:26 +0000 (0:00:00.015) 0:01:09.131 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:18:26 +0000 (0:00:00.026) 0:01:09.157 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:18:26 +0000 (0:00:00.013) 0:01:09.171 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify snapshot is mounted for lv7] ************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:153 Friday 01 March 2024 17:18:26 +0000 (0:00:00.016) 0:01:09.187 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:18:26 +0000 (0:00:00.052) 0:01:09.240 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:18:26 +0000 (0:00:00.044) 0:01:09.285 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:18:26 +0000 (0:00:00.023) 0:01:09.309 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:18:26 +0000 (0:00:00.014) 0:01:09.323 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:18:26 +0000 (0:00:00.014) 0:01:09.337 ********** 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_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:18:26 +0000 (0:00:00.033) 0:01:09.370 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:18:28 +0000 (0:00:02.474) 0:01:11.845 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -v -vg test_vg3 -lv lv7 -s snapset1 -m /mnt/lv7_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:18:28 +0000 (0:00:00.028) 0:01:11.873 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:18:29 +0000 (0:00:00.339) 0:01:12.213 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.244 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.244 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:18:29 +0000 (0:00:00.014) 0:01:12.227 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:18:29 +0000 (0:00:00.028) 0:01:12.256 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:18:29 +0000 (0:00:00.011) 0:01:12.268 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify origin is mounted lv6] ******************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:164 Friday 01 March 2024 17:18:29 +0000 (0:00:00.015) 0:01:12.283 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:18:29 +0000 (0:00:00.056) 0:01:12.340 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:18:29 +0000 (0:00:00.019) 0:01:12.359 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:18:29 +0000 (0:00:00.023) 0:01:12.382 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:18:29 +0000 (0:00:00.014) 0:01:12.397 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:18:29 +0000 (0:00:00.015) 0:01:12.412 ********** 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_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:18:29 +0000 (0:00:00.032) 0:01:12.445 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:18:31 +0000 (0:00:02.476) 0:01:14.921 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -v -O -c -vg test_vg3 -lv lv6 -s snapset1 -m /mnt/lv6_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:18:32 +0000 (0:00:00.027) 0:01:14.949 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:18:32 +0000 (0:00:00.336) 0:01:15.286 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.244 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.244 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:18:32 +0000 (0:00:00.016) 0:01:15.302 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:18:32 +0000 (0:00:00.026) 0:01:15.328 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:18:32 +0000 (0:00:00.011) 0:01:15.339 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Umount the snapshot for lv1] ********************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:177 Friday 01 March 2024 17:18:32 +0000 (0:00:00.015) 0:01:15.356 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:18:32 +0000 (0:00:00.058) 0:01:15.414 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:18:32 +0000 (0:00:00.017) 0:01:15.432 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:18:32 +0000 (0:00:00.022) 0:01:15.455 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:18:32 +0000 (0:00:00.014) 0:01:15.470 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:18:32 +0000 (0:00:00.014) 0:01:15.484 ********** 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_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:18:32 +0000 (0:00:00.032) 0:01:15.516 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:18:35 +0000 (0:00:02.461) 0:01:17.978 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -vg test_vg1 -lv lv1 -s snapset1 -m /mnt/lv1_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:18:35 +0000 (0:00:00.027) 0:01:18.006 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:18:35 +0000 (0:00:00.352) 0:01:18.358 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.244 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.244 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:18:35 +0000 (0:00:00.015) 0:01:18.373 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:18:35 +0000 (0:00:00.025) 0:01:18.399 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:18:35 +0000 (0:00:00.011) 0:01:18.410 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert changes for umount] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:187 Friday 01 March 2024 17:18:35 +0000 (0:00:00.043) 0:01:18.454 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Umount the snapshot for lv1 again for idempotence] *********************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:191 Friday 01 March 2024 17:18:35 +0000 (0:00:00.014) 0:01:18.468 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:18:35 +0000 (0:00:00.062) 0:01:18.530 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:18:35 +0000 (0:00:00.018) 0:01:18.549 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:18:35 +0000 (0:00:00.025) 0:01:18.574 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:18:35 +0000 (0:00:00.015) 0:01:18.590 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:18:35 +0000 (0:00:00.015) 0:01:18.605 ********** 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_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:18:35 +0000 (0:00:00.032) 0:01:18.638 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:18:38 +0000 (0:00:02.571) 0:01:21.210 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -vg test_vg1 -lv lv1 -s snapset1 -m /mnt/lv1_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:18:38 +0000 (0:00:00.029) 0:01:21.239 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:18:38 +0000 (0:00:00.332) 0:01:21.572 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.244 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.244 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"not mounted /mnt/lv1_mp\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"not mounted /mnt/lv1_mp\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:18:38 +0000 (0:00:00.016) 0:01:21.588 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "not mounted /mnt/lv1_mp" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:18:38 +0000 (0:00:00.026) 0:01:21.615 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:18:38 +0000 (0:00:00.013) 0:01:21.628 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for umount] ******************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:201 Friday 01 March 2024 17:18:38 +0000 (0:00:00.016) 0:01:21.644 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Umount the snapshot for lv2] ********************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:205 Friday 01 March 2024 17:18:38 +0000 (0:00:00.012) 0:01:21.657 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:18:38 +0000 (0:00:00.065) 0:01:21.723 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:18:38 +0000 (0:00:00.018) 0:01:21.742 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:18:38 +0000 (0:00:00.023) 0:01:21.765 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:18:38 +0000 (0:00:00.015) 0:01:21.780 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:18:38 +0000 (0:00:00.014) 0:01:21.795 ********** 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_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:18:38 +0000 (0:00:00.032) 0:01:21.828 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:18:41 +0000 (0:00:02.479) 0:01:24.308 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -vg test_vg1 -lv lv2 -s snapset1 -m /mnt/lv2_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:18:41 +0000 (0:00:00.028) 0:01:24.337 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:18:41 +0000 (0:00:00.349) 0:01:24.686 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.244 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.244 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:18:41 +0000 (0:00:00.016) 0:01:24.702 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:18:41 +0000 (0:00:00.026) 0:01:24.728 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:18:41 +0000 (0:00:00.012) 0:01:24.740 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Umount the snapshot for lv7] ********************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:215 Friday 01 March 2024 17:18:41 +0000 (0:00:00.017) 0:01:24.758 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:18:41 +0000 (0:00:00.067) 0:01:24.825 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:18:41 +0000 (0:00:00.018) 0:01:24.843 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:18:41 +0000 (0:00:00.055) 0:01:24.899 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:18:41 +0000 (0:00:00.016) 0:01:24.915 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:18:42 +0000 (0:00:00.014) 0:01:24.930 ********** 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_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:18:42 +0000 (0:00:00.032) 0:01:24.962 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:18:44 +0000 (0:00:02.478) 0:01:27.440 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -vg test_vg3 -lv lv7 -s snapset1 -m /mnt/lv7_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:18:44 +0000 (0:00:00.029) 0:01:27.469 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:18:44 +0000 (0:00:00.347) 0:01:27.816 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.244 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.244 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:18:44 +0000 (0:00:00.015) 0:01:27.832 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:18:44 +0000 (0:00:00.025) 0:01:27.858 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:18:44 +0000 (0:00:00.012) 0:01:27.871 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Umount the origin for lv6] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:225 Friday 01 March 2024 17:18:44 +0000 (0:00:00.016) 0:01:27.887 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:18:45 +0000 (0:00:00.072) 0:01:27.960 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:18:45 +0000 (0:00:00.019) 0:01:27.980 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:18:45 +0000 (0:00:00.023) 0:01:28.003 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:18:45 +0000 (0:00:00.014) 0:01:28.018 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:18:45 +0000 (0:00:00.015) 0:01:28.033 ********** 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_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:18:45 +0000 (0:00:00.033) 0:01:28.066 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:18:47 +0000 (0:00:02.471) 0:01:30.538 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -m /mnt/lv6_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:18:47 +0000 (0:00:00.029) 0:01:30.568 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:18:47 +0000 (0:00:00.301) 0:01:30.869 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.244 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.244 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:18:47 +0000 (0:00:00.016) 0:01:30.886 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:18:47 +0000 (0:00:00.026) 0:01:30.912 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:18:47 +0000 (0:00:00.011) 0:01:30.923 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify umount of the for lv1] ******************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:232 Friday 01 March 2024 17:18:48 +0000 (0:00:00.016) 0:01:30.940 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:18:48 +0000 (0:00:00.073) 0:01:31.014 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:18:48 +0000 (0:00:00.018) 0:01:31.032 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:18:48 +0000 (0:00:00.024) 0:01:31.057 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:18:48 +0000 (0:00:00.014) 0:01:31.071 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:18:48 +0000 (0:00:00.014) 0:01:31.086 ********** 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_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:18:48 +0000 (0:00:00.031) 0:01:31.118 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:18:50 +0000 (0:00:02.473) 0:01:33.591 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -v -vg test_vg1 -lv lv1 -s snapset1 -m /mnt/lv1_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:18:50 +0000 (0:00:00.029) 0:01:33.620 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:18:50 +0000 (0:00:00.281) 0:01:33.901 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.244 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.244 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:18:50 +0000 (0:00:00.015) 0:01:33.917 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:18:51 +0000 (0:00:00.026) 0:01:33.943 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:18:51 +0000 (0:00:00.047) 0:01:33.991 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify umount of the for lv2] ******************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:243 Friday 01 March 2024 17:18:51 +0000 (0:00:00.017) 0:01:34.008 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:18:51 +0000 (0:00:00.080) 0:01:34.089 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:18:51 +0000 (0:00:00.020) 0:01:34.110 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:18:51 +0000 (0:00:00.024) 0:01:34.135 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:18:51 +0000 (0:00:00.015) 0:01:34.150 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:18:51 +0000 (0:00:00.015) 0:01:34.166 ********** 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_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:18:51 +0000 (0:00:00.032) 0:01:34.199 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:18:53 +0000 (0:00:02.481) 0:01:36.681 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -v -vg test_vg1 -lv lv2 -s snapset1 -m /mnt/lv2_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:18:53 +0000 (0:00:00.029) 0:01:36.710 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:18:54 +0000 (0:00:00.280) 0:01:36.991 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.244 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.244 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:18:54 +0000 (0:00:00.018) 0:01:37.010 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:18:54 +0000 (0:00:00.027) 0:01:37.037 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:18:54 +0000 (0:00:00.013) 0:01:37.050 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify umount of the for lv7] ******************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:254 Friday 01 March 2024 17:18:54 +0000 (0:00:00.018) 0:01:37.068 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:18:54 +0000 (0:00:00.081) 0:01:37.149 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:18:54 +0000 (0:00:00.018) 0:01:37.168 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:18:54 +0000 (0:00:00.023) 0:01:37.192 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:18:54 +0000 (0:00:00.014) 0:01:37.206 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:18:54 +0000 (0:00:00.014) 0:01:37.221 ********** 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_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:18:54 +0000 (0:00:00.032) 0:01:37.253 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:18:56 +0000 (0:00:02.600) 0:01:39.854 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -v -vg test_vg3 -lv lv7 -s snapset1 -m /mnt/lv7_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:18:56 +0000 (0:00:00.029) 0:01:39.883 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:18:57 +0000 (0:00:00.279) 0:01:40.162 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.244 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.244 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:18:57 +0000 (0:00:00.015) 0:01:40.177 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:18:57 +0000 (0:00:00.025) 0:01:40.203 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:18:57 +0000 (0:00:00.012) 0:01:40.215 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify umount of the origin for lv6] ************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:265 Friday 01 March 2024 17:18:57 +0000 (0:00:00.015) 0:01:40.231 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:18:57 +0000 (0:00:00.083) 0:01:40.315 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:18:57 +0000 (0:00:00.061) 0:01:40.376 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:18:57 +0000 (0:00:00.024) 0:01:40.401 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:18:57 +0000 (0:00:00.015) 0:01:40.416 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:18:57 +0000 (0:00:00.015) 0:01:40.432 ********** 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_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:18:57 +0000 (0:00:00.033) 0:01:40.465 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:19:00 +0000 (0:00:02.485) 0:01:42.951 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -v -vg test_vg3 -lv lv6 -s snapset1 -m /mnt/lv6_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:19:00 +0000 (0:00:00.029) 0:01:42.980 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:19:00 +0000 (0:00:00.280) 0:01:43.260 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.244 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.244 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:19:00 +0000 (0:00:00.016) 0:01:43.276 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:19:00 +0000 (0:00:00.026) 0:01:43.303 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:19:00 +0000 (0:00:00.011) 0:01:43.315 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Run the snapshot role remove the snapshot LVs] *************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:276 Friday 01 March 2024 17:19:00 +0000 (0:00:00.016) 0:01:43.331 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:19:00 +0000 (0:00:00.087) 0:01:43.419 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:19:00 +0000 (0:00:00.020) 0:01:43.439 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:19:00 +0000 (0:00:00.023) 0:01:43.463 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:19:00 +0000 (0:00:00.014) 0:01:43.477 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:19:00 +0000 (0:00:00.016) 0:01:43.493 ********** 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_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:19:00 +0000 (0:00:00.033) 0:01:43.526 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:19:03 +0000 (0:00:02.487) 0:01:46.014 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:19:03 +0000 (0:00:00.029) 0:01:46.043 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:19:04 +0000 (0:00:01.737) 0:01:47.781 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.244 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.244 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:19:04 +0000 (0:00:00.017) 0:01:47.798 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:19:04 +0000 (0:00:00.027) 0:01:47.825 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:19:04 +0000 (0:00:00.012) 0:01:47.837 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Use the snapshot_lvm_verify option to make sure remove is done] ********** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:283 Friday 01 March 2024 17:19:04 +0000 (0:00:00.017) 0:01:47.855 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:19:05 +0000 (0:00:00.088) 0:01:47.943 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:19:05 +0000 (0:00:00.019) 0:01:47.962 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:19:05 +0000 (0:00:00.023) 0:01:47.986 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:19:05 +0000 (0:00:00.014) 0:01:48.000 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:19:05 +0000 (0:00:00.014) 0:01:48.015 ********** 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_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:19:05 +0000 (0:00:00.033) 0:01:48.048 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:19:07 +0000 (0:00:02.630) 0:01:50.678 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -v -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:19:07 +0000 (0:00:00.030) 0:01:50.709 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:19:08 +0000 (0:00:00.944) 0:01:51.653 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.10.244 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.244 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:19:08 +0000 (0:00:00.016) 0:01:51.670 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:19:08 +0000 (0:00:00.030) 0:01:51.700 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:19:08 +0000 (0:00:00.012) 0:01:51.712 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_mount_verify.yml:291 Friday 01 March 2024 17:19:08 +0000 (0:00:00.016) 0:01:51.729 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/cleanup.yml for sut TASK [Remove storage volumes] ************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/cleanup.yml:7 Friday 01 March 2024 17:19:08 +0000 (0:00:00.055) 0:01:51.784 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 17:19:08 +0000 (0:00:00.022) 0:01:51.807 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 17:19:08 +0000 (0:00:00.019) 0:01:51.827 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 17:19:08 +0000 (0:00:00.024) 0:01:51.852 ********** 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_8.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 17:19:08 +0000 (0:00:00.034) 0:01:51.886 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 17:19:08 +0000 (0:00:00.016) 0:01:51.903 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 17:19:08 +0000 (0:00:00.016) 0:01:51.919 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 17:19:09 +0000 (0:00:00.013) 0:01:51.933 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 17:19:09 +0000 (0:00:00.015) 0:01:51.948 ********** 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-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 17:19:09 +0000 (0:00:00.030) 0:01:51.979 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 17:19:11 +0000 (0:00:02.482) 0:01:54.462 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 17:19:11 +0000 (0:00:00.034) 0:01:54.496 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 17:19:11 +0000 (0:00:00.015) 0:01:54.511 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 17:19:18 +0000 (0:00:06.810) 0:02:01.321 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 17:19:18 +0000 (0:00:00.028) 0:02:01.349 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 17:19:18 +0000 (0:00:00.022) 0:02:01.371 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 17:19:18 +0000 (0:00:00.021) 0:02:01.393 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 17:19:18 +0000 (0:00:00.020) 0:02:01.414 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 17:19:20 +0000 (0:00:02.488) 0:02:03.902 ********** 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" }, "auto-cpufreq.service": { "name": "auto-cpufreq.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "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-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.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": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "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" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.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" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "lvm2-pvscan@8:0.service": { "name": "lvm2-pvscan@8:0.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:112.service": { "name": "lvm2-pvscan@8:112.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:128.service": { "name": "lvm2-pvscan@8:128.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:144.service": { "name": "lvm2-pvscan@8:144.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:16.service": { "name": "lvm2-pvscan@8:16.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:32.service": { "name": "lvm2-pvscan@8:32.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:48.service": { "name": "lvm2-pvscan@8:48.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:64.service": { "name": "lvm2-pvscan@8:64.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:80.service": { "name": "lvm2-pvscan@8:80.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:96.service": { "name": "lvm2-pvscan@8:96.service", "source": "systemd", "state": "stopped", "status": "active" }, "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" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-convert.service": { "name": "nfs-convert.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" }, "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" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "power-profiles-daemon.service": { "name": "power-profiles-daemon.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" }, "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" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "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": "active", "status": "enabled" }, "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-plymouth.service": { "name": "systemd-ask-password-plymouth.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-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-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-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-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "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": "stopped", "status": "enabled" }, "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": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "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-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "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-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" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tlp.service": { "name": "tlp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "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" }, "vdo-start-by-dev@.service": { "name": "vdo-start-by-dev@.service", "source": "systemd", "state": "unknown", "status": "static" }, "vdo.service": { "name": "vdo.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 17:19:22 +0000 (0:00:01.837) 0:02:05.740 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 17:19:22 +0000 (0:00:00.033) 0:02:05.774 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 17:19:22 +0000 (0:00:00.012) 0:02:05.786 ********** 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/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "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/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 17:19:34 +0000 (0:00:12.102) 0:02:17.888 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 17:19:34 +0000 (0:00:00.021) 0:02:17.909 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 17:19:34 +0000 (0:00:00.010) 0:02:17.920 ********** 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/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "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/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 17:19:35 +0000 (0:00:00.027) 0:02:17.947 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 17:19:35 +0000 (0:00:00.022) 0:02:17.969 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 17:19:35 +0000 (0:00:00.015) 0:02:17.984 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 17:19:35 +0000 (0:00:00.020) 0:02:18.005 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 17:19:35 +0000 (0:00:00.060) 0:02:18.066 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 17:19:35 +0000 (0:00:00.023) 0:02:18.090 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 17:19:35 +0000 (0:00:00.021) 0:02:18.111 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 17:19:35 +0000 (0:00:00.012) 0:02:18.124 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709312889.8846395, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063408.235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1709063064.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4259656727", "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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 17:19:35 +0000 (0:00:00.213) 0:02:18.337 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 17:19:35 +0000 (0:00:00.013) 0:02:18.351 ********** ok: [sut] TASK [Save unused_disk_return before verify] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/cleanup.yml:29 Friday 01 March 2024 17:19:36 +0000 (0:00:00.794) 0:02:19.145 ********** 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-failuresopjuikx5/tests/tasks/cleanup.yml:33 Friday 01 March 2024 17:19:36 +0000 (0:00:00.015) 0:02:19.160 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:5 Friday 01 March 2024 17:19:36 +0000 (0:00:00.018) 0:02:19.179 ********** 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-failuresopjuikx5/tests/get_unused_disk.yml:10 Friday 01 March 2024 17:19:36 +0000 (0:00:00.015) 0:02:19.194 ********** 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-failuresopjuikx5/tests/get_unused_disk.yml:14 Friday 01 March 2024 17:19:36 +0000 (0:00:00.015) 0:02:19.210 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:23 Friday 01 March 2024 17:19:38 +0000 (0:00:02.472) 0:02:21.683 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdj", "sdk", "sdl" ], "info": [ "Disk [/dev/sdb] attrs [{'type': 'disk', 'size': '1073741824', 'fstype': 'LVM2_member'}] has fstype", "Disk [/dev/sdi] attrs [{'type': 'disk', 'size': '1073741824', 'fstype': 'LVM2_member'}] has fstype" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:31 Friday 01 March 2024 17:19:38 +0000 (0:00:00.230) 0:02:21.913 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdj", "sdk", "sdl" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:36 Friday 01 March 2024 17:19:39 +0000 (0:00:00.015) 0:02:21.929 ********** ok: [sut] => { "unused_disks": [ "sda", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdj", "sdk", "sdl" ] } TASK [Print info from find_unused_disk] **************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:44 Friday 01 March 2024 17:19:39 +0000 (0:00:00.014) 0:02:21.943 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:49 Friday 01 March 2024 17:19:39 +0000 (0:00:00.021) 0:02:21.965 ********** 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-failuresopjuikx5/tests/get_unused_disk.yml:58 Friday 01 March 2024 17:19:39 +0000 (0:00:00.020) 0:02:21.985 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Ensure dmsetup] ********************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/cleanup.yml:39 Friday 01 March 2024 17:19:39 +0000 (0:00:00.020) 0:02:22.006 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Debug why list of unused disks has changed] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/cleanup.yml:45 Friday 01 March 2024 17:19:41 +0000 (0:00:02.549) 0:02:24.555 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "set -euxo pipefail\nexec 1>&2\nmount -f -l\ndf -H\nlvs --all\npvs --all\nvgs --all\ncat /tmp/snapshot_role.log || :\ncat /etc/lvm/devices/system.devices || :\nfor dev in $(lsblk -l -p -o NAME); do\n if [ \"$dev\" = NAME ]; then continue; fi\n echo blkid info with cache\n blkid \"$dev\" || :\n echo blkid info without cache\n blkid -p \"$dev\" || :\ndone\n# garbage collect\nblkid -g || :\necho lsblk after garbage collect\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE\n# flush cache\nblkid -s none || :\necho lsblk after cache flush\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE\ndmsetup table || :\ncat /tmp/blivet.log || :\n", "delta": "0:00:00.277316", "end": "2024-03-01 17:19:42.140137", "failed_when_result": true, "rc": 0, "start": "2024-03-01 17:19:41.862821" } STDERR: + exec + mount -f -l sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime,seclabel) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) devtmpfs on /dev type devtmpfs (rw,nosuid,seclabel,size=1792528k,nr_inodes=448132,mode=755) securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,seclabel) 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,mode=755) tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,seclabel,mode=755) cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd) 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) cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpu,cpuacct) cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,net_cls,net_prio) cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpuset) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,blkio) cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,rdma) cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,freezer) cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,hugetlb) cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,perf_event) cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,pids) cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,memory) cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,devices) none on /sys/kernel/tracing type tracefs (rw,relatime,seclabel) configfs on /sys/kernel/config type configfs (rw,relatime) /dev/xvda1 on / type xfs (rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota) selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime) systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=31,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=18587) debugfs on /sys/kernel/debug type debugfs (rw,relatime,seclabel) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,seclabel,pagesize=2M) mqueue on /dev/mqueue type mqueue (rw,relatime,seclabel) 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=362420k,mode=700) + df -H Filesystem Size Used Avail Use% Mounted on devtmpfs 1.9G 0 1.9G 0% /dev tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs 1.9G 26M 1.9G 2% /run tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup /dev/xvda1 269G 5.3G 264G 2% / tmpfs 372M 0 372M 0% /run/user/0 + lvs --all + pvs --all PV VG Fmt Attr PSize PFree /dev/sda --- 0 0 /dev/sdb --- 0 0 /dev/sdc --- 0 0 /dev/sdd --- 0 0 /dev/sde --- 0 0 /dev/sdf --- 0 0 /dev/sdg --- 0 0 /dev/sdh --- 0 0 /dev/sdi --- 0 0 /dev/sdj --- 0 0 /dev/sdk --- 0 0 /dev/sdl --- 0 0 /dev/xvda1 --- 0 0 + vgs --all + cat /tmp/snapshot_role.log 2024-03-01 17:15:13,120 INFO snapshot-role/MainThread: check_cmd: check 2 None None snapset1 0 None 2024-03-01 17:15:13,120 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:15:13,152 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:15:13,152 INFO snapshot-role/MainThread: { 2024-03-01 17:15:13,152 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:15:13,152 INFO snapshot-role/MainThread: ] 2024-03-01 17:15:13,153 INFO snapshot-role/MainThread: , 2024-03-01 17:15:13,153 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:15:13,153 INFO snapshot-role/MainThread: ] 2024-03-01 17:15:13,153 INFO snapshot-role/MainThread: } 2024-03-01 17:15:13,153 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:16:42,054 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 17:16:42,054 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:16:42,079 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:16:42,079 INFO snapshot-role/MainThread: { 2024-03-01 17:16:42,079 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:16:42,079 INFO snapshot-role/MainThread: { 2024-03-01 17:16:42,079 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:16:42,079 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: , 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: , 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: {"lv_uuid":"5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: , 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf", "lv_uuid":"5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT", "pv_name":"/dev/sdb"}, 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"wxTCjQ-b5R4-jdAw-NAC2-Zdsh-gfxn-hHc38D", "lv_uuid":"5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT", "pv_name":"/dev/sda"}, 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: , 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT"}, 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT"} 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: } 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: , 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,080 INFO snapshot-role/MainThread: } 2024-03-01 17:16:42,081 INFO snapshot-role/MainThread: VG: test_vg1 free 1589641216 2024-03-01 17:16:42,081 INFO snapshot-role/MainThread: LV: lv1 size : 1606418432 2024-03-01 17:16:42,081 INFO snapshot-role/MainThread: LV: total 1606418432 2024-03-01 17:16:42,081 INFO snapshot-role/MainThread: space needed: 240962764.80 space available: 1589641216 sufficient space: 1 2024-03-01 17:16:42,081 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:16:42,113 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:16:42,113 INFO snapshot-role/MainThread: { 2024-03-01 17:16:42,113 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:16:42,113 INFO snapshot-role/MainThread: { 2024-03-01 17:16:42,113 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:16:42,113 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: , 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: , 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: {"lv_uuid":"5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: , 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf", "lv_uuid":"5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT", "pv_name":"/dev/sdb"}, 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"wxTCjQ-b5R4-jdAw-NAC2-Zdsh-gfxn-hHc38D", "lv_uuid":"5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT", "pv_name":"/dev/sda"}, 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: , 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT"}, 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT"} 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: } 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: , 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,114 INFO snapshot-role/MainThread: } 2024-03-01 17:16:42,115 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:16:42,140 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:16:42,140 INFO snapshot-role/MainThread: { 2024-03-01 17:16:42,140 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:16:42,140 INFO snapshot-role/MainThread: { 2024-03-01 17:16:42,140 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:16:42,140 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:16:42,140 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,141 INFO snapshot-role/MainThread: } 2024-03-01 17:16:42,141 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,141 INFO snapshot-role/MainThread: , 2024-03-01 17:16:42,141 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:16:42,141 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,141 INFO snapshot-role/MainThread: } 2024-03-01 17:16:42,141 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:16:42,165 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:16:42,165 INFO snapshot-role/MainThread: { 2024-03-01 17:16:42,165 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:16:42,165 INFO snapshot-role/MainThread: { 2024-03-01 17:16:42,165 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:16:42,165 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:16:42,165 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,165 INFO snapshot-role/MainThread: } 2024-03-01 17:16:42,165 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,166 INFO snapshot-role/MainThread: , 2024-03-01 17:16:42,166 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:16:42,166 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,166 INFO snapshot-role/MainThread: } 2024-03-01 17:16:42,166 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:16:42,190 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:16:42,190 INFO snapshot-role/MainThread: { 2024-03-01 17:16:42,190 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:16:42,190 INFO snapshot-role/MainThread: { 2024-03-01 17:16:42,190 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:16:42,190 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,190 INFO snapshot-role/MainThread: } 2024-03-01 17:16:42,191 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,191 INFO snapshot-role/MainThread: , 2024-03-01 17:16:42,191 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:16:42,191 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,191 INFO snapshot-role/MainThread: } 2024-03-01 17:16:42,191 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 240975872B test_vg1/lv1 2024-03-01 17:16:42,461 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:16:42,461 INFO snapshot-role/MainThread: { 2024-03-01 17:16:42,461 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:16:42,461 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:42,461 INFO snapshot-role/MainThread: } 2024-03-01 17:16:42,462 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:16:45,556 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv1_mp None None snapset1 lv1 wrong_vg None 2024-03-01 17:16:45,556 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 17:16:45,556 INFO snapshot-role/MainThread: Running... lvs wrong_vg 2024-03-01 17:16:45,581 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:16:45,581 INFO snapshot-role/MainThread: { 2024-03-01 17:16:45,582 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:16:45,582 INFO snapshot-role/MainThread: { 2024-03-01 17:16:45,582 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:16:45,582 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:45,582 INFO snapshot-role/MainThread: } 2024-03-01 17:16:45,582 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:45,582 INFO snapshot-role/MainThread: , 2024-03-01 17:16:45,582 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:16:45,582 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:45,582 INFO snapshot-role/MainThread: } 2024-03-01 17:16:45,582 INFO snapshot-role/MainThread: Running... lvs wrong_vg/lv1_snapset1 2024-03-01 17:16:45,613 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:16:45,613 INFO snapshot-role/MainThread: { 2024-03-01 17:16:45,613 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:16:45,613 INFO snapshot-role/MainThread: { 2024-03-01 17:16:45,613 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:16:45,613 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:45,613 INFO snapshot-role/MainThread: } 2024-03-01 17:16:45,614 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:45,614 INFO snapshot-role/MainThread: , 2024-03-01 17:16:45,614 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:16:45,614 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:45,614 INFO snapshot-role/MainThread: } 2024-03-01 17:16:45,614 INFO snapshot-role/MainThread: exit code: 20: ['source volume group does not exist: wrong_vg'] 2024-03-01 17:16:48,657 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 17:16:48,657 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:16:48,684 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:16:48,684 INFO snapshot-role/MainThread: { 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: { 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34", "vg_size":"3196059648", "vg_free":"1346371584", "vg_extent_size":"4194304"} 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: , 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: , 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: {"lv_uuid":"5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: {"lv_uuid":"hHTG0x-o1vO-WpcE-lFPv-kuAe-jRX4-6S3I87", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"243269632", "origin":"lv1", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: , 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf", "lv_uuid":"5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT", "pv_name":"/dev/sdb"}, 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf", "lv_uuid":"hHTG0x-o1vO-WpcE-lFPv-kuAe-jRX4-6S3I87", "pv_name":"/dev/sdb"}, 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: {"pvseg_start":"187", "pvseg_size":"67", "segtype":"free", "pv_uuid":"KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"wxTCjQ-b5R4-jdAw-NAC2-Zdsh-gfxn-hHc38D", "lv_uuid":"5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT", "pv_name":"/dev/sda"}, 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: , 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT"}, 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT"}, 2024-03-01 17:16:48,685 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-186", "segtype":"linear", "lv_uuid":"hHTG0x-o1vO-WpcE-lFPv-kuAe-jRX4-6S3I87"} 2024-03-01 17:16:48,686 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:48,686 INFO snapshot-role/MainThread: } 2024-03-01 17:16:48,686 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:48,686 INFO snapshot-role/MainThread: , 2024-03-01 17:16:48,686 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:16:48,686 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:48,686 INFO snapshot-role/MainThread: } 2024-03-01 17:16:48,686 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:16:48,710 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:16:48,710 INFO snapshot-role/MainThread: { 2024-03-01 17:16:48,710 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:16:48,710 INFO snapshot-role/MainThread: { 2024-03-01 17:16:48,710 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:16:48,710 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:16:48,711 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:48,711 INFO snapshot-role/MainThread: } 2024-03-01 17:16:48,711 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:48,711 INFO snapshot-role/MainThread: , 2024-03-01 17:16:48,711 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:16:48,711 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:48,711 INFO snapshot-role/MainThread: } 2024-03-01 17:16:48,711 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 17:16:48,841 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:16:48,841 INFO snapshot-role/MainThread: { 2024-03-01 17:16:48,842 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:16:48,842 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:48,842 INFO snapshot-role/MainThread: } 2024-03-01 17:16:48,842 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:16:51,881 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-03-01 17:16:51,881 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:16:51,912 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:16:51,912 INFO snapshot-role/MainThread: { 2024-03-01 17:16:51,912 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: { 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: , 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: , 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: {"lv_uuid":"5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: , 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf", "lv_uuid":"5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT", "pv_name":"/dev/sdb"}, 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"wxTCjQ-b5R4-jdAw-NAC2-Zdsh-gfxn-hHc38D", "lv_uuid":"5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT", "pv_name":"/dev/sda"}, 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: , 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT"}, 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT"} 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: } 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:51,913 INFO snapshot-role/MainThread: , 2024-03-01 17:16:51,914 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:16:51,914 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:51,914 INFO snapshot-role/MainThread: } 2024-03-01 17:16:51,914 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:16:51,941 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:16:51,941 INFO snapshot-role/MainThread: { 2024-03-01 17:16:51,941 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:16:51,941 INFO snapshot-role/MainThread: { 2024-03-01 17:16:51,941 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:16:51,941 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:16:51,941 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:51,942 INFO snapshot-role/MainThread: } 2024-03-01 17:16:51,942 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:51,942 INFO snapshot-role/MainThread: , 2024-03-01 17:16:51,942 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:16:51,942 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:51,942 INFO snapshot-role/MainThread: } 2024-03-01 17:16:51,942 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:16:51,967 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:16:51,967 INFO snapshot-role/MainThread: { 2024-03-01 17:16:51,967 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:16:51,967 INFO snapshot-role/MainThread: { 2024-03-01 17:16:51,967 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:16:51,968 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:16:51,968 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:51,968 INFO snapshot-role/MainThread: } 2024-03-01 17:16:51,968 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:51,968 INFO snapshot-role/MainThread: , 2024-03-01 17:16:51,968 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:16:51,968 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:51,968 INFO snapshot-role/MainThread: } 2024-03-01 17:16:51,968 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:16:51,992 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:16:51,992 INFO snapshot-role/MainThread: { 2024-03-01 17:16:51,992 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:16:51,992 INFO snapshot-role/MainThread: { 2024-03-01 17:16:51,992 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:16:51,992 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:51,992 INFO snapshot-role/MainThread: } 2024-03-01 17:16:51,993 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:51,993 INFO snapshot-role/MainThread: , 2024-03-01 17:16:51,993 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:16:51,993 INFO snapshot-role/MainThread: ] 2024-03-01 17:16:51,993 INFO snapshot-role/MainThread: } 2024-03-01 17:16:51,993 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:17:57,345 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 17:17:57,345 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:17:57,376 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:57,376 INFO snapshot-role/MainThread: { 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: { 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: {"lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: {"lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: {"lv_uuid":"Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: {"lv_uuid":"Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE", "lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn", "pv_name":"/dev/sdi"}, 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB", "lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn", "pv_name":"/dev/sdj"}, 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI", "lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B", "pv_name":"/dev/sdh"}, 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2", "lv_uuid":"Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S", "pv_name":"/dev/sdg"}, 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2", "lv_uuid":"Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e", "pv_name":"/dev/sdg"}, 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2", "lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B", "pv_name":"/dev/sdg"}, 2024-03-01 17:17:57,377 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e"}, 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn"}, 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn"}, 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S"}, 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B"}, 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B"} 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: } 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: { 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: {"lv_uuid":"x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: {"lv_uuid":"sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:17:57,378 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8", "lv_uuid":"sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc", "pv_name":"/dev/sdd"}, 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8", "lv_uuid":"x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C", "pv_name":"/dev/sdd"}, 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc"}, 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C"} 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: } 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: { 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: {"lv_uuid":"QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: {"lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY", "lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp", "pv_name":"/dev/sdb"}, 2024-03-01 17:17:57,379 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY", "lv_uuid":"QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P", "pv_name":"/dev/sdb"}, 2024-03-01 17:17:57,380 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:17:57,380 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ", "lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp", "pv_name":"/dev/sda"}, 2024-03-01 17:17:57,380 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:17:57,380 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,380 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,380 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:17:57,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P"}, 2024-03-01 17:17:57,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp"}, 2024-03-01 17:17:57,380 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp"} 2024-03-01 17:17:57,380 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,380 INFO snapshot-role/MainThread: } 2024-03-01 17:17:57,380 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,380 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,380 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:57,380 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,380 INFO snapshot-role/MainThread: } 2024-03-01 17:17:57,380 INFO snapshot-role/MainThread: VG: test_vg3 free 1052770304 2024-03-01 17:17:57,380 INFO snapshot-role/MainThread: LV: lv5 size : 1283457024 2024-03-01 17:17:57,380 INFO snapshot-role/MainThread: LV: lv6 size : 1069547520 2024-03-01 17:17:57,380 INFO snapshot-role/MainThread: LV: lv7 size : 427819008 2024-03-01 17:17:57,380 INFO snapshot-role/MainThread: LV: lv8 size : 427819008 2024-03-01 17:17:57,380 INFO snapshot-role/MainThread: LV: total 3208642560 2024-03-01 17:17:57,381 INFO snapshot-role/MainThread: space needed: 481296384.00 space available: 1052770304 sufficient space: 1 2024-03-01 17:17:57,381 INFO snapshot-role/MainThread: VG: test_vg2 free 2231369728 2024-03-01 17:17:57,381 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 17:17:57,381 INFO snapshot-role/MainThread: LV: lv4 size : 641728512 2024-03-01 17:17:57,381 INFO snapshot-role/MainThread: LV: total 964689920 2024-03-01 17:17:57,381 INFO snapshot-role/MainThread: space needed: 144703488.00 space available: 2231369728 sufficient space: 1 2024-03-01 17:17:57,381 INFO snapshot-role/MainThread: VG: test_vg1 free 1107296256 2024-03-01 17:17:57,381 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 17:17:57,381 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-03-01 17:17:57,381 INFO snapshot-role/MainThread: LV: total 2088763392 2024-03-01 17:17:57,381 INFO snapshot-role/MainThread: space needed: 313314508.80 space available: 1107296256 sufficient space: 1 2024-03-01 17:17:57,381 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:17:57,411 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:57,411 INFO snapshot-role/MainThread: { 2024-03-01 17:17:57,411 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:57,411 INFO snapshot-role/MainThread: { 2024-03-01 17:17:57,411 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:17:57,411 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:17:57,411 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,411 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: {"lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: {"lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: {"lv_uuid":"Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: {"lv_uuid":"Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE", "lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn", "pv_name":"/dev/sdi"}, 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB", "lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn", "pv_name":"/dev/sdj"}, 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI", "lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B", "pv_name":"/dev/sdh"}, 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2", "lv_uuid":"Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S", "pv_name":"/dev/sdg"}, 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2", "lv_uuid":"Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e", "pv_name":"/dev/sdg"}, 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2", "lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B", "pv_name":"/dev/sdg"}, 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e"}, 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn"}, 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn"}, 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S"}, 2024-03-01 17:17:57,412 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B"}, 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B"} 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: } 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: { 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: {"lv_uuid":"x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: {"lv_uuid":"sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8", "lv_uuid":"sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc", "pv_name":"/dev/sdd"}, 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8", "lv_uuid":"x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C", "pv_name":"/dev/sdd"}, 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc"}, 2024-03-01 17:17:57,413 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C"} 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: } 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: { 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: {"lv_uuid":"QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: {"lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY", "lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp", "pv_name":"/dev/sdb"}, 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY", "lv_uuid":"QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P", "pv_name":"/dev/sdb"}, 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ", "lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp", "pv_name":"/dev/sda"}, 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P"}, 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp"}, 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp"} 2024-03-01 17:17:57,414 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,415 INFO snapshot-role/MainThread: } 2024-03-01 17:17:57,415 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,415 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,415 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:57,415 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,415 INFO snapshot-role/MainThread: } 2024-03-01 17:17:57,415 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 17:17:57,440 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:57,440 INFO snapshot-role/MainThread: { 2024-03-01 17:17:57,440 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:57,440 INFO snapshot-role/MainThread: { 2024-03-01 17:17:57,440 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:57,440 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:17:57,441 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,441 INFO snapshot-role/MainThread: } 2024-03-01 17:17:57,441 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,441 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,441 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:57,441 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,441 INFO snapshot-role/MainThread: } 2024-03-01 17:17:57,441 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:17:57,465 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:57,465 INFO snapshot-role/MainThread: { 2024-03-01 17:17:57,465 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:57,465 INFO snapshot-role/MainThread: { 2024-03-01 17:17:57,465 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:57,465 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:17:57,465 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:17:57,465 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:17:57,466 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:17:57,466 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,466 INFO snapshot-role/MainThread: } 2024-03-01 17:17:57,466 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,466 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,466 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:57,466 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,466 INFO snapshot-role/MainThread: } 2024-03-01 17:17:57,466 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 17:17:57,491 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:17:57,491 INFO snapshot-role/MainThread: { 2024-03-01 17:17:57,491 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:57,491 INFO snapshot-role/MainThread: { 2024-03-01 17:17:57,491 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:57,491 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,492 INFO snapshot-role/MainThread: } 2024-03-01 17:17:57,492 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,492 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,492 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:57,492 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,492 INFO snapshot-role/MainThread: } 2024-03-01 17:17:57,492 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv5_snapset1 -L 192544768B test_vg3/lv5 2024-03-01 17:17:57,723 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:57,723 INFO snapshot-role/MainThread: { 2024-03-01 17:17:57,724 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:57,724 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,724 INFO snapshot-role/MainThread: } 2024-03-01 17:17:57,724 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 17:17:57,769 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:57,769 INFO snapshot-role/MainThread: { 2024-03-01 17:17:57,769 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:57,769 INFO snapshot-role/MainThread: { 2024-03-01 17:17:57,769 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:57,769 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:17:57,769 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,769 INFO snapshot-role/MainThread: } 2024-03-01 17:17:57,770 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,770 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,770 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:57,770 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,770 INFO snapshot-role/MainThread: } 2024-03-01 17:17:57,770 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:17:57,808 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:57,808 INFO snapshot-role/MainThread: { 2024-03-01 17:17:57,808 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:57,808 INFO snapshot-role/MainThread: { 2024-03-01 17:17:57,808 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:57,809 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:17:57,809 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:17:57,809 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:17:57,809 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:17:57,809 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:17:57,809 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,809 INFO snapshot-role/MainThread: } 2024-03-01 17:17:57,809 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,809 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,809 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:57,809 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,809 INFO snapshot-role/MainThread: } 2024-03-01 17:17:57,809 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 17:17:57,834 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:17:57,834 INFO snapshot-role/MainThread: { 2024-03-01 17:17:57,834 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:57,834 INFO snapshot-role/MainThread: { 2024-03-01 17:17:57,834 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:57,834 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,834 INFO snapshot-role/MainThread: } 2024-03-01 17:17:57,835 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,835 INFO snapshot-role/MainThread: , 2024-03-01 17:17:57,835 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:57,835 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:57,835 INFO snapshot-role/MainThread: } 2024-03-01 17:17:57,835 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv6_snapset1 -L 160497664B test_vg3/lv6 2024-03-01 17:17:58,070 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:58,070 INFO snapshot-role/MainThread: { 2024-03-01 17:17:58,070 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:58,071 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,071 INFO snapshot-role/MainThread: } 2024-03-01 17:17:58,071 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 17:17:58,115 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:58,115 INFO snapshot-role/MainThread: { 2024-03-01 17:17:58,115 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:58,115 INFO snapshot-role/MainThread: { 2024-03-01 17:17:58,115 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:58,115 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:17:58,116 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,116 INFO snapshot-role/MainThread: } 2024-03-01 17:17:58,116 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,116 INFO snapshot-role/MainThread: , 2024-03-01 17:17:58,116 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:58,116 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,116 INFO snapshot-role/MainThread: } 2024-03-01 17:17:58,116 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:17:58,145 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:58,145 INFO snapshot-role/MainThread: { 2024-03-01 17:17:58,145 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:58,145 INFO snapshot-role/MainThread: { 2024-03-01 17:17:58,145 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:58,145 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:17:58,145 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:17:58,145 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:17:58,145 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:17:58,145 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:17:58,146 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:17:58,146 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,146 INFO snapshot-role/MainThread: } 2024-03-01 17:17:58,146 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,146 INFO snapshot-role/MainThread: , 2024-03-01 17:17:58,146 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:58,146 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,146 INFO snapshot-role/MainThread: } 2024-03-01 17:17:58,146 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:17:58,171 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:17:58,171 INFO snapshot-role/MainThread: { 2024-03-01 17:17:58,171 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:58,171 INFO snapshot-role/MainThread: { 2024-03-01 17:17:58,171 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:58,171 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,171 INFO snapshot-role/MainThread: } 2024-03-01 17:17:58,172 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,172 INFO snapshot-role/MainThread: , 2024-03-01 17:17:58,172 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:58,172 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,172 INFO snapshot-role/MainThread: } 2024-03-01 17:17:58,172 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 64225280B test_vg3/lv7 2024-03-01 17:17:58,410 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:58,410 INFO snapshot-role/MainThread: { 2024-03-01 17:17:58,410 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:58,410 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,410 INFO snapshot-role/MainThread: } 2024-03-01 17:17:58,410 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 17:17:58,458 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:58,458 INFO snapshot-role/MainThread: { 2024-03-01 17:17:58,458 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:58,459 INFO snapshot-role/MainThread: { 2024-03-01 17:17:58,459 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:58,459 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:17:58,459 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,459 INFO snapshot-role/MainThread: } 2024-03-01 17:17:58,459 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,459 INFO snapshot-role/MainThread: , 2024-03-01 17:17:58,459 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:58,459 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,459 INFO snapshot-role/MainThread: } 2024-03-01 17:17:58,459 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:17:58,487 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:58,487 INFO snapshot-role/MainThread: { 2024-03-01 17:17:58,487 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:58,487 INFO snapshot-role/MainThread: { 2024-03-01 17:17:58,487 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:58,487 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:17:58,488 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:17:58,488 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:17:58,488 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:17:58,488 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:17:58,488 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:17:58,488 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:17:58,488 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,488 INFO snapshot-role/MainThread: } 2024-03-01 17:17:58,488 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,488 INFO snapshot-role/MainThread: , 2024-03-01 17:17:58,488 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:58,488 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,488 INFO snapshot-role/MainThread: } 2024-03-01 17:17:58,488 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 17:17:58,512 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:17:58,512 INFO snapshot-role/MainThread: { 2024-03-01 17:17:58,512 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:58,512 INFO snapshot-role/MainThread: { 2024-03-01 17:17:58,512 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:58,512 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,512 INFO snapshot-role/MainThread: } 2024-03-01 17:17:58,512 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,512 INFO snapshot-role/MainThread: , 2024-03-01 17:17:58,513 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:58,513 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,513 INFO snapshot-role/MainThread: } 2024-03-01 17:17:58,513 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv8_snapset1 -L 64225280B test_vg3/lv8 2024-03-01 17:17:58,737 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:58,738 INFO snapshot-role/MainThread: { 2024-03-01 17:17:58,738 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:58,738 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,738 INFO snapshot-role/MainThread: } 2024-03-01 17:17:58,738 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 17:17:58,787 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:58,787 INFO snapshot-role/MainThread: { 2024-03-01 17:17:58,787 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:58,787 INFO snapshot-role/MainThread: { 2024-03-01 17:17:58,787 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:58,787 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:17:58,787 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,787 INFO snapshot-role/MainThread: } 2024-03-01 17:17:58,787 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,787 INFO snapshot-role/MainThread: , 2024-03-01 17:17:58,787 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:58,787 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,787 INFO snapshot-role/MainThread: } 2024-03-01 17:17:58,788 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:17:58,814 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:58,814 INFO snapshot-role/MainThread: { 2024-03-01 17:17:58,814 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:58,814 INFO snapshot-role/MainThread: { 2024-03-01 17:17:58,814 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:58,814 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:17:58,815 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:17:58,815 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,815 INFO snapshot-role/MainThread: } 2024-03-01 17:17:58,815 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,815 INFO snapshot-role/MainThread: , 2024-03-01 17:17:58,815 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:58,815 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,815 INFO snapshot-role/MainThread: } 2024-03-01 17:17:58,815 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:17:58,841 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:17:58,841 INFO snapshot-role/MainThread: { 2024-03-01 17:17:58,841 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:58,841 INFO snapshot-role/MainThread: { 2024-03-01 17:17:58,841 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:58,841 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,841 INFO snapshot-role/MainThread: } 2024-03-01 17:17:58,842 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,842 INFO snapshot-role/MainThread: , 2024-03-01 17:17:58,842 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:58,842 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:58,842 INFO snapshot-role/MainThread: } 2024-03-01 17:17:58,842 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 48496640B test_vg2/lv3 2024-03-01 17:17:59,062 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:59,063 INFO snapshot-role/MainThread: { 2024-03-01 17:17:59,063 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:59,063 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,063 INFO snapshot-role/MainThread: } 2024-03-01 17:17:59,063 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 17:17:59,105 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:59,105 INFO snapshot-role/MainThread: { 2024-03-01 17:17:59,105 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:59,105 INFO snapshot-role/MainThread: { 2024-03-01 17:17:59,105 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:59,105 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:17:59,105 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,105 INFO snapshot-role/MainThread: } 2024-03-01 17:17:59,105 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,106 INFO snapshot-role/MainThread: , 2024-03-01 17:17:59,106 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:59,106 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,106 INFO snapshot-role/MainThread: } 2024-03-01 17:17:59,106 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:17:59,130 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:59,130 INFO snapshot-role/MainThread: { 2024-03-01 17:17:59,130 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:59,130 INFO snapshot-role/MainThread: { 2024-03-01 17:17:59,130 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:59,130 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:17:59,131 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:17:59,131 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:17:59,131 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,131 INFO snapshot-role/MainThread: } 2024-03-01 17:17:59,131 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,131 INFO snapshot-role/MainThread: , 2024-03-01 17:17:59,131 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:59,131 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,131 INFO snapshot-role/MainThread: } 2024-03-01 17:17:59,131 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:17:59,156 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:17:59,156 INFO snapshot-role/MainThread: { 2024-03-01 17:17:59,156 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:59,156 INFO snapshot-role/MainThread: { 2024-03-01 17:17:59,156 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:59,156 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,156 INFO snapshot-role/MainThread: } 2024-03-01 17:17:59,156 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,157 INFO snapshot-role/MainThread: , 2024-03-01 17:17:59,157 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:59,157 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,157 INFO snapshot-role/MainThread: } 2024-03-01 17:17:59,157 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96272384B test_vg2/lv4 2024-03-01 17:17:59,381 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:59,382 INFO snapshot-role/MainThread: { 2024-03-01 17:17:59,382 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:59,382 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,382 INFO snapshot-role/MainThread: } 2024-03-01 17:17:59,382 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:17:59,428 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:59,428 INFO snapshot-role/MainThread: { 2024-03-01 17:17:59,428 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:59,428 INFO snapshot-role/MainThread: { 2024-03-01 17:17:59,428 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:59,428 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:17:59,428 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,428 INFO snapshot-role/MainThread: } 2024-03-01 17:17:59,428 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,428 INFO snapshot-role/MainThread: , 2024-03-01 17:17:59,428 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:59,428 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,428 INFO snapshot-role/MainThread: } 2024-03-01 17:17:59,429 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:17:59,455 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:59,455 INFO snapshot-role/MainThread: { 2024-03-01 17:17:59,455 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:59,455 INFO snapshot-role/MainThread: { 2024-03-01 17:17:59,455 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:59,455 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:17:59,455 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:17:59,455 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,456 INFO snapshot-role/MainThread: } 2024-03-01 17:17:59,456 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,456 INFO snapshot-role/MainThread: , 2024-03-01 17:17:59,456 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:59,456 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,456 INFO snapshot-role/MainThread: } 2024-03-01 17:17:59,456 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:17:59,483 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:17:59,483 INFO snapshot-role/MainThread: { 2024-03-01 17:17:59,483 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:59,483 INFO snapshot-role/MainThread: { 2024-03-01 17:17:59,483 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:59,483 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,483 INFO snapshot-role/MainThread: } 2024-03-01 17:17:59,483 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,483 INFO snapshot-role/MainThread: , 2024-03-01 17:17:59,484 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:59,484 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,484 INFO snapshot-role/MainThread: } 2024-03-01 17:17:59,484 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 72417280B test_vg1/lv1 2024-03-01 17:17:59,699 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:59,699 INFO snapshot-role/MainThread: { 2024-03-01 17:17:59,699 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:59,699 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,699 INFO snapshot-role/MainThread: } 2024-03-01 17:17:59,699 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 17:17:59,747 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:59,747 INFO snapshot-role/MainThread: { 2024-03-01 17:17:59,747 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:59,747 INFO snapshot-role/MainThread: { 2024-03-01 17:17:59,747 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:59,748 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:17:59,748 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,748 INFO snapshot-role/MainThread: } 2024-03-01 17:17:59,748 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,748 INFO snapshot-role/MainThread: , 2024-03-01 17:17:59,748 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:59,748 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,748 INFO snapshot-role/MainThread: } 2024-03-01 17:17:59,748 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:17:59,778 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:17:59,778 INFO snapshot-role/MainThread: { 2024-03-01 17:17:59,778 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:59,778 INFO snapshot-role/MainThread: { 2024-03-01 17:17:59,778 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:59,778 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:17:59,779 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 17:17:59,779 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:17:59,779 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,779 INFO snapshot-role/MainThread: } 2024-03-01 17:17:59,779 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,779 INFO snapshot-role/MainThread: , 2024-03-01 17:17:59,779 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:59,779 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,779 INFO snapshot-role/MainThread: } 2024-03-01 17:17:59,779 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 17:17:59,804 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:17:59,804 INFO snapshot-role/MainThread: { 2024-03-01 17:17:59,804 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:17:59,804 INFO snapshot-role/MainThread: { 2024-03-01 17:17:59,804 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:17:59,804 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,804 INFO snapshot-role/MainThread: } 2024-03-01 17:17:59,804 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,804 INFO snapshot-role/MainThread: , 2024-03-01 17:17:59,804 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:17:59,805 INFO snapshot-role/MainThread: ] 2024-03-01 17:17:59,805 INFO snapshot-role/MainThread: } 2024-03-01 17:17:59,805 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv2_snapset1 -L 240975872B test_vg1/lv2 2024-03-01 17:18:00,023 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:00,024 INFO snapshot-role/MainThread: { 2024-03-01 17:18:00,024 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:00,024 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:00,024 INFO snapshot-role/MainThread: } 2024-03-01 17:18:00,024 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:18:03,077 INFO snapshot-role/MainThread: check_cmd: check 20 None None snapset1 1 None 2024-03-01 17:18:03,077 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:18:03,110 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,110 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: {"lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: {"lv_uuid":"1bdhiW-ytrL-LZLP-UKL2-6dcE-wQe7-V4uE76", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: {"lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: {"lv_uuid":"gf5X8k-I3La-IHl4-Pc1w-Mmjx-Yuvs-KwYFkQ", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: {"lv_uuid":"Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: {"lv_uuid":"pixawN-NtWy-OFLP-3B26-64L0-DU0i-2Tcuq0", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: {"lv_uuid":"Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: {"lv_uuid":"CcQ4ie-ya22-6h5c-sKID-ulKI-gXqh-vaFPVJ", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE", "lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn", "pv_name":"/dev/sdi"}, 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB", "lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn", "pv_name":"/dev/sdj"}, 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB", "lv_uuid":"gf5X8k-I3La-IHl4-Pc1w-Mmjx-Yuvs-KwYFkQ", "pv_name":"/dev/sdj"}, 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB", "lv_uuid":"pixawN-NtWy-OFLP-3B26-64L0-DU0i-2Tcuq0", "pv_name":"/dev/sdj"}, 2024-03-01 17:18:03,111 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB", "lv_uuid":"CcQ4ie-ya22-6h5c-sKID-ulKI-gXqh-vaFPVJ", "pv_name":"/dev/sdj"}, 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI", "lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B", "pv_name":"/dev/sdh"}, 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2", "lv_uuid":"Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S", "pv_name":"/dev/sdg"}, 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2", "lv_uuid":"Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e", "pv_name":"/dev/sdg"}, 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2", "lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B", "pv_name":"/dev/sdg"}, 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2", "lv_uuid":"1bdhiW-ytrL-LZLP-UKL2-6dcE-wQe7-V4uE76", "pv_name":"/dev/sdg"}, 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"1bdhiW-ytrL-LZLP-UKL2-6dcE-wQe7-V4uE76"}, 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"CcQ4ie-ya22-6h5c-sKID-ulKI-gXqh-vaFPVJ"}, 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e"}, 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn"}, 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn"}, 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S"}, 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"gf5X8k-I3La-IHl4-Pc1w-Mmjx-Yuvs-KwYFkQ"}, 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B"}, 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B"}, 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"pixawN-NtWy-OFLP-3B26-64L0-DU0i-2Tcuq0"} 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:18:03,112 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: {"lv_uuid":"x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: {"lv_uuid":"bM4J6H-F6Vj-ltlN-7AfP-9kmw-M8ex-ytehL3", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: {"lv_uuid":"sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: {"lv_uuid":"8e2WZS-MDTQ-OvN4-mnqT-SJsM-zSwd-hlqp7D", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np", "lv_uuid":"8e2WZS-MDTQ-OvN4-mnqT-SJsM-zSwd-hlqp7D", "pv_name":"/dev/sde"}, 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8", "lv_uuid":"sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc", "pv_name":"/dev/sdd"}, 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8", "lv_uuid":"x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C", "pv_name":"/dev/sdd"}, 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8", "lv_uuid":"bM4J6H-F6Vj-ltlN-7AfP-9kmw-M8ex-ytehL3", "pv_name":"/dev/sdd"}, 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"8e2WZS-MDTQ-OvN4-mnqT-SJsM-zSwd-hlqp7D"}, 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"bM4J6H-F6Vj-ltlN-7AfP-9kmw-M8ex-ytehL3"}, 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc"}, 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C"} 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,113 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: {"lv_uuid":"QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: {"lv_uuid":"Ii6LQN-2hmm-9brB-dDwu-Ubh1-XFXS-I1Blg2", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: {"lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: {"lv_uuid":"u9TGWU-lYp8-927k-v5WP-ZjyL-ITYj-BEfMPn", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY", "lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp", "pv_name":"/dev/sdb"}, 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY", "lv_uuid":"QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P", "pv_name":"/dev/sdb"}, 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ", "lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp", "pv_name":"/dev/sda"}, 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0", "lv_uuid":"Ii6LQN-2hmm-9brB-dDwu-Ubh1-XFXS-I1Blg2", "pv_name":"/dev/sdc"}, 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0", "lv_uuid":"u9TGWU-lYp8-927k-v5WP-ZjyL-ITYj-BEfMPn", "pv_name":"/dev/sdc"}, 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"Ii6LQN-2hmm-9brB-dDwu-Ubh1-XFXS-I1Blg2"}, 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P"}, 2024-03-01 17:18:03,114 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"u9TGWU-lYp8-927k-v5WP-ZjyL-ITYj-BEfMPn"}, 2024-03-01 17:18:03,115 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp"}, 2024-03-01 17:18:03,115 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp"} 2024-03-01 17:18:03,115 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,115 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,115 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,115 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,115 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,115 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,115 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,115 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 17:18:03,145 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,145 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,145 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,145 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,145 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,145 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,145 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,145 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,145 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,146 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,146 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,146 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,146 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,146 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:18:03,175 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,175 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,175 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,175 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,176 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,176 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,176 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,176 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,176 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,176 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,176 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,176 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,176 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,176 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,176 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,176 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,176 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,176 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,176 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,176 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,176 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 17:18:03,202 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,202 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,202 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,202 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,203 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,203 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,203 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,203 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,203 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,203 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,203 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,203 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,203 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,203 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 17:18:03,228 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,228 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,228 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,228 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,228 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,229 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,229 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,229 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,229 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,229 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,229 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,229 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,229 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,229 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 17:18:03,255 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,255 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,255 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,255 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,255 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,255 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,255 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,256 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,256 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,256 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,256 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,256 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,256 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,256 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 17:18:03,282 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,282 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,282 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,282 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,282 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,283 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,283 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,283 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,283 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,283 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,283 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,283 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,283 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,283 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:18:03,310 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,310 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,310 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,310 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,310 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,310 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,311 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,311 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,311 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,311 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,311 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,311 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,311 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,311 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,311 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,311 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,311 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,311 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,311 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,311 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,311 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 17:18:03,338 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,338 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,338 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,338 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,338 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,338 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,338 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,338 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,338 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,338 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,339 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,339 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,339 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,339 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 17:18:03,365 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,365 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,365 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,365 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,366 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,366 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,366 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,366 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,366 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,366 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,366 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,366 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,366 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,366 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 17:18:03,393 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,393 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,393 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,393 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,393 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,394 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,394 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,394 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,394 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,394 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,394 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,394 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,394 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,394 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 17:18:03,421 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,421 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,421 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,421 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,421 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,421 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,422 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,422 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,422 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,422 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,422 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,422 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,422 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,422 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:18:03,450 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,450 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,450 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,450 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,450 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,450 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,450 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,450 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,451 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,451 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,451 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,451 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,451 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,451 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,451 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,451 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,451 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,451 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,451 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,451 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,451 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:18:03,478 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,478 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,478 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,478 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,478 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,478 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,478 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,479 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,479 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,479 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,479 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,479 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,479 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,479 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:18:03,503 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,503 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,503 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,504 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,504 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,504 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,504 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,504 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,504 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,504 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,504 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,504 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,504 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,504 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:18:03,530 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,530 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,530 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,530 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,530 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,531 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,531 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,531 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,531 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,531 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,531 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,531 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,531 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,531 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 17:18:03,557 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,557 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,557 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,557 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,557 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,557 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,557 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,558 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,558 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,558 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,558 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,558 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,558 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,558 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:18:03,584 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,584 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,584 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,584 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,584 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,584 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,584 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,584 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,584 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,585 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,585 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,585 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,585 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,585 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,585 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,585 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,585 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,585 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,585 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,585 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,585 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 17:18:03,610 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,610 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,610 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,610 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,610 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,610 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,610 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,610 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,610 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,610 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,611 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,611 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,611 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,611 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 17:18:03,637 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,637 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,637 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,637 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,637 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,637 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,637 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,638 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,638 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,638 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,638 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,638 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,638 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,638 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 17:18:03,664 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,664 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,664 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,664 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,664 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,664 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,665 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,665 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,665 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,665 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,665 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,665 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,665 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,665 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 17:18:03,690 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,690 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,690 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,690 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,690 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,691 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,691 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,691 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,691 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,691 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,691 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,691 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,691 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,691 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:18:03,717 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,717 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,717 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,717 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,717 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,717 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,717 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,718 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,718 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,718 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,718 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,718 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,718 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,718 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,718 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,718 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,718 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:18:03,744 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,744 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,744 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,744 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,744 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,744 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,744 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,744 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,744 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,744 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,745 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,745 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,745 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,745 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:18:03,772 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,772 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,772 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,772 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,772 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,773 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,773 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,773 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,773 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,773 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,773 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,773 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,773 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,773 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:18:03,799 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,799 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,799 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,799 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,799 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,799 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,800 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,800 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,800 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,800 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,800 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,800 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,800 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,800 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 17:18:03,827 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,827 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,827 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,827 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,827 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,827 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,828 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,828 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,828 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,828 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,828 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,828 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,828 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,828 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:18:03,855 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,855 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,855 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,855 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,855 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,856 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,856 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,856 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,856 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,856 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,856 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,856 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,856 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,856 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,856 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,856 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,856 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:18:03,882 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,882 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,882 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,882 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,882 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,883 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,883 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,883 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,883 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,883 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,883 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,883 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,883 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,883 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:18:03,911 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,911 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,911 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,911 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,911 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,912 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,912 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,912 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,912 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,912 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,912 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,912 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,912 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,912 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:18:03,938 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,938 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,938 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,938 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,938 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,938 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,939 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,939 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,939 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,939 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,939 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,939 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,939 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,939 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:18:03,970 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,970 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,970 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,970 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,970 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,970 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,971 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,971 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,971 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,971 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,971 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,971 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,971 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,971 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:18:03,998 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:03,998 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,998 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:03,998 INFO snapshot-role/MainThread: { 2024-03-01 17:18:03,998 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:03,998 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,998 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 17:18:03,999 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:03,999 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:03,999 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,999 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,999 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,999 INFO snapshot-role/MainThread: , 2024-03-01 17:18:03,999 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:03,999 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:03,999 INFO snapshot-role/MainThread: } 2024-03-01 17:18:03,999 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:18:04,025 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:04,025 INFO snapshot-role/MainThread: { 2024-03-01 17:18:04,025 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:04,025 INFO snapshot-role/MainThread: { 2024-03-01 17:18:04,025 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:04,025 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 17:18:04,026 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,026 INFO snapshot-role/MainThread: } 2024-03-01 17:18:04,026 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,026 INFO snapshot-role/MainThread: , 2024-03-01 17:18:04,026 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:04,026 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,026 INFO snapshot-role/MainThread: } 2024-03-01 17:18:04,026 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:18:04,053 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:04,053 INFO snapshot-role/MainThread: { 2024-03-01 17:18:04,053 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:04,053 INFO snapshot-role/MainThread: { 2024-03-01 17:18:04,054 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:04,054 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 17:18:04,054 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,054 INFO snapshot-role/MainThread: } 2024-03-01 17:18:04,054 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,054 INFO snapshot-role/MainThread: , 2024-03-01 17:18:04,054 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:04,054 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,054 INFO snapshot-role/MainThread: } 2024-03-01 17:18:04,054 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:18:04,081 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:04,081 INFO snapshot-role/MainThread: { 2024-03-01 17:18:04,081 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:04,081 INFO snapshot-role/MainThread: { 2024-03-01 17:18:04,081 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:04,082 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 17:18:04,082 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,082 INFO snapshot-role/MainThread: } 2024-03-01 17:18:04,082 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,082 INFO snapshot-role/MainThread: , 2024-03-01 17:18:04,082 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:04,082 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,082 INFO snapshot-role/MainThread: } 2024-03-01 17:18:04,082 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 17:18:04,108 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:04,108 INFO snapshot-role/MainThread: { 2024-03-01 17:18:04,108 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:04,108 INFO snapshot-role/MainThread: { 2024-03-01 17:18:04,108 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:04,108 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:04,108 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,109 INFO snapshot-role/MainThread: } 2024-03-01 17:18:04,109 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,109 INFO snapshot-role/MainThread: , 2024-03-01 17:18:04,109 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:04,109 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,109 INFO snapshot-role/MainThread: } 2024-03-01 17:18:04,109 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:18:04,136 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:04,136 INFO snapshot-role/MainThread: { 2024-03-01 17:18:04,136 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:04,136 INFO snapshot-role/MainThread: { 2024-03-01 17:18:04,136 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:04,136 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:04,137 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:04,137 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:04,137 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:04,137 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,137 INFO snapshot-role/MainThread: } 2024-03-01 17:18:04,137 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,137 INFO snapshot-role/MainThread: , 2024-03-01 17:18:04,137 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:04,137 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,137 INFO snapshot-role/MainThread: } 2024-03-01 17:18:04,137 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 17:18:04,164 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:04,164 INFO snapshot-role/MainThread: { 2024-03-01 17:18:04,164 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:04,164 INFO snapshot-role/MainThread: { 2024-03-01 17:18:04,164 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:04,164 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:04,164 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,165 INFO snapshot-role/MainThread: } 2024-03-01 17:18:04,165 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,165 INFO snapshot-role/MainThread: , 2024-03-01 17:18:04,165 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:04,165 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,165 INFO snapshot-role/MainThread: } 2024-03-01 17:18:04,165 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 17:18:04,192 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:04,192 INFO snapshot-role/MainThread: { 2024-03-01 17:18:04,192 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:04,192 INFO snapshot-role/MainThread: { 2024-03-01 17:18:04,192 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:04,192 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:04,192 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,193 INFO snapshot-role/MainThread: } 2024-03-01 17:18:04,193 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,193 INFO snapshot-role/MainThread: , 2024-03-01 17:18:04,193 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:04,193 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,193 INFO snapshot-role/MainThread: } 2024-03-01 17:18:04,193 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 17:18:04,223 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:04,223 INFO snapshot-role/MainThread: { 2024-03-01 17:18:04,223 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:04,223 INFO snapshot-role/MainThread: { 2024-03-01 17:18:04,223 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:04,223 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:04,223 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,224 INFO snapshot-role/MainThread: } 2024-03-01 17:18:04,224 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,224 INFO snapshot-role/MainThread: , 2024-03-01 17:18:04,224 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:04,224 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:04,224 INFO snapshot-role/MainThread: } 2024-03-01 17:18:04,224 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:18:07,204 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 17:18:07,204 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 17:18:07,204 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:18:07,233 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:07,233 INFO snapshot-role/MainThread: { 2024-03-01 17:18:07,234 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:07,234 INFO snapshot-role/MainThread: { 2024-03-01 17:18:07,234 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:07,234 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:07,234 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:07,234 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:07,234 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:07,234 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:07,234 INFO snapshot-role/MainThread: } 2024-03-01 17:18:07,234 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:07,234 INFO snapshot-role/MainThread: , 2024-03-01 17:18:07,234 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:07,234 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:07,234 INFO snapshot-role/MainThread: } 2024-03-01 17:18:07,234 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:18:07,259 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:07,259 INFO snapshot-role/MainThread: { 2024-03-01 17:18:07,259 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:07,259 INFO snapshot-role/MainThread: { 2024-03-01 17:18:07,259 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:07,259 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 17:18:07,259 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:07,259 INFO snapshot-role/MainThread: } 2024-03-01 17:18:07,259 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:07,260 INFO snapshot-role/MainThread: , 2024-03-01 17:18:07,260 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:07,260 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:07,260 INFO snapshot-role/MainThread: } 2024-03-01 17:18:07,260 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg1/lv1_snapset1 /mnt/lv1_mp 2024-03-01 17:18:07,296 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:07,296 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:18:10,286 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 17:18:10,286 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 17:18:10,286 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:18:10,313 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:10,313 INFO snapshot-role/MainThread: { 2024-03-01 17:18:10,314 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:10,314 INFO snapshot-role/MainThread: { 2024-03-01 17:18:10,314 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:10,314 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:10,314 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 17:18:10,314 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:10,314 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:10,314 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:10,314 INFO snapshot-role/MainThread: } 2024-03-01 17:18:10,314 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:10,314 INFO snapshot-role/MainThread: , 2024-03-01 17:18:10,314 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:10,314 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:10,314 INFO snapshot-role/MainThread: } 2024-03-01 17:18:10,314 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:18:10,340 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:10,340 INFO snapshot-role/MainThread: { 2024-03-01 17:18:10,340 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:10,340 INFO snapshot-role/MainThread: { 2024-03-01 17:18:10,340 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:10,340 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 17:18:10,340 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:10,341 INFO snapshot-role/MainThread: } 2024-03-01 17:18:10,341 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:10,341 INFO snapshot-role/MainThread: , 2024-03-01 17:18:10,341 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:10,341 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:10,341 INFO snapshot-role/MainThread: } 2024-03-01 17:18:10,341 INFO snapshot-role/MainThread: exit code: 0: ['/mnt/lv1_mp is already mounted at /dev/test_vg1/lv1_snapset1'] 2024-03-01 17:18:13,439 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv2_mp None None snapset1 lv2 test_vg1 None 2024-03-01 17:18:13,440 INFO snapshot-role/MainThread: mount_lv : /mnt/lv2_mp 2024-03-01 17:18:13,440 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:18:13,465 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:13,465 INFO snapshot-role/MainThread: { 2024-03-01 17:18:13,465 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:13,465 INFO snapshot-role/MainThread: { 2024-03-01 17:18:13,465 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:13,466 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:13,466 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 17:18:13,466 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:13,466 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:13,466 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:13,466 INFO snapshot-role/MainThread: } 2024-03-01 17:18:13,466 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:13,466 INFO snapshot-role/MainThread: , 2024-03-01 17:18:13,466 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:13,466 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:13,466 INFO snapshot-role/MainThread: } 2024-03-01 17:18:13,466 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 17:18:13,491 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:13,491 INFO snapshot-role/MainThread: { 2024-03-01 17:18:13,491 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:13,491 INFO snapshot-role/MainThread: { 2024-03-01 17:18:13,491 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:13,491 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:13,491 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:13,491 INFO snapshot-role/MainThread: } 2024-03-01 17:18:13,492 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:13,492 INFO snapshot-role/MainThread: , 2024-03-01 17:18:13,492 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:13,492 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:13,492 INFO snapshot-role/MainThread: } 2024-03-01 17:18:13,492 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg1/lv2_snapset1 /mnt/lv2_mp 2024-03-01 17:18:13,529 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:13,529 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:18:16,619 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv7_mp None None snapset1 lv7 test_vg3 None 2024-03-01 17:18:16,619 INFO snapshot-role/MainThread: mount_lv : /mnt/lv7_mp 2024-03-01 17:18:16,619 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:18:16,645 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:16,645 INFO snapshot-role/MainThread: { 2024-03-01 17:18:16,646 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:16,646 INFO snapshot-role/MainThread: { 2024-03-01 17:18:16,646 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:16,646 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:16,646 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:16,646 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:16,646 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:16,646 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:16,646 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:16,646 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:16,646 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:16,646 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:16,646 INFO snapshot-role/MainThread: } 2024-03-01 17:18:16,646 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:16,646 INFO snapshot-role/MainThread: , 2024-03-01 17:18:16,646 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:16,646 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:16,646 INFO snapshot-role/MainThread: } 2024-03-01 17:18:16,646 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:18:16,672 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:16,672 INFO snapshot-role/MainThread: { 2024-03-01 17:18:16,672 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:16,672 INFO snapshot-role/MainThread: { 2024-03-01 17:18:16,672 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:16,672 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:16,673 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:16,673 INFO snapshot-role/MainThread: } 2024-03-01 17:18:16,673 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:16,673 INFO snapshot-role/MainThread: , 2024-03-01 17:18:16,673 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:16,673 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:16,673 INFO snapshot-role/MainThread: } 2024-03-01 17:18:16,673 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg3/lv7_snapset1 /mnt/lv7_mp 2024-03-01 17:18:16,710 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:16,711 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:18:19,693 INFO snapshot-role/MainThread: mount_cmd: 1 1 0 /mnt/lv6_mp None None snapset1 lv6 test_vg3 None 2024-03-01 17:18:19,693 INFO snapshot-role/MainThread: mount_lv : /mnt/lv6_mp 2024-03-01 17:18:19,693 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:18:19,723 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:19,723 INFO snapshot-role/MainThread: { 2024-03-01 17:18:19,723 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:19,723 INFO snapshot-role/MainThread: { 2024-03-01 17:18:19,723 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:19,724 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:19,724 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:19,724 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:19,724 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:19,724 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:19,724 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 17:18:19,724 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:19,724 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:19,724 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:19,724 INFO snapshot-role/MainThread: } 2024-03-01 17:18:19,724 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:19,724 INFO snapshot-role/MainThread: , 2024-03-01 17:18:19,724 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:19,724 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:19,724 INFO snapshot-role/MainThread: } 2024-03-01 17:18:19,724 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6 2024-03-01 17:18:19,751 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:19,751 INFO snapshot-role/MainThread: { 2024-03-01 17:18:19,751 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:19,751 INFO snapshot-role/MainThread: { 2024-03-01 17:18:19,751 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:19,751 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:19,751 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:19,751 INFO snapshot-role/MainThread: } 2024-03-01 17:18:19,751 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:19,752 INFO snapshot-role/MainThread: , 2024-03-01 17:18:19,752 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:19,752 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:19,752 INFO snapshot-role/MainThread: } 2024-03-01 17:18:19,752 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg3/lv6 /mnt/lv6_mp 2024-03-01 17:18:19,780 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:19,781 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:18:22,885 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 17:18:22,885 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv1_mp None test_vg1 lv1 snapset1 2024-03-01 17:18:22,885 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:18:22,913 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:22,913 INFO snapshot-role/MainThread: { 2024-03-01 17:18:22,913 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:22,913 INFO snapshot-role/MainThread: { 2024-03-01 17:18:22,913 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:22,914 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:22,914 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 17:18:22,914 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:22,914 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:22,914 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:22,914 INFO snapshot-role/MainThread: } 2024-03-01 17:18:22,914 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:22,914 INFO snapshot-role/MainThread: , 2024-03-01 17:18:22,914 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:22,914 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:22,914 INFO snapshot-role/MainThread: } 2024-03-01 17:18:22,914 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:18:22,940 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:22,940 INFO snapshot-role/MainThread: { 2024-03-01 17:18:22,940 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:22,940 INFO snapshot-role/MainThread: { 2024-03-01 17:18:22,940 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:22,940 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 17:18:22,940 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:22,940 INFO snapshot-role/MainThread: } 2024-03-01 17:18:22,941 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:22,941 INFO snapshot-role/MainThread: , 2024-03-01 17:18:22,941 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:22,941 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:22,941 INFO snapshot-role/MainThread: } 2024-03-01 17:18:22,941 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv1_snapset1 -P 2024-03-01 17:18:22,944 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:22,944 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 17:18:22,944 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:18:26,084 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/lv2_mp None None snapset1 lv2 test_vg1 None 2024-03-01 17:18:26,085 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv2_mp None test_vg1 lv2 snapset1 2024-03-01 17:18:26,085 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:18:26,112 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:26,112 INFO snapshot-role/MainThread: { 2024-03-01 17:18:26,112 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:26,112 INFO snapshot-role/MainThread: { 2024-03-01 17:18:26,113 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:26,113 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:26,113 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 17:18:26,113 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:26,113 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:26,113 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:26,113 INFO snapshot-role/MainThread: } 2024-03-01 17:18:26,113 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:26,113 INFO snapshot-role/MainThread: , 2024-03-01 17:18:26,113 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:26,113 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:26,113 INFO snapshot-role/MainThread: } 2024-03-01 17:18:26,113 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 17:18:26,138 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:26,138 INFO snapshot-role/MainThread: { 2024-03-01 17:18:26,138 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:26,138 INFO snapshot-role/MainThread: { 2024-03-01 17:18:26,138 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:26,138 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:26,138 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:26,138 INFO snapshot-role/MainThread: } 2024-03-01 17:18:26,138 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:26,139 INFO snapshot-role/MainThread: , 2024-03-01 17:18:26,139 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:26,139 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:26,139 INFO snapshot-role/MainThread: } 2024-03-01 17:18:26,139 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv2_snapset1 -P 2024-03-01 17:18:26,142 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:26,142 INFO snapshot-role/MainThread: TARGET="/mnt/lv2_mp" SOURCE="/dev/mapper/test_vg1-lv2_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 17:18:26,142 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:18:29,177 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/lv7_mp None None snapset1 lv7 test_vg3 None 2024-03-01 17:18:29,177 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv7_mp None test_vg3 lv7 snapset1 2024-03-01 17:18:29,177 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:18:29,208 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:29,208 INFO snapshot-role/MainThread: { 2024-03-01 17:18:29,208 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:29,208 INFO snapshot-role/MainThread: { 2024-03-01 17:18:29,209 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:29,209 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:29,209 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:29,209 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-aos---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:29,209 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"1.29", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:29,209 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:29,209 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 17:18:29,209 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:29,209 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:29,209 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:29,209 INFO snapshot-role/MainThread: } 2024-03-01 17:18:29,209 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:29,209 INFO snapshot-role/MainThread: , 2024-03-01 17:18:29,209 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:29,209 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:29,209 INFO snapshot-role/MainThread: } 2024-03-01 17:18:29,209 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:18:29,235 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:29,235 INFO snapshot-role/MainThread: { 2024-03-01 17:18:29,235 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:29,235 INFO snapshot-role/MainThread: { 2024-03-01 17:18:29,235 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:29,235 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 17:18:29,235 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:29,236 INFO snapshot-role/MainThread: } 2024-03-01 17:18:29,236 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:29,236 INFO snapshot-role/MainThread: , 2024-03-01 17:18:29,236 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:29,236 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:29,236 INFO snapshot-role/MainThread: } 2024-03-01 17:18:29,236 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv7_snapset1 -P 2024-03-01 17:18:29,239 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:29,239 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 17:18:29,239 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:18:32,251 INFO snapshot-role/MainThread: mount_cmd: 1 1 1 /mnt/lv6_mp None None snapset1 lv6 test_vg3 None 2024-03-01 17:18:32,251 INFO snapshot-role/MainThread: mount_verify_lv : 1 /mnt/lv6_mp None test_vg3 lv6 snapset1 2024-03-01 17:18:32,252 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:18:32,280 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:32,280 INFO snapshot-role/MainThread: { 2024-03-01 17:18:32,280 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:32,280 INFO snapshot-role/MainThread: { 2024-03-01 17:18:32,281 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:32,281 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:32,281 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:32,281 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-aos---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:32,281 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"1.29", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:32,281 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:32,281 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 17:18:32,281 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:32,281 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:32,281 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:32,281 INFO snapshot-role/MainThread: } 2024-03-01 17:18:32,281 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:32,281 INFO snapshot-role/MainThread: , 2024-03-01 17:18:32,281 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:32,281 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:32,281 INFO snapshot-role/MainThread: } 2024-03-01 17:18:32,281 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6 2024-03-01 17:18:32,308 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:32,308 INFO snapshot-role/MainThread: { 2024-03-01 17:18:32,308 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:32,308 INFO snapshot-role/MainThread: { 2024-03-01 17:18:32,308 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:32,308 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-aos---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:32,309 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:32,309 INFO snapshot-role/MainThread: } 2024-03-01 17:18:32,309 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:32,309 INFO snapshot-role/MainThread: , 2024-03-01 17:18:32,309 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:32,309 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:32,309 INFO snapshot-role/MainThread: } 2024-03-01 17:18:32,309 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv6 -P 2024-03-01 17:18:32,312 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:32,312 INFO snapshot-role/MainThread: TARGET="/mnt/lv6_mp" SOURCE="/dev/mapper/test_vg3-lv6" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 17:18:32,312 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:18:35,309 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv1_mp lv1 test_vg1 None 2024-03-01 17:18:35,309 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 17:18:35,309 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:18:35,338 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:35,338 INFO snapshot-role/MainThread: { 2024-03-01 17:18:35,338 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:35,339 INFO snapshot-role/MainThread: { 2024-03-01 17:18:35,339 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:35,339 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:35,339 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 17:18:35,339 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:35,339 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:35,339 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:35,339 INFO snapshot-role/MainThread: } 2024-03-01 17:18:35,339 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:35,339 INFO snapshot-role/MainThread: , 2024-03-01 17:18:35,339 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:35,339 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:35,339 INFO snapshot-role/MainThread: } 2024-03-01 17:18:35,339 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:18:35,366 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:35,366 INFO snapshot-role/MainThread: { 2024-03-01 17:18:35,366 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:35,366 INFO snapshot-role/MainThread: { 2024-03-01 17:18:35,366 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:35,366 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:35,366 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:35,367 INFO snapshot-role/MainThread: } 2024-03-01 17:18:35,367 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:35,367 INFO snapshot-role/MainThread: , 2024-03-01 17:18:35,367 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:35,367 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:35,367 INFO snapshot-role/MainThread: } 2024-03-01 17:18:35,367 INFO snapshot-role/MainThread: umount target /mnt/lv1_mp from device /dev/mapper/test_vg1-lv1_snapset1 2024-03-01 17:18:35,367 INFO snapshot-role/MainThread: Running... umount /mnt/lv1_mp -A 2024-03-01 17:18:35,383 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:35,384 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:18:38,542 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv1_mp lv1 test_vg1 None 2024-03-01 17:18:38,542 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 17:18:38,542 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:18:38,569 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:38,569 INFO snapshot-role/MainThread: { 2024-03-01 17:18:38,569 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:38,569 INFO snapshot-role/MainThread: { 2024-03-01 17:18:38,569 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:38,569 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:38,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 17:18:38,570 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:38,570 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:38,570 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:38,570 INFO snapshot-role/MainThread: } 2024-03-01 17:18:38,570 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:38,570 INFO snapshot-role/MainThread: , 2024-03-01 17:18:38,570 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:38,570 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:38,570 INFO snapshot-role/MainThread: } 2024-03-01 17:18:38,570 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:18:38,597 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:38,597 INFO snapshot-role/MainThread: { 2024-03-01 17:18:38,597 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:38,597 INFO snapshot-role/MainThread: { 2024-03-01 17:18:38,597 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:38,597 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:38,597 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:38,598 INFO snapshot-role/MainThread: } 2024-03-01 17:18:38,598 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:38,598 INFO snapshot-role/MainThread: , 2024-03-01 17:18:38,598 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:38,598 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:38,598 INFO snapshot-role/MainThread: } 2024-03-01 17:18:38,598 INFO snapshot-role/MainThread: exit code: 0: ['not mounted /mnt/lv1_mp'] 2024-03-01 17:18:41,641 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv2_mp lv2 test_vg1 None 2024-03-01 17:18:41,641 INFO snapshot-role/MainThread: umount_lv : /mnt/lv2_mp 2024-03-01 17:18:41,641 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:18:41,670 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:41,670 INFO snapshot-role/MainThread: { 2024-03-01 17:18:41,670 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:41,671 INFO snapshot-role/MainThread: { 2024-03-01 17:18:41,671 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:41,671 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:41,671 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 17:18:41,671 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:41,671 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:41,671 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:41,671 INFO snapshot-role/MainThread: } 2024-03-01 17:18:41,671 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:41,671 INFO snapshot-role/MainThread: , 2024-03-01 17:18:41,671 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:41,671 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:41,671 INFO snapshot-role/MainThread: } 2024-03-01 17:18:41,671 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2 2024-03-01 17:18:41,696 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:41,696 INFO snapshot-role/MainThread: { 2024-03-01 17:18:41,696 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:41,696 INFO snapshot-role/MainThread: { 2024-03-01 17:18:41,696 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:41,696 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:41,696 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:41,696 INFO snapshot-role/MainThread: } 2024-03-01 17:18:41,696 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:41,696 INFO snapshot-role/MainThread: , 2024-03-01 17:18:41,696 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:41,696 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:41,697 INFO snapshot-role/MainThread: } 2024-03-01 17:18:41,697 INFO snapshot-role/MainThread: umount target /mnt/lv2_mp from device /dev/mapper/test_vg1-lv2_snapset1 2024-03-01 17:18:41,697 INFO snapshot-role/MainThread: Running... umount /mnt/lv2_mp -A 2024-03-01 17:18:41,710 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:41,711 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:18:44,771 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv7_mp lv7 test_vg3 None 2024-03-01 17:18:44,771 INFO snapshot-role/MainThread: umount_lv : /mnt/lv7_mp 2024-03-01 17:18:44,771 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:18:44,799 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:44,799 INFO snapshot-role/MainThread: { 2024-03-01 17:18:44,800 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:44,800 INFO snapshot-role/MainThread: { 2024-03-01 17:18:44,800 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:44,800 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:44,800 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:44,800 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-aos---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:44,800 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"1.29", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:44,800 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:44,800 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 17:18:44,800 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:18:44,800 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:44,800 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:44,800 INFO snapshot-role/MainThread: } 2024-03-01 17:18:44,800 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:44,800 INFO snapshot-role/MainThread: , 2024-03-01 17:18:44,800 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:44,800 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:44,800 INFO snapshot-role/MainThread: } 2024-03-01 17:18:44,800 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 17:18:44,827 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:44,827 INFO snapshot-role/MainThread: { 2024-03-01 17:18:44,827 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:18:44,827 INFO snapshot-role/MainThread: { 2024-03-01 17:18:44,827 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:18:44,827 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:18:44,827 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:44,827 INFO snapshot-role/MainThread: } 2024-03-01 17:18:44,828 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:44,828 INFO snapshot-role/MainThread: , 2024-03-01 17:18:44,828 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:18:44,828 INFO snapshot-role/MainThread: ] 2024-03-01 17:18:44,828 INFO snapshot-role/MainThread: } 2024-03-01 17:18:44,828 INFO snapshot-role/MainThread: umount target /mnt/lv7_mp from device /dev/mapper/test_vg3-lv7_snapset1 2024-03-01 17:18:44,828 INFO snapshot-role/MainThread: Running... umount /mnt/lv7_mp -A 2024-03-01 17:18:44,842 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:44,843 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:18:47,871 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv6_mp None None None 2024-03-01 17:18:47,871 INFO snapshot-role/MainThread: umount_lv : /mnt/lv6_mp 2024-03-01 17:18:47,872 INFO snapshot-role/MainThread: umount target /mnt/lv6_mp from device /dev/mapper/test_vg3-lv6 2024-03-01 17:18:47,872 INFO snapshot-role/MainThread: Running... umount /mnt/lv6_mp -A 2024-03-01 17:18:47,896 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:18:47,896 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:18:50,924 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv1_mp lv1 test_vg1 None 2024-03-01 17:18:50,924 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv1_mp -P 2024-03-01 17:18:50,927 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:18:50,928 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:18:54,015 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv2_mp lv2 test_vg1 None 2024-03-01 17:18:54,015 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv2_mp -P 2024-03-01 17:18:54,018 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:18:54,018 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:18:57,186 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv7_mp lv7 test_vg3 None 2024-03-01 17:18:57,186 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv7_mp -P 2024-03-01 17:18:57,189 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:18:57,189 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:19:00,282 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv6_mp lv6 test_vg3 None 2024-03-01 17:19:00,282 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv6_mp -P 2024-03-01 17:19:00,285 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:19:00,285 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:19:03,349 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 17:19:03,349 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:19:03,379 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:03,379 INFO snapshot-role/MainThread: { 2024-03-01 17:19:03,379 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:03,379 INFO snapshot-role/MainThread: { 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: , 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: , 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: {"lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: {"lv_uuid":"1bdhiW-ytrL-LZLP-UKL2-6dcE-wQe7-V4uE76", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: {"lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: {"lv_uuid":"gf5X8k-I3La-IHl4-Pc1w-Mmjx-Yuvs-KwYFkQ", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"1.30", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: {"lv_uuid":"Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: {"lv_uuid":"pixawN-NtWy-OFLP-3B26-64L0-DU0i-2Tcuq0", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"3.16", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: {"lv_uuid":"Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: {"lv_uuid":"CcQ4ie-ya22-6h5c-sKID-ulKI-gXqh-vaFPVJ", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: , 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE", "lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn", "pv_name":"/dev/sdi"}, 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB", "lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn", "pv_name":"/dev/sdj"}, 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB", "lv_uuid":"gf5X8k-I3La-IHl4-Pc1w-Mmjx-Yuvs-KwYFkQ", "pv_name":"/dev/sdj"}, 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB", "lv_uuid":"pixawN-NtWy-OFLP-3B26-64L0-DU0i-2Tcuq0", "pv_name":"/dev/sdj"}, 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB", "lv_uuid":"CcQ4ie-ya22-6h5c-sKID-ulKI-gXqh-vaFPVJ", "pv_name":"/dev/sdj"}, 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:19:03,380 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI", "lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B", "pv_name":"/dev/sdh"}, 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2", "lv_uuid":"Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S", "pv_name":"/dev/sdg"}, 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2", "lv_uuid":"Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e", "pv_name":"/dev/sdg"}, 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2", "lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B", "pv_name":"/dev/sdg"}, 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2", "lv_uuid":"1bdhiW-ytrL-LZLP-UKL2-6dcE-wQe7-V4uE76", "pv_name":"/dev/sdg"}, 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: , 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"1bdhiW-ytrL-LZLP-UKL2-6dcE-wQe7-V4uE76"}, 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"CcQ4ie-ya22-6h5c-sKID-ulKI-gXqh-vaFPVJ"}, 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e"}, 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn"}, 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn"}, 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S"}, 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"gf5X8k-I3La-IHl4-Pc1w-Mmjx-Yuvs-KwYFkQ"}, 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B"}, 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B"}, 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"pixawN-NtWy-OFLP-3B26-64L0-DU0i-2Tcuq0"} 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: } 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: , 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: { 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: , 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:19:03,381 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: , 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: {"lv_uuid":"x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: {"lv_uuid":"bM4J6H-F6Vj-ltlN-7AfP-9kmw-M8ex-ytehL3", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: {"lv_uuid":"sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: {"lv_uuid":"8e2WZS-MDTQ-OvN4-mnqT-SJsM-zSwd-hlqp7D", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: , 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np", "lv_uuid":"8e2WZS-MDTQ-OvN4-mnqT-SJsM-zSwd-hlqp7D", "pv_name":"/dev/sde"}, 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8", "lv_uuid":"sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc", "pv_name":"/dev/sdd"}, 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8", "lv_uuid":"x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C", "pv_name":"/dev/sdd"}, 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8", "lv_uuid":"bM4J6H-F6Vj-ltlN-7AfP-9kmw-M8ex-ytehL3", "pv_name":"/dev/sdd"}, 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: , 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"8e2WZS-MDTQ-OvN4-mnqT-SJsM-zSwd-hlqp7D"}, 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"bM4J6H-F6Vj-ltlN-7AfP-9kmw-M8ex-ytehL3"}, 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc"}, 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C"} 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: } 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: , 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: { 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 17:19:03,382 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: , 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: , 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: {"lv_uuid":"QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: {"lv_uuid":"Ii6LQN-2hmm-9brB-dDwu-Ubh1-XFXS-I1Blg2", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"2.81", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: {"lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: {"lv_uuid":"u9TGWU-lYp8-927k-v5WP-ZjyL-ITYj-BEfMPn", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.87", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: , 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY", "lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp", "pv_name":"/dev/sdb"}, 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY", "lv_uuid":"QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P", "pv_name":"/dev/sdb"}, 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ", "lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp", "pv_name":"/dev/sda"}, 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0", "lv_uuid":"Ii6LQN-2hmm-9brB-dDwu-Ubh1-XFXS-I1Blg2", "pv_name":"/dev/sdc"}, 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0", "lv_uuid":"u9TGWU-lYp8-927k-v5WP-ZjyL-ITYj-BEfMPn", "pv_name":"/dev/sdc"}, 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: , 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"Ii6LQN-2hmm-9brB-dDwu-Ubh1-XFXS-I1Blg2"}, 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P"}, 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"u9TGWU-lYp8-927k-v5WP-ZjyL-ITYj-BEfMPn"}, 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp"}, 2024-03-01 17:19:03,383 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp"} 2024-03-01 17:19:03,384 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,384 INFO snapshot-role/MainThread: } 2024-03-01 17:19:03,384 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,384 INFO snapshot-role/MainThread: , 2024-03-01 17:19:03,384 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:03,384 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,384 INFO snapshot-role/MainThread: } 2024-03-01 17:19:03,384 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 17:19:03,411 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:03,411 INFO snapshot-role/MainThread: { 2024-03-01 17:19:03,411 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:03,411 INFO snapshot-role/MainThread: { 2024-03-01 17:19:03,411 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:03,411 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:19:03,411 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,411 INFO snapshot-role/MainThread: } 2024-03-01 17:19:03,411 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,411 INFO snapshot-role/MainThread: , 2024-03-01 17:19:03,412 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:03,412 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,412 INFO snapshot-role/MainThread: } 2024-03-01 17:19:03,412 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv5_snapset1 2024-03-01 17:19:03,541 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:03,541 INFO snapshot-role/MainThread: { 2024-03-01 17:19:03,542 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:03,542 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,542 INFO snapshot-role/MainThread: } 2024-03-01 17:19:03,542 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 17:19:03,601 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:03,601 INFO snapshot-role/MainThread: { 2024-03-01 17:19:03,601 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:03,601 INFO snapshot-role/MainThread: { 2024-03-01 17:19:03,601 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:03,602 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"1.30", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:19:03,602 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,602 INFO snapshot-role/MainThread: } 2024-03-01 17:19:03,602 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,602 INFO snapshot-role/MainThread: , 2024-03-01 17:19:03,602 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:03,602 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,602 INFO snapshot-role/MainThread: } 2024-03-01 17:19:03,602 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv6_snapset1 2024-03-01 17:19:03,728 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:03,729 INFO snapshot-role/MainThread: { 2024-03-01 17:19:03,729 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:03,729 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,729 INFO snapshot-role/MainThread: } 2024-03-01 17:19:03,729 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:19:03,784 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:03,784 INFO snapshot-role/MainThread: { 2024-03-01 17:19:03,784 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:03,784 INFO snapshot-role/MainThread: { 2024-03-01 17:19:03,784 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:03,784 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 17:19:03,784 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,784 INFO snapshot-role/MainThread: } 2024-03-01 17:19:03,784 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,785 INFO snapshot-role/MainThread: , 2024-03-01 17:19:03,785 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:03,785 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,785 INFO snapshot-role/MainThread: } 2024-03-01 17:19:03,785 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv7_snapset1 2024-03-01 17:19:03,914 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:03,914 INFO snapshot-role/MainThread: { 2024-03-01 17:19:03,915 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:03,915 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,915 INFO snapshot-role/MainThread: } 2024-03-01 17:19:03,915 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 17:19:03,968 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:03,969 INFO snapshot-role/MainThread: { 2024-03-01 17:19:03,969 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:03,969 INFO snapshot-role/MainThread: { 2024-03-01 17:19:03,969 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:03,969 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:19:03,969 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,969 INFO snapshot-role/MainThread: } 2024-03-01 17:19:03,969 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,969 INFO snapshot-role/MainThread: , 2024-03-01 17:19:03,969 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:03,969 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:03,969 INFO snapshot-role/MainThread: } 2024-03-01 17:19:03,969 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv8_snapset1 2024-03-01 17:19:04,102 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:04,102 INFO snapshot-role/MainThread: { 2024-03-01 17:19:04,103 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:04,103 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:04,103 INFO snapshot-role/MainThread: } 2024-03-01 17:19:04,103 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:19:04,154 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:04,154 INFO snapshot-role/MainThread: { 2024-03-01 17:19:04,154 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:04,154 INFO snapshot-role/MainThread: { 2024-03-01 17:19:04,155 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:04,155 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:19:04,155 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:04,155 INFO snapshot-role/MainThread: } 2024-03-01 17:19:04,155 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:04,155 INFO snapshot-role/MainThread: , 2024-03-01 17:19:04,155 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:04,155 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:04,155 INFO snapshot-role/MainThread: } 2024-03-01 17:19:04,155 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset1 2024-03-01 17:19:04,279 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:04,279 INFO snapshot-role/MainThread: { 2024-03-01 17:19:04,280 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:04,280 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:04,280 INFO snapshot-role/MainThread: } 2024-03-01 17:19:04,280 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:19:04,324 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:04,324 INFO snapshot-role/MainThread: { 2024-03-01 17:19:04,324 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:04,324 INFO snapshot-role/MainThread: { 2024-03-01 17:19:04,324 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:04,324 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:19:04,324 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:04,325 INFO snapshot-role/MainThread: } 2024-03-01 17:19:04,325 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:04,325 INFO snapshot-role/MainThread: , 2024-03-01 17:19:04,325 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:04,325 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:04,325 INFO snapshot-role/MainThread: } 2024-03-01 17:19:04,325 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset1 2024-03-01 17:19:04,444 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:04,444 INFO snapshot-role/MainThread: { 2024-03-01 17:19:04,445 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:04,445 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:04,445 INFO snapshot-role/MainThread: } 2024-03-01 17:19:04,445 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:19:04,495 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:04,495 INFO snapshot-role/MainThread: { 2024-03-01 17:19:04,495 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:04,495 INFO snapshot-role/MainThread: { 2024-03-01 17:19:04,495 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:04,495 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 17:19:04,495 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:04,495 INFO snapshot-role/MainThread: } 2024-03-01 17:19:04,496 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:04,496 INFO snapshot-role/MainThread: , 2024-03-01 17:19:04,496 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:04,496 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:04,496 INFO snapshot-role/MainThread: } 2024-03-01 17:19:04,496 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 17:19:04,618 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:04,619 INFO snapshot-role/MainThread: { 2024-03-01 17:19:04,619 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:04,619 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:04,619 INFO snapshot-role/MainThread: } 2024-03-01 17:19:04,619 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 17:19:04,664 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:04,664 INFO snapshot-role/MainThread: { 2024-03-01 17:19:04,664 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:04,664 INFO snapshot-role/MainThread: { 2024-03-01 17:19:04,665 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:04,665 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:19:04,665 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:04,665 INFO snapshot-role/MainThread: } 2024-03-01 17:19:04,665 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:04,665 INFO snapshot-role/MainThread: , 2024-03-01 17:19:04,665 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:04,665 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:04,665 INFO snapshot-role/MainThread: } 2024-03-01 17:19:04,665 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv2_snapset1 2024-03-01 17:19:04,789 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:04,790 INFO snapshot-role/MainThread: { 2024-03-01 17:19:04,790 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:04,790 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:04,790 INFO snapshot-role/MainThread: } 2024-03-01 17:19:04,790 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:19:08,016 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-03-01 17:19:08,016 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:19:08,045 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:08,045 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: {"lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: {"lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: {"lv_uuid":"Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: {"lv_uuid":"Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE", "lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn", "pv_name":"/dev/sdi"}, 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB", "lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn", "pv_name":"/dev/sdj"}, 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI", "lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B", "pv_name":"/dev/sdh"}, 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2", "lv_uuid":"Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S", "pv_name":"/dev/sdg"}, 2024-03-01 17:19:08,046 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2", "lv_uuid":"Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e", "pv_name":"/dev/sdg"}, 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2", "lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B", "pv_name":"/dev/sdg"}, 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e"}, 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn"}, 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn"}, 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S"}, 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B"}, 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B"} 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: {"lv_uuid":"x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: {"lv_uuid":"sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:19:08,047 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8", "lv_uuid":"sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc", "pv_name":"/dev/sdd"}, 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8", "lv_uuid":"x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C", "pv_name":"/dev/sdd"}, 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc"}, 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C"} 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: {"lv_uuid":"QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: {"lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:19:08,048 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,049 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,049 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:19:08,049 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY", "lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp", "pv_name":"/dev/sdb"}, 2024-03-01 17:19:08,049 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY", "lv_uuid":"QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P", "pv_name":"/dev/sdb"}, 2024-03-01 17:19:08,049 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:19:08,049 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ", "lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp", "pv_name":"/dev/sda"}, 2024-03-01 17:19:08,049 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:19:08,049 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,049 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,049 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:19:08,049 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P"}, 2024-03-01 17:19:08,049 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp"}, 2024-03-01 17:19:08,049 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp"} 2024-03-01 17:19:08,049 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,049 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,049 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,049 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,049 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,049 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,049 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,049 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 17:19:08,074 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:08,074 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,074 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,074 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,074 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,074 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:19:08,074 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,074 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,074 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,074 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,075 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,075 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,075 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,075 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:19:08,100 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:08,100 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,100 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,100 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,100 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,101 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:19:08,101 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:19:08,101 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:19:08,101 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:19:08,101 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,101 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,101 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,101 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,101 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,101 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,101 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,101 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 17:19:08,126 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:19:08,126 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,126 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,126 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,126 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,126 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,126 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,126 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,126 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,126 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,127 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,127 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,127 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 17:19:08,151 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:08,151 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,151 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,151 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,151 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,151 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:19:08,151 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,151 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,151 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,151 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,152 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,152 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,152 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,152 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:19:08,178 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:08,178 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,178 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,178 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,179 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,179 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:19:08,179 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:19:08,179 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:19:08,179 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:19:08,179 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,179 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,179 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,179 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,179 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,179 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,179 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,179 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 17:19:08,212 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:19:08,212 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,212 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,212 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,212 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,212 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,213 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,213 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,213 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,213 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,213 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,213 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,213 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 17:19:08,237 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:08,237 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,237 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,237 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,237 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,237 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:19:08,238 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,238 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,238 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,238 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,238 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,238 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,238 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,238 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:19:08,262 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:08,262 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,262 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,262 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,262 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,262 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:19:08,263 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:19:08,263 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:19:08,263 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:19:08,263 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,263 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,263 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,263 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,263 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,263 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,263 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,263 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:19:08,288 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:19:08,288 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,288 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,288 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,288 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,288 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,288 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,288 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,289 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,289 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,289 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,289 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,289 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 17:19:08,316 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:08,316 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,316 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,316 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,316 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,316 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:19:08,317 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,317 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,317 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,317 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,317 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,317 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,317 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,317 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:19:08,342 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:08,342 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,342 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,342 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,342 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,342 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:19:08,342 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:19:08,343 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:19:08,343 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:19:08,343 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,343 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,343 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,343 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,343 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,343 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,343 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,343 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 17:19:08,367 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:19:08,367 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,367 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,367 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,368 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,368 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,368 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,368 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,368 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,368 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,368 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,368 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,368 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 17:19:08,393 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:08,393 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,393 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,393 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,393 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,393 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:19:08,394 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,394 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,394 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,394 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,394 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,394 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,394 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,394 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:19:08,421 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:08,421 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,421 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,421 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,422 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,422 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:19:08,422 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:19:08,422 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,422 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,422 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,422 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,422 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,422 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,422 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,422 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:19:08,447 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:19:08,447 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,447 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,447 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,447 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,447 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,447 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,447 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,448 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,448 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,448 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,448 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,448 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 17:19:08,473 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:08,473 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,473 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,473 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,473 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,473 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:19:08,474 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,474 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,474 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,474 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,474 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,474 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,474 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,474 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:19:08,498 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:08,498 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,498 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,498 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,498 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,498 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:19:08,499 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:19:08,499 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,499 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,499 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,499 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,499 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,499 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,499 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,499 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:19:08,528 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:19:08,528 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,528 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,528 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,528 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,529 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,529 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,529 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,529 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,529 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,529 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,529 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,529 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:19:08,554 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:08,554 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,554 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,554 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,554 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,554 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:19:08,555 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,555 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,555 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,555 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,555 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,555 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,555 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,555 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:19:08,579 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:08,579 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,579 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,579 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,579 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,579 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:19:08,580 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:19:08,580 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,580 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,580 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,580 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,580 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,580 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,580 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,580 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:19:08,604 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:19:08,604 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,604 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,604 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,604 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,604 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,604 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,605 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,605 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,605 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,605 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,605 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,605 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 17:19:08,630 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:08,630 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,630 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,630 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,630 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,631 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:19:08,631 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,631 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,631 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,631 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,631 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,631 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,631 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,631 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:19:08,655 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:19:08,655 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,655 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,655 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,655 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,655 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:19:08,655 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:19:08,655 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,655 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,656 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,656 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,656 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,656 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,656 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,656 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 17:19:08,679 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:19:08,679 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,679 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:19:08,679 INFO snapshot-role/MainThread: { 2024-03-01 17:19:08,679 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:19:08,679 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,679 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,679 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,679 INFO snapshot-role/MainThread: , 2024-03-01 17:19:08,679 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:19:08,680 INFO snapshot-role/MainThread: ] 2024-03-01 17:19:08,680 INFO snapshot-role/MainThread: } 2024-03-01 17:19:08,680 INFO snapshot-role/MainThread: exit code: 0: [''] + cat /etc/lvm/devices/system.devices cat: /etc/lvm/devices/system.devices: No such file or directory + : ++ 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="b2f85011" PTTYPE="dos" + echo blkid info without cache blkid info without cache + blkid -p /dev/xvda /dev/xvda: PTUUID="b2f85011" 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="d21788f1-b672-45d8-9d39-0b6482be1fd5" BLOCK_SIZE="512" TYPE="xfs" PARTUUID="b2f85011-01" + echo blkid info without cache blkid info without cache + blkid -p /dev/xvda1 /dev/xvda1: UUID="d21788f1-b672-45d8-9d39-0b6482be1fd5" BLOCK_SIZE="512" TYPE="xfs" USAGE="filesystem" PART_ENTRY_SCHEME="dos" PART_ENTRY_UUID="b2f85011-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="LVM2_member" 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="LVM2_member" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + dmsetup table No devices found + cat /tmp/blivet.log 2024-03-01 17:16:11,042 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_a4rle768/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:16:16,059 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_rdhxoosw/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:16:23,599 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_c4wdrhe9/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:16:23,676 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:16:23,676 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:16:23,719 INFO program/MainThread: stdout[2]: 2024-03-01 17:16:23,720 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 17:16:23,720 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:16:23,720 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:16:23,725 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:23,726 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:16:23,730 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:16:23,730 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:16:23,733 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:16:23,733 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:16:23,736 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:16:23,737 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:16:23,745 INFO program/MainThread: stdout: 2024-03-01 17:16:23,745 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:16:23,746 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:16:23,746 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:16:23,746 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:16:23,746 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:16:23,746 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:16:23,746 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:16:23,746 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:16:23,746 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:16:23,746 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:16:23,746 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:16:23,746 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:16:23,746 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:16:23,746 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:16:23,746 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:16:23,746 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:23,747 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 d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:16:23,747 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:16:23,747 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:16:23,747 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:16:23,747 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:16:23,747 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:16:23,748 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:16:23,748 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:23,762 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:23,774 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:16:23,779 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:24d830fc-9489-4717-9a40-e187f224432e ' '/dev/disk/by-id/wwn-0x600140524d830fc948947179a40e187f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_24d830fc-9489-4717-9a40-e187f224432e ' '/dev/disk/by-id/scsi-3600140524d830fc948947179a40e187f', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', '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': '24d830fc-9489-4717-9a40-e187f224432e', 'ID_SERIAL': '3600140524d830fc948947179a40e187f', 'ID_SERIAL_SHORT': '600140524d830fc948947179a40e187f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140524d830fc9', 'ID_WWN_VENDOR_EXTENSION': '0x48947179a40e187f', 'ID_WWN_WITH_EXTENSION': '0x600140524d830fc948947179a40e187f', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140524d830fc948947179a40e187f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:24d830fc-9489-4717-9a40-e187f224432e', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '24d830fc-9489-4717-9a40-e187f224432e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622371759'} ; 2024-03-01 17:16:23,779 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:16:23,779 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= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:16:23,811 INFO program/MainThread: stdout[3]: 2024-03-01 17:16:23,812 INFO program/MainThread: stderr[3]: 2024-03-01 17:16:23,812 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:16:23,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:16:23,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:23,826 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:16:23,831 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:16:23,832 INFO blivet/MainThread: sda is a disk 2024-03-01 17:16:23,832 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:16:23,832 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:16:23,836 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:16:23,839 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:16:23,840 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:16:23,843 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:16:23,844 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:16:23,844 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:16:23,844 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a1be82e48) -- 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 = 600140524d830fc948947179a40e187f 2024-03-01 17:16:23,848 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:16:23,848 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:16:23,852 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_0a4b1b2f-faa8-4478-a6ad-d33c9c44f053 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:0a4b1b2f-faa8-4478-a6ad-d33c9c44f053 ' '/dev/disk/by-id/scsi-360014050a4b1b2ffaa84478a6add33c9 ' '/dev/disk/by-id/wwn-0x60014050a4b1b2ffaa84478a6add33c9', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', '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': '0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'ID_SERIAL': '360014050a4b1b2ffaa84478a6add33c9', 'ID_SERIAL_SHORT': '60014050a4b1b2ffaa84478a6add33c9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a4b1b2ff', 'ID_WWN_VENDOR_EXTENSION': '0xaa84478a6add33c9', 'ID_WWN_WITH_EXTENSION': '0x60014050a4b1b2ffaa84478a6add33c9', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a4b1b2ffaa84478a6add33c9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622398431'} ; 2024-03-01 17:16:23,852 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:16:23,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:16:23,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:23,862 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:16:23,863 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:16:23,863 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:16:23,863 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:16:23,866 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:16:23,870 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:16:23,870 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:16:23,873 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:16:23,873 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:16:23,874 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:16:23,874 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a1bdc3ef0) -- 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 = 60014050a4b1b2ffaa84478a6add33c9 2024-03-01 17:16:23,877 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:16:23,878 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:16:23,881 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140528bd3878ecc24d19b06121fc9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_28bd3878-ecc2-4d19-b061-21fc9998fc12 ' '/dev/disk/by-id/scsi-3600140528bd3878ecc24d19b06121fc9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:28bd3878-ecc2-4d19-b061-21fc9998fc12', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', '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': '28bd3878-ecc2-4d19-b061-21fc9998fc12', 'ID_SERIAL': '3600140528bd3878ecc24d19b06121fc9', 'ID_SERIAL_SHORT': '600140528bd3878ecc24d19b06121fc9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140528bd3878e', 'ID_WWN_VENDOR_EXTENSION': '0xcc24d19b06121fc9', 'ID_WWN_WITH_EXTENSION': '0x600140528bd3878ecc24d19b06121fc9', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140528bd3878ecc24d19b06121fc9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:28bd3878-ecc2-4d19-b061-21fc9998fc12', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '28bd3878-ecc2-4d19-b061-21fc9998fc12', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623171442'} ; 2024-03-01 17:16:23,881 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:16:23,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:16:23,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:23,891 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:16:23,892 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:16:23,892 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:16:23,892 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:16:23,896 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:16:23,899 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:16:23,899 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:16:23,902 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:16:23,903 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:16:23,903 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:16:23,903 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a1bdc3e10) -- 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 = 600140528bd3878ecc24d19b06121fc9 2024-03-01 17:16:23,907 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:16:23,907 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:16:23,910 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014051b67c6ecf5d549f68a29a5574 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_1b67c6ec-f5d5-49f6-8a29-a55740478890 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:1b67c6ec-f5d5-49f6-8a29-a55740478890 ' '/dev/disk/by-id/wwn-0x60014051b67c6ecf5d549f68a29a5574', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', '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': '1b67c6ec-f5d5-49f6-8a29-a55740478890', 'ID_SERIAL': '360014051b67c6ecf5d549f68a29a5574', 'ID_SERIAL_SHORT': '60014051b67c6ecf5d549f68a29a5574', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051b67c6ecf', 'ID_WWN_VENDOR_EXTENSION': '0x5d549f68a29a5574', 'ID_WWN_WITH_EXTENSION': '0x60014051b67c6ecf5d549f68a29a5574', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051b67c6ecf5d549f68a29a5574', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:1b67c6ec-f5d5-49f6-8a29-a55740478890', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1b67c6ec-f5d5-49f6-8a29-a55740478890', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623258240'} ; 2024-03-01 17:16:23,910 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:16:23,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:16:23,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:23,921 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:16:23,921 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:16:23,921 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:16:23,922 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:16:23,925 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:16:23,928 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:16:23,929 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:16:23,932 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:16:23,932 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:16:23,933 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:16:23,933 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a1ad76d30) -- 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 = 60014051b67c6ecf5d549f68a29a5574 2024-03-01 17:16:23,936 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:16:23,936 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:16:23,940 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014058da899b5508c4e9b8e57207f6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_8da899b5-508c-4e9b-8e57-207f649c362b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:8da899b5-508c-4e9b-8e57-207f649c362b ' '/dev/disk/by-id/scsi-360014058da899b5508c4e9b8e57207f6', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', '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': '8da899b5-508c-4e9b-8e57-207f649c362b', 'ID_SERIAL': '360014058da899b5508c4e9b8e57207f6', 'ID_SERIAL_SHORT': '60014058da899b5508c4e9b8e57207f6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058da899b55', 'ID_WWN_VENDOR_EXTENSION': '0x08c4e9b8e57207f6', 'ID_WWN_WITH_EXTENSION': '0x60014058da899b5508c4e9b8e57207f6', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058da899b5508c4e9b8e57207f6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:8da899b5-508c-4e9b-8e57-207f649c362b', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8da899b5-508c-4e9b-8e57-207f649c362b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622385189'} ; 2024-03-01 17:16:23,940 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:16:23,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:16:23,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:23,950 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:16:23,951 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:16:23,951 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:16:23,951 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:16:23,954 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:16:23,958 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:16:23,958 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:16:23,961 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:16:23,962 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:16:23,962 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:16:23,962 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a1ad76518) -- 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 = 60014058da899b5508c4e9b8e57207f6 2024-03-01 17:16:23,966 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:16:23,966 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:16:23,969 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:be2d658a-434f-48da-8f2a-df26c1ebe318 ' '/dev/disk/by-id/wwn-0x6001405be2d658a434f48da8f2adf26c ' '/dev/disk/by-id/scsi-36001405be2d658a434f48da8f2adf26c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_be2d658a-434f-48da-8f2a-df26c1ebe318', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', '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': 'be2d658a-434f-48da-8f2a-df26c1ebe318', 'ID_SERIAL': '36001405be2d658a434f48da8f2adf26c', 'ID_SERIAL_SHORT': '6001405be2d658a434f48da8f2adf26c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405be2d658a4', 'ID_WWN_VENDOR_EXTENSION': '0x34f48da8f2adf26c', 'ID_WWN_WITH_EXTENSION': '0x6001405be2d658a434f48da8f2adf26c', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405be2d658a434f48da8f2adf26c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:be2d658a-434f-48da-8f2a-df26c1ebe318', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'be2d658a-434f-48da-8f2a-df26c1ebe318', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622508198'} ; 2024-03-01 17:16:23,969 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:16:23,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:16:23,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:23,980 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:16:23,980 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:16:23,980 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:16:23,981 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:16:23,984 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:16:23,987 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:16:23,988 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:16:23,991 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:16:23,991 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:16:23,992 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:16:23,992 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a1ad75ef0) -- 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 = 6001405be2d658a434f48da8f2adf26c 2024-03-01 17:16:23,995 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:16:23,995 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:16:23,999 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2 ' '/dev/disk/by-id/scsi-360014053f4e31b3f8fd42f5816cab8c3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2 ' '/dev/disk/by-id/wwn-0x60014053f4e31b3f8fd42f5816cab8c3', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', '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': '3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'ID_SERIAL': '360014053f4e31b3f8fd42f5816cab8c3', 'ID_SERIAL_SHORT': '60014053f4e31b3f8fd42f5816cab8c3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053f4e31b3f', 'ID_WWN_VENDOR_EXTENSION': '0x8fd42f5816cab8c3', 'ID_WWN_WITH_EXTENSION': '0x60014053f4e31b3f8fd42f5816cab8c3', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053f4e31b3f8fd42f5816cab8c3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622572752'} ; 2024-03-01 17:16:23,999 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:16:24,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:16:24,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:24,010 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:16:24,010 INFO blivet/MainThread: sde is a disk 2024-03-01 17:16:24,010 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:16:24,011 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:16:24,014 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:16:24,017 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:16:24,017 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:16:24,020 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:16:24,021 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:16:24,021 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:16:24,021 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a1ad8a588) -- 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 = 60014053f4e31b3f8fd42f5816cab8c3 2024-03-01 17:16:24,025 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:16:24,025 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:16:24,029 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:8f0ba5a2-e010-400a-93ac-079aead2720d ' '/dev/disk/by-id/scsi-360014058f0ba5a2e010400a93ac079ae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_8f0ba5a2-e010-400a-93ac-079aead2720d ' '/dev/disk/by-id/wwn-0x60014058f0ba5a2e010400a93ac079ae', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', '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': '8f0ba5a2-e010-400a-93ac-079aead2720d', 'ID_SERIAL': '360014058f0ba5a2e010400a93ac079ae', 'ID_SERIAL_SHORT': '60014058f0ba5a2e010400a93ac079ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058f0ba5a2e', 'ID_WWN_VENDOR_EXTENSION': '0x010400a93ac079ae', 'ID_WWN_WITH_EXTENSION': '0x60014058f0ba5a2e010400a93ac079ae', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058f0ba5a2e010400a93ac079ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:8f0ba5a2-e010-400a-93ac-079aead2720d', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8f0ba5a2-e010-400a-93ac-079aead2720d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622620333'} ; 2024-03-01 17:16:24,029 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:16:24,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:16:24,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:24,040 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:16:24,040 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:16:24,040 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:16:24,040 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:16:24,044 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:16:24,047 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:16:24,047 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:16:24,050 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:16:24,051 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:16:24,051 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:16:24,051 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a1ad755f8) -- 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 = 60014058f0ba5a2e010400a93ac079ae 2024-03-01 17:16:24,055 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:16:24,055 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:16:24,058 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014059ee2d7edb1904862876cf53ad ' '/dev/disk/by-id/wwn-0x60014059ee2d7edb1904862876cf53ad ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:9ee2d7ed-b190-4862-876c-f53ad06aef55 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_9ee2d7ed-b190-4862-876c-f53ad06aef55', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', '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': '9ee2d7ed-b190-4862-876c-f53ad06aef55', 'ID_SERIAL': '360014059ee2d7edb1904862876cf53ad', 'ID_SERIAL_SHORT': '60014059ee2d7edb1904862876cf53ad', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ee2d7edb', 'ID_WWN_VENDOR_EXTENSION': '0x1904862876cf53ad', 'ID_WWN_WITH_EXTENSION': '0x60014059ee2d7edb1904862876cf53ad', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ee2d7edb1904862876cf53ad', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:9ee2d7ed-b190-4862-876c-f53ad06aef55', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ee2d7ed-b190-4862-876c-f53ad06aef55', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622852341'} ; 2024-03-01 17:16:24,059 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:16:24,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:16:24,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:24,069 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:16:24,070 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:16:24,070 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:16:24,070 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:16:24,073 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:16:24,077 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:16:24,077 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:16:24,080 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:16:24,080 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:16:24,081 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:16:24,081 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a1ad85470) -- 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 = 60014059ee2d7edb1904862876cf53ad 2024-03-01 17:16:24,084 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:16:24,085 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:16:24,088 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1 ' '/dev/disk/by-id/wwn-0x600140504a338ebca954f6bb1e09cc4a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1 ' '/dev/disk/by-id/scsi-3600140504a338ebca954f6bb1e09cc4a', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', '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': '04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'ID_SERIAL': '3600140504a338ebca954f6bb1e09cc4a', 'ID_SERIAL_SHORT': '600140504a338ebca954f6bb1e09cc4a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140504a338ebc', 'ID_WWN_VENDOR_EXTENSION': '0xa954f6bb1e09cc4a', 'ID_WWN_WITH_EXTENSION': '0x600140504a338ebca954f6bb1e09cc4a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140504a338ebca954f6bb1e09cc4a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622772161'} ; 2024-03-01 17:16:24,088 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:16:24,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:16:24,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:24,099 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:16:24,099 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:16:24,100 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:16:24,100 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:16:24,103 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:16:24,106 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:16:24,107 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:16:24,110 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:16:24,110 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:16:24,111 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:16:24,111 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a1ad75a90) -- 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 = 600140504a338ebca954f6bb1e09cc4a 2024-03-01 17:16:24,114 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:16:24,114 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:16:24,118 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014052cebd78dcdbb4d3c96bf288c8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_2cebd78d-cdbb-4d3c-96bf-288c807ea37f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:2cebd78d-cdbb-4d3c-96bf-288c807ea37f ' '/dev/disk/by-id/wwn-0x60014052cebd78dcdbb4d3c96bf288c8', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', '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': '2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'ID_SERIAL': '360014052cebd78dcdbb4d3c96bf288c8', 'ID_SERIAL_SHORT': '60014052cebd78dcdbb4d3c96bf288c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052cebd78dc', 'ID_WWN_VENDOR_EXTENSION': '0xdbb4d3c96bf288c8', 'ID_WWN_WITH_EXTENSION': '0x60014052cebd78dcdbb4d3c96bf288c8', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052cebd78dcdbb4d3c96bf288c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623112018'} ; 2024-03-01 17:16:24,118 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:16:24,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:16:24,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:24,128 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:16:24,129 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:16:24,129 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:16:24,129 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:16:24,133 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:16:24,136 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:16:24,136 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:16:24,140 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:16:24,140 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:16:24,141 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:16:24,141 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a1ad93358) -- 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 = 60014052cebd78dcdbb4d3c96bf288c8 2024-03-01 17:16:24,144 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:16:24,144 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:16:24,148 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:271752db-b264-458a-921d-89f2bb8e4a9b ' '/dev/disk/by-id/scsi-36001405271752dbb264458a921d89f2b ' '/dev/disk/by-id/wwn-0x6001405271752dbb264458a921d89f2b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_271752db-b264-458a-921d-89f2bb8e4a9b', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', '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': '271752db-b264-458a-921d-89f2bb8e4a9b', 'ID_SERIAL': '36001405271752dbb264458a921d89f2b', 'ID_SERIAL_SHORT': '6001405271752dbb264458a921d89f2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405271752dbb', 'ID_WWN_VENDOR_EXTENSION': '0x264458a921d89f2b', 'ID_WWN_WITH_EXTENSION': '0x6001405271752dbb264458a921d89f2b', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405271752dbb264458a921d89f2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:271752db-b264-458a-921d-89f2bb8e4a9b', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '271752db-b264-458a-921d-89f2bb8e4a9b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623080974'} ; 2024-03-01 17:16:24,148 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:16:24,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:16:24,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:24,158 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:16:24,159 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:16:24,159 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:16:24,159 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:16:24,162 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:16:24,165 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:16:24,166 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:16:24,169 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:16:24,169 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:16:24,170 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:16:24,170 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a1ad934e0) -- 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 = 6001405271752dbb264458a921d89f2b 2024-03-01 17:16:24,174 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:16:24,174 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:16:24,177 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '27441688'} ; 2024-03-01 17:16:24,177 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:16:24,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:16:24,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:24,187 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:16:24,187 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:16:24,188 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:16:24,188 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:16:24,188 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:16:24,188 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:16:24,191 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:16:24,195 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:16:24,195 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:16:24,198 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:16:24,199 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:16:24,199 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:16:24,199 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a1ad9a2b0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:16:24,203 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:16:24,207 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:16:24,207 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:16:24,210 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:16:24,210 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:16:24,214 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:16:24,214 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:16:24,217 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:16:24,218 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:16:24,221 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:16:24,224 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:16:24,228 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:16:24,235 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 0x7f7a1ad84748> 2024-03-01 17:16:27,332 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:16:27,336 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:16:27,336 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:16:27,340 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_FS_UUID_ENC': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', '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': 'b2f85011-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'ID_SCSI': '1', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '27446458'} ; 2024-03-01 17:16:27,340 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:16:27,341 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:16:27,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:16:27,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:27,350 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:16:27,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:16:27,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:27,357 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:27,370 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:27,386 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:16:27,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:16:27,390 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:16:27,394 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:16:27,394 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:16:27,397 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:16:27,401 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:16:27,401 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:16:27,405 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:16:27,405 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:16:27,405 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:16:27,409 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:16:27,412 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:16:27,415 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:16:27,418 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:16:27,422 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:16:27,422 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:16:27,423 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:16:27,423 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:16:27,423 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f7a29da8208) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = b2f85011-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 0x7f7a1adaa0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:16:27,427 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:16:27,431 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:16:27,431 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:16:27,434 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:16:27,434 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:16:27,438 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:16:27,438 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:16:27,442 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:16:27,442 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:16:27,444 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:16:27,444 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:16:27,448 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:16:27,448 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:16:27,451 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:16:27,451 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:16:27,452 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:27,465 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:27,477 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:16:27,478 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:16:27,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:16:27,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:27,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:16:27,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:16:27,492 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:16:27,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:16:27,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:27,500 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:16:27,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:16:27,503 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:16:27,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:16:27,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:27,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:16:27,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:16:27,515 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:16:27,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:16:27,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:27,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:16:27,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:16:27,527 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:16:27,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:16:27,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:27,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:16:27,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:16:27,539 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:16:27,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:16:27,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:27,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:16:27,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:16:27,551 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:16:27,554 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:16:27,554 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 82 2024-03-01 17:16:32,486 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_2_0u5rws/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:16:32,523 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:16:32,523 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:16:32,527 INFO program/MainThread: stdout[2]: 2024-03-01 17:16:32,527 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 17:16:32,527 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:16:32,527 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:16:32,532 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:32,533 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:16:32,536 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:16:32,537 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:16:32,540 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:16:32,540 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:16:32,543 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:16:32,543 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:16:32,552 INFO program/MainThread: stdout: 2024-03-01 17:16:32,552 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:16:32,552 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:16:32,552 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:16:32,552 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:16:32,552 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:16:32,552 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:16:32,552 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:16:32,552 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:16:32,552 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:16:32,552 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:16:32,552 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:16:32,553 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:16:32,553 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:16:32,553 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:16:32,553 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:16:32,553 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:32,553 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 d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:16:32,553 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:16:32,553 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:16:32,554 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:16:32,554 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:16:32,554 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:16:32,554 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:16:32,554 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:32,567 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:32,579 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:16:32,583 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140524d830fc948947179a40e187f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_24d830fc-9489-4717-9a40-e187f224432e ' '/dev/disk/by-id/scsi-3600140524d830fc948947179a40e187f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:24d830fc-9489-4717-9a40-e187f224432e', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', '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': '24d830fc-9489-4717-9a40-e187f224432e', 'ID_SERIAL': '3600140524d830fc948947179a40e187f', 'ID_SERIAL_SHORT': '600140524d830fc948947179a40e187f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140524d830fc9', 'ID_WWN_VENDOR_EXTENSION': '0x48947179a40e187f', 'ID_WWN_WITH_EXTENSION': '0x600140524d830fc948947179a40e187f', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140524d830fc948947179a40e187f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:24d830fc-9489-4717-9a40-e187f224432e', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '24d830fc-9489-4717-9a40-e187f224432e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622371759'} ; 2024-03-01 17:16:32,583 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:16:32,584 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= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:16:32,613 INFO program/MainThread: stdout[3]: 2024-03-01 17:16:32,614 INFO program/MainThread: stderr[3]: 2024-03-01 17:16:32,614 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:16:32,619 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:16:32,622 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:32,627 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:16:32,632 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:16:32,633 INFO blivet/MainThread: sda is a disk 2024-03-01 17:16:32,633 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:16:32,633 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:16:32,636 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:16:32,640 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:16:32,640 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:16:32,644 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:16:32,644 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:16:32,645 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:16:32,645 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f3b652e10) -- 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 = 600140524d830fc948947179a40e187f 2024-03-01 17:16:32,649 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:16:32,649 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:16:32,652 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_0a4b1b2f-faa8-4478-a6ad-d33c9c44f053 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:0a4b1b2f-faa8-4478-a6ad-d33c9c44f053 ' '/dev/disk/by-id/wwn-0x60014050a4b1b2ffaa84478a6add33c9 ' '/dev/disk/by-id/scsi-360014050a4b1b2ffaa84478a6add33c9', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', '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': '0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'ID_SERIAL': '360014050a4b1b2ffaa84478a6add33c9', 'ID_SERIAL_SHORT': '60014050a4b1b2ffaa84478a6add33c9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a4b1b2ff', 'ID_WWN_VENDOR_EXTENSION': '0xaa84478a6add33c9', 'ID_WWN_WITH_EXTENSION': '0x60014050a4b1b2ffaa84478a6add33c9', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a4b1b2ffaa84478a6add33c9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622398431'} ; 2024-03-01 17:16:32,652 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:16:32,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:16:32,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:32,662 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:16:32,663 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:16:32,663 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:16:32,663 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:16:32,666 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:16:32,670 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:16:32,670 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:16:32,673 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:16:32,673 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:16:32,674 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:16:32,674 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f3b593eb8) -- 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 = 60014050a4b1b2ffaa84478a6add33c9 2024-03-01 17:16:32,677 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:16:32,677 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:16:32,681 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140528bd3878ecc24d19b06121fc9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_28bd3878-ecc2-4d19-b061-21fc9998fc12 ' '/dev/disk/by-id/scsi-3600140528bd3878ecc24d19b06121fc9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:28bd3878-ecc2-4d19-b061-21fc9998fc12', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', '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': '28bd3878-ecc2-4d19-b061-21fc9998fc12', 'ID_SERIAL': '3600140528bd3878ecc24d19b06121fc9', 'ID_SERIAL_SHORT': '600140528bd3878ecc24d19b06121fc9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140528bd3878e', 'ID_WWN_VENDOR_EXTENSION': '0xcc24d19b06121fc9', 'ID_WWN_WITH_EXTENSION': '0x600140528bd3878ecc24d19b06121fc9', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140528bd3878ecc24d19b06121fc9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:28bd3878-ecc2-4d19-b061-21fc9998fc12', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '28bd3878-ecc2-4d19-b061-21fc9998fc12', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623171442'} ; 2024-03-01 17:16:32,681 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:16:32,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:16:32,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:32,691 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:16:32,692 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:16:32,692 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:16:32,692 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:16:32,695 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:16:32,699 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:16:32,699 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:16:32,702 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:16:32,703 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:16:32,703 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:16:32,703 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f3b593e10) -- 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 = 600140528bd3878ecc24d19b06121fc9 2024-03-01 17:16:32,707 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:16:32,707 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:16:32,710 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014051b67c6ecf5d549f68a29a5574 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:1b67c6ec-f5d5-49f6-8a29-a55740478890 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_1b67c6ec-f5d5-49f6-8a29-a55740478890 ' '/dev/disk/by-id/scsi-360014051b67c6ecf5d549f68a29a5574', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', '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': '1b67c6ec-f5d5-49f6-8a29-a55740478890', 'ID_SERIAL': '360014051b67c6ecf5d549f68a29a5574', 'ID_SERIAL_SHORT': '60014051b67c6ecf5d549f68a29a5574', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051b67c6ecf', 'ID_WWN_VENDOR_EXTENSION': '0x5d549f68a29a5574', 'ID_WWN_WITH_EXTENSION': '0x60014051b67c6ecf5d549f68a29a5574', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051b67c6ecf5d549f68a29a5574', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:1b67c6ec-f5d5-49f6-8a29-a55740478890', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1b67c6ec-f5d5-49f6-8a29-a55740478890', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623258240'} ; 2024-03-01 17:16:32,710 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:16:32,713 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:16:32,716 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:32,720 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:16:32,721 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:16:32,721 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:16:32,721 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:16:32,724 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:16:32,728 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:16:32,728 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:16:32,731 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:16:32,732 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:16:32,732 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:16:32,732 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f3a546f60) -- 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 = 60014051b67c6ecf5d549f68a29a5574 2024-03-01 17:16:32,736 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:16:32,736 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:16:32,739 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058da899b5508c4e9b8e57207f6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:8da899b5-508c-4e9b-8e57-207f649c362b ' '/dev/disk/by-id/wwn-0x60014058da899b5508c4e9b8e57207f6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_8da899b5-508c-4e9b-8e57-207f649c362b', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', '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': '8da899b5-508c-4e9b-8e57-207f649c362b', 'ID_SERIAL': '360014058da899b5508c4e9b8e57207f6', 'ID_SERIAL_SHORT': '60014058da899b5508c4e9b8e57207f6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058da899b55', 'ID_WWN_VENDOR_EXTENSION': '0x08c4e9b8e57207f6', 'ID_WWN_WITH_EXTENSION': '0x60014058da899b5508c4e9b8e57207f6', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058da899b5508c4e9b8e57207f6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:8da899b5-508c-4e9b-8e57-207f649c362b', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8da899b5-508c-4e9b-8e57-207f649c362b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622385189'} ; 2024-03-01 17:16:32,739 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:16:32,743 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:16:32,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:32,750 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:16:32,750 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:16:32,751 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:16:32,751 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:16:32,754 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:16:32,757 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:16:32,757 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:16:32,761 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:16:32,761 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:16:32,762 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:16:32,762 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f3b593cc0) -- 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 = 60014058da899b5508c4e9b8e57207f6 2024-03-01 17:16:32,765 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:16:32,765 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:16:32,769 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_be2d658a-434f-48da-8f2a-df26c1ebe318 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:be2d658a-434f-48da-8f2a-df26c1ebe318 ' '/dev/disk/by-id/wwn-0x6001405be2d658a434f48da8f2adf26c ' '/dev/disk/by-id/scsi-36001405be2d658a434f48da8f2adf26c', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', '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': 'be2d658a-434f-48da-8f2a-df26c1ebe318', 'ID_SERIAL': '36001405be2d658a434f48da8f2adf26c', 'ID_SERIAL_SHORT': '6001405be2d658a434f48da8f2adf26c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405be2d658a4', 'ID_WWN_VENDOR_EXTENSION': '0x34f48da8f2adf26c', 'ID_WWN_WITH_EXTENSION': '0x6001405be2d658a434f48da8f2adf26c', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405be2d658a434f48da8f2adf26c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:be2d658a-434f-48da-8f2a-df26c1ebe318', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'be2d658a-434f-48da-8f2a-df26c1ebe318', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622508198'} ; 2024-03-01 17:16:32,769 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:16:32,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:16:32,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:32,779 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:16:32,779 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:16:32,780 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:16:32,780 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:16:32,783 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:16:32,786 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:16:32,787 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:16:32,790 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:16:32,790 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:16:32,791 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:16:32,791 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f3a545eb8) -- 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 = 6001405be2d658a434f48da8f2adf26c 2024-03-01 17:16:32,794 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:16:32,794 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:16:32,798 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2 ' '/dev/disk/by-id/scsi-360014053f4e31b3f8fd42f5816cab8c3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2 ' '/dev/disk/by-id/wwn-0x60014053f4e31b3f8fd42f5816cab8c3', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', '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': '3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'ID_SERIAL': '360014053f4e31b3f8fd42f5816cab8c3', 'ID_SERIAL_SHORT': '60014053f4e31b3f8fd42f5816cab8c3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053f4e31b3f', 'ID_WWN_VENDOR_EXTENSION': '0x8fd42f5816cab8c3', 'ID_WWN_WITH_EXTENSION': '0x60014053f4e31b3f8fd42f5816cab8c3', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053f4e31b3f8fd42f5816cab8c3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622572752'} ; 2024-03-01 17:16:32,798 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:16:32,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:16:32,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:32,808 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:16:32,809 INFO blivet/MainThread: sde is a disk 2024-03-01 17:16:32,809 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:16:32,809 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:16:32,812 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:16:32,815 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:16:32,816 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:16:32,819 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:16:32,819 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:16:32,820 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:16:32,820 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f3a55a550) -- 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 = 60014053f4e31b3f8fd42f5816cab8c3 2024-03-01 17:16:32,823 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:16:32,823 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:16:32,827 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_8f0ba5a2-e010-400a-93ac-079aead2720d ' '/dev/disk/by-id/scsi-360014058f0ba5a2e010400a93ac079ae ' '/dev/disk/by-id/wwn-0x60014058f0ba5a2e010400a93ac079ae ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:8f0ba5a2-e010-400a-93ac-079aead2720d', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', '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': '8f0ba5a2-e010-400a-93ac-079aead2720d', 'ID_SERIAL': '360014058f0ba5a2e010400a93ac079ae', 'ID_SERIAL_SHORT': '60014058f0ba5a2e010400a93ac079ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058f0ba5a2e', 'ID_WWN_VENDOR_EXTENSION': '0x010400a93ac079ae', 'ID_WWN_WITH_EXTENSION': '0x60014058f0ba5a2e010400a93ac079ae', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058f0ba5a2e010400a93ac079ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:8f0ba5a2-e010-400a-93ac-079aead2720d', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8f0ba5a2-e010-400a-93ac-079aead2720d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622620333'} ; 2024-03-01 17:16:32,827 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:16:32,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:16:32,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:32,837 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:16:32,838 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:16:32,838 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:16:32,838 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:16:32,841 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:16:32,845 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:16:32,845 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:16:32,848 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:16:32,849 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:16:32,849 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:16:32,849 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f3a545d30) -- 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 = 60014058f0ba5a2e010400a93ac079ae 2024-03-01 17:16:32,852 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:16:32,853 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:16:32,856 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014059ee2d7edb1904862876cf53ad ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:9ee2d7ed-b190-4862-876c-f53ad06aef55 ' '/dev/disk/by-id/wwn-0x60014059ee2d7edb1904862876cf53ad ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_9ee2d7ed-b190-4862-876c-f53ad06aef55', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', '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': '9ee2d7ed-b190-4862-876c-f53ad06aef55', 'ID_SERIAL': '360014059ee2d7edb1904862876cf53ad', 'ID_SERIAL_SHORT': '60014059ee2d7edb1904862876cf53ad', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ee2d7edb', 'ID_WWN_VENDOR_EXTENSION': '0x1904862876cf53ad', 'ID_WWN_WITH_EXTENSION': '0x60014059ee2d7edb1904862876cf53ad', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ee2d7edb1904862876cf53ad', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:9ee2d7ed-b190-4862-876c-f53ad06aef55', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ee2d7ed-b190-4862-876c-f53ad06aef55', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622852341'} ; 2024-03-01 17:16:32,856 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:16:32,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:16:32,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:32,866 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:16:32,867 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:16:32,867 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:16:32,867 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:16:32,870 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:16:32,874 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:16:32,874 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:16:32,877 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:16:32,877 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:16:32,878 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:16:32,878 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f3a555438) -- 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 = 60014059ee2d7edb1904862876cf53ad 2024-03-01 17:16:32,882 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:16:32,882 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:16:32,885 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140504a338ebca954f6bb1e09cc4a ' '/dev/disk/by-id/scsi-3600140504a338ebca954f6bb1e09cc4a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', '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': '04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'ID_SERIAL': '3600140504a338ebca954f6bb1e09cc4a', 'ID_SERIAL_SHORT': '600140504a338ebca954f6bb1e09cc4a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140504a338ebc', 'ID_WWN_VENDOR_EXTENSION': '0xa954f6bb1e09cc4a', 'ID_WWN_WITH_EXTENSION': '0x600140504a338ebca954f6bb1e09cc4a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140504a338ebca954f6bb1e09cc4a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622772161'} ; 2024-03-01 17:16:32,885 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:16:32,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:16:32,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:32,896 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:16:32,896 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:16:32,896 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:16:32,896 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:16:32,900 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:16:32,903 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:16:32,903 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:16:32,906 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:16:32,907 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:16:32,907 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:16:32,907 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f3a545518) -- 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 = 600140504a338ebca954f6bb1e09cc4a 2024-03-01 17:16:32,911 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:16:32,911 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:16:32,914 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_2cebd78d-cdbb-4d3c-96bf-288c807ea37f ' '/dev/disk/by-id/wwn-0x60014052cebd78dcdbb4d3c96bf288c8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:2cebd78d-cdbb-4d3c-96bf-288c807ea37f ' '/dev/disk/by-id/scsi-360014052cebd78dcdbb4d3c96bf288c8', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', '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': '2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'ID_SERIAL': '360014052cebd78dcdbb4d3c96bf288c8', 'ID_SERIAL_SHORT': '60014052cebd78dcdbb4d3c96bf288c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052cebd78dc', 'ID_WWN_VENDOR_EXTENSION': '0xdbb4d3c96bf288c8', 'ID_WWN_WITH_EXTENSION': '0x60014052cebd78dcdbb4d3c96bf288c8', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052cebd78dcdbb4d3c96bf288c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623112018'} ; 2024-03-01 17:16:32,914 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:16:32,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:16:32,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:32,925 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:16:32,925 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:16:32,925 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:16:32,925 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:16:32,929 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:16:32,932 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:16:32,932 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:16:32,935 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:16:32,936 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:16:32,936 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:16:32,936 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f3a563320) -- 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 = 60014052cebd78dcdbb4d3c96bf288c8 2024-03-01 17:16:32,940 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:16:32,940 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:16:32,943 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_271752db-b264-458a-921d-89f2bb8e4a9b ' '/dev/disk/by-id/wwn-0x6001405271752dbb264458a921d89f2b ' '/dev/disk/by-id/scsi-36001405271752dbb264458a921d89f2b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:271752db-b264-458a-921d-89f2bb8e4a9b', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', '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': '271752db-b264-458a-921d-89f2bb8e4a9b', 'ID_SERIAL': '36001405271752dbb264458a921d89f2b', 'ID_SERIAL_SHORT': '6001405271752dbb264458a921d89f2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405271752dbb', 'ID_WWN_VENDOR_EXTENSION': '0x264458a921d89f2b', 'ID_WWN_WITH_EXTENSION': '0x6001405271752dbb264458a921d89f2b', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405271752dbb264458a921d89f2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:271752db-b264-458a-921d-89f2bb8e4a9b', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '271752db-b264-458a-921d-89f2bb8e4a9b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623080974'} ; 2024-03-01 17:16:32,943 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:16:32,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:16:32,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:32,954 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:16:32,954 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:16:32,954 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:16:32,954 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:16:32,958 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:16:32,961 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:16:32,961 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:16:32,964 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:16:32,965 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:16:32,965 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:16:32,965 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f3a5634a8) -- 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 = 6001405271752dbb264458a921d89f2b 2024-03-01 17:16:32,968 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:16:32,969 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:16:32,972 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '27441688'} ; 2024-03-01 17:16:32,972 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:16:32,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:16:32,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:32,982 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:16:32,982 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:16:32,982 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:16:32,982 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:16:32,982 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:16:32,983 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:16:32,986 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:16:32,989 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:16:32,989 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:16:32,993 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:16:32,993 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:16:32,993 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:16:32,993 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f3a56a278) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:16:32,997 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:16:33,001 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:16:33,001 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:16:33,004 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:16:33,004 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:16:33,008 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:16:33,008 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:16:33,012 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:16:33,012 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:16:33,015 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:16:33,018 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:16:33,022 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:16:33,027 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 0x7f1f3a55b448> 2024-03-01 17:16:36,253 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:16:36,258 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:16:36,258 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:16:36,262 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5 ' '/dev/disk/by-partuuid/b2f85011-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_FS_UUID_ENC': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', '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': 'b2f85011-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'ID_SCSI': '1', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '27446458'} ; 2024-03-01 17:16:36,262 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:16:36,262 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:16:36,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:16:36,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:36,272 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:16:36,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:16:36,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:36,278 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:36,291 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:36,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:16:36,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:16:36,311 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:16:36,315 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:16:36,315 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:16:36,318 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:16:36,321 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:16:36,322 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:16:36,325 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:16:36,326 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:16:36,326 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:16:36,329 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:16:36,332 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:16:36,335 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:16:36,338 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:16:36,342 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:16:36,342 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:16:36,342 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:16:36,343 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:16:36,342 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f1f49578208) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = b2f85011-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 0x7f1f3a57a0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:16:36,347 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:16:36,350 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:16:36,350 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:16:36,354 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:16:36,354 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:16:36,357 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:16:36,357 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:16:36,361 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:16:36,361 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:16:36,363 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:16:36,363 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:16:36,366 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:16:36,367 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:16:36,370 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:16:36,370 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:16:36,371 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:36,382 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:36,394 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:16:36,395 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:16:36,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:16:36,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:36,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:16:36,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:16:36,408 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:16:36,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:16:36,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:36,417 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:16:36,420 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:16:36,420 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:16:36,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:16:36,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:36,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:16:36,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:16:36,431 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:16:36,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:16:36,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:36,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:16:36,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:16:36,443 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:16:36,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:16:36,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:36,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:16:36,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:16:36,455 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:16:36,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:16:36,461 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:36,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:16:36,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:16:36,466 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:16:36,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:16:36,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:36,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:16:36,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:16:36,479 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 17:16:36,481 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:16:36,484 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 17:16:36,485 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:16:36,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:16:36,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 17:16:36,490 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:16:36,493 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:16:36,496 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 17:16:36,496 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:16:36,500 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:16:36,500 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 17:16:36,500 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:16:36,504 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:16:36,504 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:16:36,507 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:16:36,507 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:16:36,511 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:16:36,511 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 17:16:36,511 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:16:36,514 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:16:36,514 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:16:36,517 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:16:36,517 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:16:36,520 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:16:36,520 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 17:16:36,521 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:16:36,524 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:16:36,524 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:16:36,527 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:16:36,527 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:16:36,528 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:16:36,532 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:16:36,536 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:16:36,540 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:16:36,543 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:16:36,547 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:16:36,551 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:16:36,552 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:16:36,555 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:16:36,556 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 17:16:36,556 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:16:36,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:16:36,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:36,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:16:36,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:16:36,569 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 17:16:36,570 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:16:36,570 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:16:36,571 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -99.73890339425589 2024-03-01 17:16:36,571 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:16:36,571 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:16:36,575 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:16:36,575 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 17:16:36,578 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:16:36,578 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 17:16:36,582 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:16:36,585 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:16:36,586 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:16:36,589 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:16:36,592 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:16:36,596 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:16:36,600 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 17:16:36,600 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:16:36,601 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:16:36,601 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:16:36,601 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 17:16:36,607 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:16:36,607 INFO program/MainThread: stderr[4]: 2024-03-01 17:16:36,607 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:16:36,608 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 17:16:36,608 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:16:36,609 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:16:36,613 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 17:16:36,614 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:16:36,615 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:16:36,615 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:16:36,615 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:16:36,615 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:16:36,615 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:16:36,615 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:16:36,615 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:16:36,615 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:16:36,615 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:16:36,615 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:16:36,615 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:16:36,618 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:16:36,622 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:16:36,624 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:16:36,625 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:16:36,628 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:16:36,628 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 0x7f1f3a4adeb8> 2024-03-01 17:16:36,628 INFO blivet/MainThread: sorting actions... 2024-03-01 17:16:36,630 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:16:36,630 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:16:36,630 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:16:36,630 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:16:36,630 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:16:36,630 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:16:36,631 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:16:36,631 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:16:36,631 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:16:36,631 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:16:36,634 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:16:36,637 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 17:16:36,637 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 17:16:36,646 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:36,646 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:36,674 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:36,674 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:36,686 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:36,687 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:16:36,691 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:16:36,694 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 17:16:36,694 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 17:16:36,701 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:36,701 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:36,728 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:36,728 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:36,740 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:36,741 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:16:36,745 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:16:36,748 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 17:16:36,748 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 17:16:36,755 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:36,755 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:36,782 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:36,782 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:36,794 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:36,795 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:16:36,799 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:16:36,802 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:16:36,805 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:16:36,805 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:16:36,805 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:16:36,838 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 17:16:36,838 INFO program/MainThread: stderr[5]: 2024-03-01 17:16:36,838 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:16:36,838 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:36,858 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:36,865 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:16:36,866 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:16:36,868 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 17:16:36,887 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:36,887 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:36,932 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:36,932 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:16:36,936 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:16:36,940 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:16:36,948 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:16:36,948 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:16:36,948 INFO program/MainThread: Running [6] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:16:36,988 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdb" successfully created. 2024-03-01 17:16:36,988 INFO program/MainThread: stderr[6]: 2024-03-01 17:16:36,988 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:16:36,988 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:37,009 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:37,016 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:16:37,017 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:16:37,019 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 17:16:37,035 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:37,036 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:37,064 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:37,064 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:16:37,069 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:16:37,072 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:16:37,075 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:16:37,075 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:16:37,076 INFO program/MainThread: Running [7] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:16:37,110 INFO program/MainThread: stdout[7]: Physical volume "/dev/sda" successfully created. 2024-03-01 17:16:37,110 INFO program/MainThread: stderr[7]: 2024-03-01 17:16:37,111 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:16:37,111 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:37,137 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:37,144 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:16:37,144 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:16:37,146 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 17:16:37,160 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:37,161 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:37,192 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:37,192 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:16:37,197 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 17:16:37,200 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:16:37,203 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:16:37,206 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:16:37,209 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:16:37,212 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:16:37,215 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:16:37,218 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:16:37,221 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 17:16:37,222 INFO program/MainThread: Running [8] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:16:37,279 INFO program/MainThread: stdout[8]: Volume group "test_vg1" successfully created 2024-03-01 17:16:37,280 INFO program/MainThread: stderr[8]: 2024-03-01 17:16:37,280 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:16:37,288 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:16:37,298 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:16:37,308 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:16:37,315 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:16:37,322 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:16:37,329 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:16:37,335 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:16:37,340 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:16:37,340 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:37,352 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:37,357 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:16:37,360 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:16:37,360 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:37,371 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:37,372 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 17:16:37,382 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:37,382 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:37,395 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:37,395 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:16:37,400 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 17:16:37,403 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 17:16:37,406 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:16:37,410 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:16:37,413 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:16:37,417 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:16:37,420 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:16:37,424 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:16:37,428 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:16:37,431 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:16:37,431 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:37,442 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:37,447 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:16:37,448 INFO program/MainThread: Running [9] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:16:37,474 INFO program/MainThread: stdout[9]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 17:16:37,475 INFO program/MainThread: stderr[9]: 2024-03-01 17:16:37,475 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:16:37,480 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 17:16:37,480 INFO program/MainThread: Running [10] lvm lvcreate -n lv1 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:16:37,571 INFO program/MainThread: stdout[10]: Logical volume "lv1" created. 2024-03-01 17:16:37,571 INFO program/MainThread: stderr[10]: 2024-03-01 17:16:37,571 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:16:37,579 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:16:37,588 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:16:37,589 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:16:37,589 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:37,618 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:37,623 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:16:37,624 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:16:37,625 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:16:37,635 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:37,635 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:37,653 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:37,653 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:16:37,658 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:16:37,661 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:16:37,664 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 17:16:37,664 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 17:16:37,769 INFO program/MainThread: stdout: 2024-03-01 17:16:37,769 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=98048 blks 2024-03-01 17:16:37,770 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:16:37,770 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:16:37,770 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:16:37,770 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 17:16:37,770 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:16:37,770 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:16:37,770 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 17:16:37,770 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:16:37,770 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:16:37,770 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:37,771 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 17:16:37,787 INFO program/MainThread: stdout: 2024-03-01 17:16:37,788 INFO program/MainThread: writing all SBs 2024-03-01 17:16:37,788 INFO program/MainThread: new label = "" 2024-03-01 17:16:37,788 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:37,788 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:37,807 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:37,811 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:16:37,812 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:16:37,813 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:16:37,823 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:37,823 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:37,839 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:37,844 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:16:37,845 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 0x7f1f3a4471a8> 2024-03-01 17:16:37,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:16:37,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:16:37,852 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:16:37,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:16:37,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:16:37,858 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:16:55,190 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload__1guiota/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:16:55,226 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:16:55,227 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:16:55,230 INFO program/MainThread: stdout[2]: 2024-03-01 17:16:55,230 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 17:16:55,230 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:16:55,231 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:16:55,235 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:55,236 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:16:55,240 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:16:55,240 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:16:55,243 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:16:55,243 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:16:55,246 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:16:55,247 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:16:55,256 INFO program/MainThread: stdout: 2024-03-01 17:16:55,256 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:16:55,256 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member wxTCjQ-b5R4-jdAw-NAC2-Zdsh-gfxn-hHc38D 2024-03-01 17:16:55,256 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 605c122f-f57e-4dfc-80db-7aff35ea2d53 2024-03-01 17:16:55,256 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf 2024-03-01 17:16:55,256 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 605c122f-f57e-4dfc-80db-7aff35ea2d53 2024-03-01 17:16:55,256 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o 2024-03-01 17:16:55,256 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:16:55,256 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:16:55,256 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:16:55,256 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:16:55,256 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:16:55,256 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:16:55,257 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:16:55,257 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:16:55,257 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:16:55,257 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:16:55,257 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:16:55,257 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:55,257 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member wxTCjQ-b5R4-jdAw-NAC2-Zdsh-gfxn-hHc38D `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 605c122f-f57e-4dfc-80db-7aff35ea2d53 sdb 1073741824 root disk brw-rw---- LVM2_member KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 605c122f-f57e-4dfc-80db-7aff35ea2d53 sdc 1073741824 root disk brw-rw---- LVM2_member x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o 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 d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:16:55,257 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:16:55,257 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:16:55,258 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:16:55,258 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:16:55,258 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:16:55,258 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:16:55,258 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:55,272 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:55,284 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1'] 2024-03-01 17:16:55,289 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-wxTCjQ-b5R4-jdAw-NAC2-Zdsh-gfxn-hHc38D ' '/dev/disk/by-id/scsi-3600140524d830fc948947179a40e187f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:24d830fc-9489-4717-9a40-e187f224432e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_24d830fc-9489-4717-9a40-e187f224432e ' '/dev/disk/by-id/wwn-0x600140524d830fc948947179a40e187f', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'wxTCjQ-b5R4-jdAw-NAC2-Zdsh-gfxn-hHc38D', 'ID_FS_UUID_ENC': 'wxTCjQ-b5R4-jdAw-NAC2-Zdsh-gfxn-hHc38D', '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': '24d830fc-9489-4717-9a40-e187f224432e', 'ID_SERIAL': '3600140524d830fc948947179a40e187f', 'ID_SERIAL_SHORT': '600140524d830fc948947179a40e187f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140524d830fc9', 'ID_WWN_VENDOR_EXTENSION': '0x48947179a40e187f', 'ID_WWN_WITH_EXTENSION': '0x600140524d830fc948947179a40e187f', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140524d830fc948947179a40e187f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:24d830fc-9489-4717-9a40-e187f224432e', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '24d830fc-9489-4717-9a40-e187f224432e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:0', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:0.service', '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': '622371759'} ; 2024-03-01 17:16:55,289 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:16:55,290 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= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:16:55,318 INFO program/MainThread: stdout[3]: 2024-03-01 17:16:55,319 INFO program/MainThread: stderr[3]: 2024-03-01 17:16:55,319 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:16:55,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:16:55,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:55,332 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:16:55,337 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:16:55,338 INFO blivet/MainThread: sda is a disk 2024-03-01 17:16:55,338 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:16:55,338 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:16:55,342 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:16:55,345 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:16:55,346 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:16:55,349 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:16:55,350 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:16:55,350 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:16:55,350 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd512a1e390) -- 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 = 600140524d830fc948947179a40e187f 2024-03-01 17:16:55,354 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:16:55,358 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:16:55,358 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:16:55,361 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:16:55,362 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:16:55,365 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:16:55,365 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:16:55,368 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:16:55,369 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:16:55,372 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:16:55,372 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:16:55,372 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= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:16:55,403 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=wxTCjQ-b5R4-jdAw-NAC2-Zdsh-gfxn-hHc38D LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:16:55,404 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf. WARNING: Couldn't find device with uuid x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o. WARNING: VG test_vg1 is missing PV KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:16:55,404 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:16:55,404 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:16:55,409 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: wxTCjQ-b5R4-jdAw-NAC2-Zdsh-gfxn-hHc38D ; label: None ; device: /dev/sda ; serial: 3600140524d830fc948947179a40e187f ; exists: True ; vg_name: test_vg1 ; vg_uuid: NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 ; pe_start: 8 MiB ; 2024-03-01 17:16:55,409 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:16:55,412 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:16:55,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 ; incomplete: True ; hidden: False ; 2024-03-01 17:16:55,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:16:55,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:16:55,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:55,425 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= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:16:55,451 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:16:55,452 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf. WARNING: Couldn't find device with uuid x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o. WARNING: VG test_vg1 is missing PV KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:16:55,452 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:16:55,452 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:16:55,452 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:16:55,458 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:16:55,462 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:16:55,462 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:16:55,465 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:16:55,466 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= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:16:55,493 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:16:55,494 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf. WARNING: Couldn't find device with uuid x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o. WARNING: VG test_vg1 is missing PV KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:16:55,494 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:16:55,499 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:16:55,500 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:16:55,503 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:16:55,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 ; incomplete: True ; hidden: False ; 2024-03-01 17:16:55,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:16:55,510 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:16:55,510 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:16:55,513 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014050a4b1b2ffaa84478a6add33c9 ' '/dev/disk/by-id/lvm-pv-uuid-KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_0a4b1b2f-faa8-4478-a6ad-d33c9c44f053 ' '/dev/disk/by-id/wwn-0x60014050a4b1b2ffaa84478a6add33c9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf', 'ID_FS_UUID_ENC': 'KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf', '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': '0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'ID_SERIAL': '360014050a4b1b2ffaa84478a6add33c9', 'ID_SERIAL_SHORT': '60014050a4b1b2ffaa84478a6add33c9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a4b1b2ff', 'ID_WWN_VENDOR_EXTENSION': '0xaa84478a6add33c9', 'ID_WWN_WITH_EXTENSION': '0x60014050a4b1b2ffaa84478a6add33c9', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a4b1b2ffaa84478a6add33c9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:16', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:16.service', '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': '622398431'} ; 2024-03-01 17:16:55,514 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:16:55,517 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:16:55,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:55,524 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:16:55,525 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:16:55,525 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:16:55,525 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:16:55,528 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:16:55,531 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:16:55,532 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:16:55,535 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:16:55,535 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:16:55,536 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:16:55,536 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd5119f05c0) -- 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 = 60014050a4b1b2ffaa84478a6add33c9 2024-03-01 17:16:55,539 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:16:55,543 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:16:55,543 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:16:55,547 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:16:55,547 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:16:55,550 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:16:55,550 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:16:55,554 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:16:55,554 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:16:55,557 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:16:55,557 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:16:55,557 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= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:16:55,588 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=wxTCjQ-b5R4-jdAw-NAC2-Zdsh-gfxn-hHc38D LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:16:55,589 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o. WARNING: VG test_vg1 is missing PV x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o (last written to /dev/sdc). 2024-03-01 17:16:55,589 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:16:55,589 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:16:55,594 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf ; label: None ; device: /dev/sdb ; serial: 360014050a4b1b2ffaa84478a6add33c9 ; exists: True ; vg_name: test_vg1 ; vg_uuid: NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 17:16:55,594 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:16:55,597 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:16:55,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 ; incomplete: True ; hidden: False ; 2024-03-01 17:16:55,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:16:55,607 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:16:55,610 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:16:55,613 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:16:55,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 ; incomplete: True ; hidden: False ; 2024-03-01 17:16:55,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:16:55,620 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= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:16:55,647 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:16:55,648 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o. WARNING: VG test_vg1 is missing PV x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o (last written to /dev/sdc). 2024-03-01 17:16:55,648 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:16:55,648 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:16:55,648 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:16:55,653 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140528bd3878ecc24d19b06121fc9 ' '/dev/disk/by-id/scsi-3600140528bd3878ecc24d19b06121fc9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_28bd3878-ecc2-4d19-b061-21fc9998fc12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:28bd3878-ecc2-4d19-b061-21fc9998fc12', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', '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': '28bd3878-ecc2-4d19-b061-21fc9998fc12', 'ID_SERIAL': '3600140528bd3878ecc24d19b06121fc9', 'ID_SERIAL_SHORT': '600140528bd3878ecc24d19b06121fc9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140528bd3878e', 'ID_WWN_VENDOR_EXTENSION': '0xcc24d19b06121fc9', 'ID_WWN_WITH_EXTENSION': '0x600140528bd3878ecc24d19b06121fc9', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140528bd3878ecc24d19b06121fc9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:28bd3878-ecc2-4d19-b061-21fc9998fc12', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '28bd3878-ecc2-4d19-b061-21fc9998fc12', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623171442'} ; 2024-03-01 17:16:55,653 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:16:55,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:16:55,660 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:55,664 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:16:55,665 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:16:55,665 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:16:55,665 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:16:55,668 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:16:55,671 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:16:55,672 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:16:55,675 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:16:55,675 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:16:55,676 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:16:55,676 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd5119f0e48) -- 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 = 600140528bd3878ecc24d19b06121fc9 2024-03-01 17:16:55,680 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:16:55,680 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:16:55,683 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014051b67c6ecf5d549f68a29a5574 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_1b67c6ec-f5d5-49f6-8a29-a55740478890 ' '/dev/disk/by-id/scsi-360014051b67c6ecf5d549f68a29a5574 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:1b67c6ec-f5d5-49f6-8a29-a55740478890', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', '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': '1b67c6ec-f5d5-49f6-8a29-a55740478890', 'ID_SERIAL': '360014051b67c6ecf5d549f68a29a5574', 'ID_SERIAL_SHORT': '60014051b67c6ecf5d549f68a29a5574', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051b67c6ecf', 'ID_WWN_VENDOR_EXTENSION': '0x5d549f68a29a5574', 'ID_WWN_WITH_EXTENSION': '0x60014051b67c6ecf5d549f68a29a5574', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051b67c6ecf5d549f68a29a5574', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:1b67c6ec-f5d5-49f6-8a29-a55740478890', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1b67c6ec-f5d5-49f6-8a29-a55740478890', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623258240'} ; 2024-03-01 17:16:55,683 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:16:55,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:16:55,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:55,693 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:16:55,694 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:16:55,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:16:55,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:16:55,697 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:16:55,701 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:16:55,701 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:16:55,705 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:16:55,705 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:16:55,706 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:16:55,706 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd511954f60) -- 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 = 60014051b67c6ecf5d549f68a29a5574 2024-03-01 17:16:55,709 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:16:55,709 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:16:55,713 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_8da899b5-508c-4e9b-8e57-207f649c362b ' '/dev/disk/by-id/scsi-360014058da899b5508c4e9b8e57207f6 ' '/dev/disk/by-id/wwn-0x60014058da899b5508c4e9b8e57207f6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:8da899b5-508c-4e9b-8e57-207f649c362b ' '/dev/disk/by-id/lvm-pv-uuid-x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o', 'ID_FS_UUID_ENC': 'x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o', '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': '8da899b5-508c-4e9b-8e57-207f649c362b', 'ID_SERIAL': '360014058da899b5508c4e9b8e57207f6', 'ID_SERIAL_SHORT': '60014058da899b5508c4e9b8e57207f6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058da899b55', 'ID_WWN_VENDOR_EXTENSION': '0x08c4e9b8e57207f6', 'ID_WWN_WITH_EXTENSION': '0x60014058da899b5508c4e9b8e57207f6', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058da899b5508c4e9b8e57207f6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:8da899b5-508c-4e9b-8e57-207f649c362b', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8da899b5-508c-4e9b-8e57-207f649c362b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:32', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:32.service', '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': '622385189'} ; 2024-03-01 17:16:55,713 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:16:55,716 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:16:55,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:55,723 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:16:55,724 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:16:55,724 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:16:55,724 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:16:55,727 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:16:55,730 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:16:55,731 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:16:55,734 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:16:55,734 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:16:55,735 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:16:55,735 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd51195c400) -- 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 = 60014058da899b5508c4e9b8e57207f6 2024-03-01 17:16:55,738 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:16:55,742 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:16:55,742 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:16:55,745 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:16:55,746 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:16:55,749 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:16:55,749 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:16:55,752 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:16:55,752 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:16:55,755 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:16:55,756 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:16:55,756 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= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:16:55,788 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=wxTCjQ-b5R4-jdAw-NAC2-Zdsh-gfxn-hHc38D LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:16:55,789 INFO program/MainThread: stderr[9]: 2024-03-01 17:16:55,789 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:16:55,789 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:16:55,793 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o ; label: None ; device: /dev/sdc ; serial: 360014058da899b5508c4e9b8e57207f6 ; exists: True ; vg_name: test_vg1 ; vg_uuid: NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:16:55,794 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:16:55,797 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:16:55,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 ; incomplete: True ; hidden: False ; 2024-03-01 17:16:55,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:16:55,807 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:16:55,810 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:16:55,813 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:16:55,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 ; incomplete: True ; hidden: False ; 2024-03-01 17:16:55,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:16:55,820 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= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:16:55,847 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:16:55,848 INFO program/MainThread: stderr[10]: 2024-03-01 17:16:55,848 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:16:55,852 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:16:55,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:55,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT ; incomplete: False ; hidden: False ; 2024-03-01 17:16:55,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:16:55,863 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:16:55,867 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:16:55,867 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:16:55,870 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:16:55,874 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:16:55,875 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:16:55,878 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:16:55,879 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:16:55,879 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:16:55,883 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:16:55,887 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:16:55,887 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:16:55,891 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:16:55,894 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:16:55,895 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:16:55,898 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:16:55,899 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:16:55,899 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:16:55,899 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:16:55,902 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:16:55,902 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:16:55,906 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:16:55,906 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:16:55,910 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-NpO2jtC9UgwW7alXSEuDOwwMiBlFDi345qfEl3J7bMyQHGZcA3M31NHfrFl3a3VT ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/605c122f-f57e-4dfc-80db-7aff35ea2d53 ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-NpO2jtC9UgwW7alXSEuDOwwMiBlFDi345qfEl3J7bMyQHGZcA3M31NHfrFl3a3VT', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '605c122f-f57e-4dfc-80db-7aff35ea2d53', 'ID_FS_UUID_ENC': '605c122f-f57e-4dfc-80db-7aff35ea2d53', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1127647279'} ; 2024-03-01 17:16:55,910 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:16:55,911 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:16:55,915 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:16:55,915 INFO program/MainThread: stderr[11]: 2024-03-01 17:16:55,915 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:16:55,915 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:16:55,919 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:16:55,919 INFO program/MainThread: stderr[12]: 2024-03-01 17:16:55,919 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:16:55,919 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:16:55,923 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:16:55,923 INFO program/MainThread: stderr[13]: 2024-03-01 17:16:55,923 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:16:55,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:16:55,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:16:55,934 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:16:55,935 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:16:55,935 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:16:55,936 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:16:55,932 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd511954dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd5119cf940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:16:55,937 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:16:55,941 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:16:55,941 INFO program/MainThread: stderr[14]: 2024-03-01 17:16:55,941 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:16:55,946 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:16:55,949 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:16:55,950 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:16:55,954 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:16:55,954 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:16:55,957 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:16:55,958 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:16:55,961 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:16:55,961 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:16:55,963 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:16:55,964 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:16:55,968 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:16:55,968 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:16:55,971 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:16:55,972 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:16:55,972 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:16:55,976 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405be2d658a434f48da8f2adf26c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:be2d658a-434f-48da-8f2a-df26c1ebe318 ' '/dev/disk/by-id/wwn-0x6001405be2d658a434f48da8f2adf26c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_be2d658a-434f-48da-8f2a-df26c1ebe318', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', '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': 'be2d658a-434f-48da-8f2a-df26c1ebe318', 'ID_SERIAL': '36001405be2d658a434f48da8f2adf26c', 'ID_SERIAL_SHORT': '6001405be2d658a434f48da8f2adf26c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405be2d658a4', 'ID_WWN_VENDOR_EXTENSION': '0x34f48da8f2adf26c', 'ID_WWN_WITH_EXTENSION': '0x6001405be2d658a434f48da8f2adf26c', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405be2d658a434f48da8f2adf26c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:be2d658a-434f-48da-8f2a-df26c1ebe318', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'be2d658a-434f-48da-8f2a-df26c1ebe318', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622508198'} ; 2024-03-01 17:16:55,976 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:16:55,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:16:55,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:55,987 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:16:55,987 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:16:55,987 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:16:55,988 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 17:16:55,991 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:16:55,994 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:16:55,995 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:16:55,998 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:16:55,998 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:16:55,999 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 17:16:55,999 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd511960d30) -- name = sdd status = True id = 59 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 48 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd target size = 1024 MiB path = /dev/sdd format args = [] original_format = None removable = False wwn = 6001405be2d658a434f48da8f2adf26c 2024-03-01 17:16:56,002 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:16:56,002 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:16:56,006 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014053f4e31b3f8fd42f5816cab8c3 ' '/dev/disk/by-id/scsi-360014053f4e31b3f8fd42f5816cab8c3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', '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': '3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'ID_SERIAL': '360014053f4e31b3f8fd42f5816cab8c3', 'ID_SERIAL_SHORT': '60014053f4e31b3f8fd42f5816cab8c3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053f4e31b3f', 'ID_WWN_VENDOR_EXTENSION': '0x8fd42f5816cab8c3', 'ID_WWN_WITH_EXTENSION': '0x60014053f4e31b3f8fd42f5816cab8c3', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053f4e31b3f8fd42f5816cab8c3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622572752'} ; 2024-03-01 17:16:56,006 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:16:56,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:16:56,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:56,016 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:16:56,017 INFO blivet/MainThread: sde is a disk 2024-03-01 17:16:56,017 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 17:16:56,017 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 17:16:56,020 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:16:56,024 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:16:56,024 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:16:56,027 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:16:56,027 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:16:56,028 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 17:16:56,028 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd5119663c8) -- name = sde status = True id = 64 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 64 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde target size = 1024 MiB path = /dev/sde format args = [] original_format = None removable = False wwn = 60014053f4e31b3f8fd42f5816cab8c3 2024-03-01 17:16:56,031 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:16:56,032 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:16:56,035 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014058f0ba5a2e010400a93ac079ae ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:8f0ba5a2-e010-400a-93ac-079aead2720d ' '/dev/disk/by-id/scsi-360014058f0ba5a2e010400a93ac079ae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_8f0ba5a2-e010-400a-93ac-079aead2720d', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', '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': '8f0ba5a2-e010-400a-93ac-079aead2720d', 'ID_SERIAL': '360014058f0ba5a2e010400a93ac079ae', 'ID_SERIAL_SHORT': '60014058f0ba5a2e010400a93ac079ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058f0ba5a2e', 'ID_WWN_VENDOR_EXTENSION': '0x010400a93ac079ae', 'ID_WWN_WITH_EXTENSION': '0x60014058f0ba5a2e010400a93ac079ae', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058f0ba5a2e010400a93ac079ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:8f0ba5a2-e010-400a-93ac-079aead2720d', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8f0ba5a2-e010-400a-93ac-079aead2720d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622620333'} ; 2024-03-01 17:16:56,035 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:16:56,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:16:56,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:56,046 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:16:56,047 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:16:56,047 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 17:16:56,047 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 17:16:56,050 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:16:56,054 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:16:56,054 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:16:56,057 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:16:56,057 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:16:56,058 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 17:16:56,058 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd5119f0860) -- name = sdf status = True id = 69 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 80 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf target size = 1024 MiB path = /dev/sdf format args = [] original_format = None removable = False wwn = 60014058f0ba5a2e010400a93ac079ae 2024-03-01 17:16:56,061 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:16:56,062 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:16:56,065 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_9ee2d7ed-b190-4862-876c-f53ad06aef55 ' '/dev/disk/by-id/scsi-360014059ee2d7edb1904862876cf53ad ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:9ee2d7ed-b190-4862-876c-f53ad06aef55 ' '/dev/disk/by-id/wwn-0x60014059ee2d7edb1904862876cf53ad', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', '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': '9ee2d7ed-b190-4862-876c-f53ad06aef55', 'ID_SERIAL': '360014059ee2d7edb1904862876cf53ad', 'ID_SERIAL_SHORT': '60014059ee2d7edb1904862876cf53ad', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ee2d7edb', 'ID_WWN_VENDOR_EXTENSION': '0x1904862876cf53ad', 'ID_WWN_WITH_EXTENSION': '0x60014059ee2d7edb1904862876cf53ad', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ee2d7edb1904862876cf53ad', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:9ee2d7ed-b190-4862-876c-f53ad06aef55', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ee2d7ed-b190-4862-876c-f53ad06aef55', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622852341'} ; 2024-03-01 17:16:56,065 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:16:56,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:16:56,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:56,076 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:16:56,076 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:16:56,077 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 17:16:56,077 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 17:16:56,080 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:16:56,083 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:16:56,083 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:16:56,087 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:16:56,087 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:16:56,088 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 17:16:56,088 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd5119572b0) -- name = sdg status = True id = 74 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 96 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg target size = 1024 MiB path = /dev/sdg format args = [] original_format = None removable = False wwn = 60014059ee2d7edb1904862876cf53ad 2024-03-01 17:16:56,091 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:16:56,091 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:16:56,095 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140504a338ebca954f6bb1e09cc4a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1 ' '/dev/disk/by-id/wwn-0x600140504a338ebca954f6bb1e09cc4a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', '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': '04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'ID_SERIAL': '3600140504a338ebca954f6bb1e09cc4a', 'ID_SERIAL_SHORT': '600140504a338ebca954f6bb1e09cc4a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140504a338ebc', 'ID_WWN_VENDOR_EXTENSION': '0xa954f6bb1e09cc4a', 'ID_WWN_WITH_EXTENSION': '0x600140504a338ebca954f6bb1e09cc4a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140504a338ebca954f6bb1e09cc4a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622772161'} ; 2024-03-01 17:16:56,095 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:16:56,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:16:56,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:56,106 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:16:56,106 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:16:56,106 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 17:16:56,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 17:16:56,110 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:16:56,113 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:16:56,113 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:16:56,116 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:16:56,117 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:16:56,117 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 17:16:56,117 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd5119577f0) -- name = sdh status = True id = 79 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 112 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh target size = 1024 MiB path = /dev/sdh format args = [] original_format = None removable = False wwn = 600140504a338ebca954f6bb1e09cc4a 2024-03-01 17:16:56,121 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:16:56,121 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:16:56,124 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014052cebd78dcdbb4d3c96bf288c8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_2cebd78d-cdbb-4d3c-96bf-288c807ea37f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:2cebd78d-cdbb-4d3c-96bf-288c807ea37f ' '/dev/disk/by-id/scsi-360014052cebd78dcdbb4d3c96bf288c8', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', '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': '2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'ID_SERIAL': '360014052cebd78dcdbb4d3c96bf288c8', 'ID_SERIAL_SHORT': '60014052cebd78dcdbb4d3c96bf288c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052cebd78dc', 'ID_WWN_VENDOR_EXTENSION': '0xdbb4d3c96bf288c8', 'ID_WWN_WITH_EXTENSION': '0x60014052cebd78dcdbb4d3c96bf288c8', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052cebd78dcdbb4d3c96bf288c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623112018'} ; 2024-03-01 17:16:56,125 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:16:56,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:16:56,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:56,135 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:16:56,136 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:16:56,136 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:16:56,136 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 17:16:56,140 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:16:56,143 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:16:56,143 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:16:56,146 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:16:56,147 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:16:56,147 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 17:16:56,147 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd5119751d0) -- name = sdi status = True id = 84 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 128 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi target size = 1024 MiB path = /dev/sdi format args = [] original_format = None removable = False wwn = 60014052cebd78dcdbb4d3c96bf288c8 2024-03-01 17:16:56,151 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:16:56,151 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:16:56,154 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405271752dbb264458a921d89f2b ' '/dev/disk/by-id/wwn-0x6001405271752dbb264458a921d89f2b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:271752db-b264-458a-921d-89f2bb8e4a9b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_271752db-b264-458a-921d-89f2bb8e4a9b', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', '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': '271752db-b264-458a-921d-89f2bb8e4a9b', 'ID_SERIAL': '36001405271752dbb264458a921d89f2b', 'ID_SERIAL_SHORT': '6001405271752dbb264458a921d89f2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405271752dbb', 'ID_WWN_VENDOR_EXTENSION': '0x264458a921d89f2b', 'ID_WWN_WITH_EXTENSION': '0x6001405271752dbb264458a921d89f2b', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405271752dbb264458a921d89f2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:271752db-b264-458a-921d-89f2bb8e4a9b', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '271752db-b264-458a-921d-89f2bb8e4a9b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623080974'} ; 2024-03-01 17:16:56,155 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:16:56,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:16:56,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:56,165 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:16:56,166 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:16:56,166 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 17:16:56,166 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 17:16:56,169 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:16:56,172 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:16:56,173 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:16:56,176 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:16:56,176 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:16:56,177 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 17:16:56,177 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd511975860) -- name = sdj status = True id = 89 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 144 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj target size = 1024 MiB path = /dev/sdj format args = [] original_format = None removable = False wwn = 6001405271752dbb264458a921d89f2b 2024-03-01 17:16:56,180 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:16:56,180 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:16:56,184 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '27441688'} ; 2024-03-01 17:16:56,184 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:16:56,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:16:56,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:56,194 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:16:56,194 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:16:56,195 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:16:56,195 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:16:56,195 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:16:56,195 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:16:56,198 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:16:56,201 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:16:56,202 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:16:56,205 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:16:56,205 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:16:56,206 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 17:16:56,206 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd511975da0) -- name = xvda status = True id = 94 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:16:56,209 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:16:56,212 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:16:56,213 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 17:16:56,216 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:16:56,216 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 17:16:56,219 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:16:56,220 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 17:16:56,223 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:16:56,223 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 17:16:56,226 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:16:56,230 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:16:56,233 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:16:56,238 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 0x7fd512abe588> 2024-03-01 17:16:59,552 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 17:16:59,557 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:16:59,557 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:16:59,561 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_FS_UUID_ENC': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', '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': 'b2f85011-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'ID_SCSI': '1', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '27446458'} ; 2024-03-01 17:16:59,561 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:16:59,561 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:16:59,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:16:59,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:59,571 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:16:59,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:16:59,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:59,578 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:59,589 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:59,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:16:59,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 17:16:59,609 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 17:16:59,613 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:16:59,613 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:16:59,616 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:16:59,620 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:16:59,620 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:16:59,623 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:16:59,624 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:16:59,624 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:16:59,627 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:16:59,630 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:16:59,634 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:16:59,637 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:16:59,640 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:16:59,641 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:16:59,641 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 17:16:59,642 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:16:59,641 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fd51197e5c0) -- name = xvda1 status = True id = 104 children = [] parents = ['existing 250 GiB disk xvda (94) with existing msdos disklabel'] uuid = b2f85011-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 0x7fd511985e60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:16:59,645 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:16:59,649 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:16:59,649 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 17:16:59,652 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:16:59,652 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 17:16:59,656 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:16:59,656 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 17:16:59,659 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:16:59,660 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 17:16:59,660 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:16:59,663 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:16:59,663 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 17:16:59,666 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:16:59,666 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:16:59,669 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/605c122f-f57e-4dfc-80db-7aff35ea2d53 ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-NpO2jtC9UgwW7alXSEuDOwwMiBlFDi345qfEl3J7bMyQHGZcA3M31NHfrFl3a3VT', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-NpO2jtC9UgwW7alXSEuDOwwMiBlFDi345qfEl3J7bMyQHGZcA3M31NHfrFl3a3VT', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '605c122f-f57e-4dfc-80db-7aff35ea2d53', 'ID_FS_UUID_ENC': '605c122f-f57e-4dfc-80db-7aff35ea2d53', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1127647279'} ; 2024-03-01 17:16:59,670 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:16:59,670 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:16:59,674 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:16:59,674 INFO program/MainThread: stderr[15]: 2024-03-01 17:16:59,674 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:16:59,674 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:16:59,678 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:16:59,678 INFO program/MainThread: stderr[16]: 2024-03-01 17:16:59,678 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:16:59,678 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:16:59,682 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:16:59,682 INFO program/MainThread: stderr[17]: 2024-03-01 17:16:59,682 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:16:59,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:16:59,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:16:59,693 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:16:59,694 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:16:59,694 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:16:59,695 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:16:59,691 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd511954dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd5119cf940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:16:59,695 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:16:59,699 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:16:59,700 INFO program/MainThread: stderr[18]: 2024-03-01 17:16:59,700 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:16:59,704 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:16:59,704 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:16:59,704 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:16:59,718 DEBUG program/MainThread: Return code: 0 2024-03-01 17:16:59,731 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:16:59,732 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:16:59,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:16:59,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:59,743 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:16:59,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:16:59,746 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:16:59,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:16:59,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:59,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:16:59,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:16:59,758 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:16:59,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:16:59,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:59,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:16:59,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:16:59,770 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:16:59,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:16:59,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:59,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:16:59,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:16:59,781 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:16:59,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:16:59,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:59,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:16:59,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:16:59,793 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:16:59,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:16:59,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:16:59,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:16:59,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:16:59,805 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:17:04,653 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_m14mety6/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:17:04,689 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:17:04,690 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:17:04,693 INFO program/MainThread: stdout[2]: 2024-03-01 17:17:04,693 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 17:17:04,693 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:17:04,694 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:17:04,698 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:04,699 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:17:04,703 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:17:04,703 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:17:04,706 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:17:04,706 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:17:04,709 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:17:04,709 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:17:04,718 INFO program/MainThread: stdout: 2024-03-01 17:17:04,719 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:17:04,719 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member wxTCjQ-b5R4-jdAw-NAC2-Zdsh-gfxn-hHc38D 2024-03-01 17:17:04,719 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 605c122f-f57e-4dfc-80db-7aff35ea2d53 2024-03-01 17:17:04,719 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf 2024-03-01 17:17:04,719 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 605c122f-f57e-4dfc-80db-7aff35ea2d53 2024-03-01 17:17:04,719 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o 2024-03-01 17:17:04,719 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:17:04,719 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:17:04,719 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:17:04,719 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:17:04,719 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:17:04,719 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:17:04,719 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:17:04,719 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:17:04,719 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:17:04,719 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:17:04,719 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:17:04,719 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:04,719 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member wxTCjQ-b5R4-jdAw-NAC2-Zdsh-gfxn-hHc38D `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 605c122f-f57e-4dfc-80db-7aff35ea2d53 sdb 1073741824 root disk brw-rw---- LVM2_member KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 605c122f-f57e-4dfc-80db-7aff35ea2d53 sdc 1073741824 root disk brw-rw---- LVM2_member x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o 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 d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:17:04,720 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:17:04,720 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:17:04,720 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:17:04,720 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:17:04,720 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:17:04,721 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:17:04,721 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:04,732 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:04,744 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1'] 2024-03-01 17:17:04,749 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_24d830fc-9489-4717-9a40-e187f224432e ' '/dev/disk/by-id/wwn-0x600140524d830fc948947179a40e187f ' '/dev/disk/by-id/scsi-3600140524d830fc948947179a40e187f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:24d830fc-9489-4717-9a40-e187f224432e ' '/dev/disk/by-id/lvm-pv-uuid-wxTCjQ-b5R4-jdAw-NAC2-Zdsh-gfxn-hHc38D', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'wxTCjQ-b5R4-jdAw-NAC2-Zdsh-gfxn-hHc38D', 'ID_FS_UUID_ENC': 'wxTCjQ-b5R4-jdAw-NAC2-Zdsh-gfxn-hHc38D', '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': '24d830fc-9489-4717-9a40-e187f224432e', 'ID_SERIAL': '3600140524d830fc948947179a40e187f', 'ID_SERIAL_SHORT': '600140524d830fc948947179a40e187f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140524d830fc9', 'ID_WWN_VENDOR_EXTENSION': '0x48947179a40e187f', 'ID_WWN_WITH_EXTENSION': '0x600140524d830fc948947179a40e187f', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140524d830fc948947179a40e187f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:24d830fc-9489-4717-9a40-e187f224432e', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '24d830fc-9489-4717-9a40-e187f224432e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:0', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:0.service', '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': '622371759'} ; 2024-03-01 17:17:04,749 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:17:04,750 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:04,777 INFO program/MainThread: stdout[3]: 2024-03-01 17:17:04,778 INFO program/MainThread: stderr[3]: 2024-03-01 17:17:04,778 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:17:04,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:17:04,785 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:04,791 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:17:04,796 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:17:04,797 INFO blivet/MainThread: sda is a disk 2024-03-01 17:17:04,797 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:17:04,797 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:17:04,801 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:17:04,804 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:17:04,804 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:17:04,808 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:17:04,808 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:17:04,809 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:17:04,809 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9db1510390) -- 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 = 600140524d830fc948947179a40e187f 2024-03-01 17:17:04,813 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:17:04,816 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:17:04,817 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:17:04,820 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:17:04,820 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:17:04,823 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:17:04,824 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:17:04,827 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:17:04,827 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:17:04,830 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:17:04,830 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:17:04,831 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= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:04,858 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=wxTCjQ-b5R4-jdAw-NAC2-Zdsh-gfxn-hHc38D LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:17:04,859 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf. WARNING: Couldn't find device with uuid x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o. WARNING: VG test_vg1 is missing PV KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:17:04,859 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:17:04,859 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:17:04,864 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: wxTCjQ-b5R4-jdAw-NAC2-Zdsh-gfxn-hHc38D ; label: None ; device: /dev/sda ; serial: 3600140524d830fc948947179a40e187f ; exists: True ; vg_name: test_vg1 ; vg_uuid: NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 ; pe_start: 8 MiB ; 2024-03-01 17:17:04,864 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:17:04,867 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:17:04,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 ; incomplete: True ; hidden: False ; 2024-03-01 17:17:04,874 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:17:04,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:04,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:04,880 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= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:04,907 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:17:04,908 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf. WARNING: Couldn't find device with uuid x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o. WARNING: VG test_vg1 is missing PV KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:17:04,908 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:17:04,908 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:17:04,908 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:17:04,914 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:17:04,918 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:17:04,918 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:17:04,921 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:17:04,921 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= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:04,950 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:17:04,951 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf. WARNING: Couldn't find device with uuid x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o. WARNING: VG test_vg1 is missing PV KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:17:04,951 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:17:04,955 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:17:04,956 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:17:04,960 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:17:04,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 ; incomplete: True ; hidden: False ; 2024-03-01 17:17:04,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:17:04,966 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:17:04,966 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:17:04,970 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:0a4b1b2f-faa8-4478-a6ad-d33c9c44f053 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_0a4b1b2f-faa8-4478-a6ad-d33c9c44f053 ' '/dev/disk/by-id/wwn-0x60014050a4b1b2ffaa84478a6add33c9 ' '/dev/disk/by-id/scsi-360014050a4b1b2ffaa84478a6add33c9 ' '/dev/disk/by-id/lvm-pv-uuid-KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf', 'ID_FS_UUID_ENC': 'KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf', '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': '0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'ID_SERIAL': '360014050a4b1b2ffaa84478a6add33c9', 'ID_SERIAL_SHORT': '60014050a4b1b2ffaa84478a6add33c9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a4b1b2ff', 'ID_WWN_VENDOR_EXTENSION': '0xaa84478a6add33c9', 'ID_WWN_WITH_EXTENSION': '0x60014050a4b1b2ffaa84478a6add33c9', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a4b1b2ffaa84478a6add33c9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:16', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:16.service', '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': '622398431'} ; 2024-03-01 17:17:04,970 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:17:04,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:17:04,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:04,980 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:17:04,981 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:17:04,981 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:17:04,981 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:17:04,985 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:17:04,988 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:17:04,988 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:17:04,991 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:17:04,992 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:17:04,992 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:17:04,992 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9db04e25c0) -- 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 = 60014050a4b1b2ffaa84478a6add33c9 2024-03-01 17:17:04,996 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:17:04,999 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:17:04,999 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:17:05,003 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:17:05,003 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:17:05,006 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:17:05,006 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:17:05,010 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:17:05,010 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:17:05,013 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:17:05,013 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:17:05,013 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= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:05,039 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=wxTCjQ-b5R4-jdAw-NAC2-Zdsh-gfxn-hHc38D LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:17:05,040 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o. WARNING: VG test_vg1 is missing PV x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o (last written to /dev/sdc). 2024-03-01 17:17:05,040 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:17:05,040 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:17:05,044 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf ; label: None ; device: /dev/sdb ; serial: 360014050a4b1b2ffaa84478a6add33c9 ; exists: True ; vg_name: test_vg1 ; vg_uuid: NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 17:17:05,045 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:17:05,048 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:17:05,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 ; incomplete: True ; hidden: False ; 2024-03-01 17:17:05,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:17:05,058 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:17:05,061 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:17:05,064 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:17:05,067 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 ; incomplete: True ; hidden: False ; 2024-03-01 17:17:05,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:17:05,071 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= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:05,097 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:17:05,098 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o. WARNING: VG test_vg1 is missing PV x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o (last written to /dev/sdc). 2024-03-01 17:17:05,098 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:17:05,098 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:17:05,098 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:17:05,103 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_28bd3878-ecc2-4d19-b061-21fc9998fc12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:28bd3878-ecc2-4d19-b061-21fc9998fc12 ' '/dev/disk/by-id/scsi-3600140528bd3878ecc24d19b06121fc9 ' '/dev/disk/by-id/wwn-0x600140528bd3878ecc24d19b06121fc9', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', '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': '28bd3878-ecc2-4d19-b061-21fc9998fc12', 'ID_SERIAL': '3600140528bd3878ecc24d19b06121fc9', 'ID_SERIAL_SHORT': '600140528bd3878ecc24d19b06121fc9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140528bd3878e', 'ID_WWN_VENDOR_EXTENSION': '0xcc24d19b06121fc9', 'ID_WWN_WITH_EXTENSION': '0x600140528bd3878ecc24d19b06121fc9', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140528bd3878ecc24d19b06121fc9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:28bd3878-ecc2-4d19-b061-21fc9998fc12', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '28bd3878-ecc2-4d19-b061-21fc9998fc12', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623171442'} ; 2024-03-01 17:17:05,103 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:17:05,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:17:05,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:05,114 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:17:05,114 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:17:05,115 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:17:05,115 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:17:05,118 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:17:05,121 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:17:05,121 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:17:05,125 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:17:05,125 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:17:05,126 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:17:05,126 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9db04e2e48) -- 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 = 600140528bd3878ecc24d19b06121fc9 2024-03-01 17:17:05,129 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:17:05,129 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:17:05,133 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_1b67c6ec-f5d5-49f6-8a29-a55740478890 ' '/dev/disk/by-id/scsi-360014051b67c6ecf5d549f68a29a5574 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:1b67c6ec-f5d5-49f6-8a29-a55740478890 ' '/dev/disk/by-id/wwn-0x60014051b67c6ecf5d549f68a29a5574', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', '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': '1b67c6ec-f5d5-49f6-8a29-a55740478890', 'ID_SERIAL': '360014051b67c6ecf5d549f68a29a5574', 'ID_SERIAL_SHORT': '60014051b67c6ecf5d549f68a29a5574', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051b67c6ecf', 'ID_WWN_VENDOR_EXTENSION': '0x5d549f68a29a5574', 'ID_WWN_WITH_EXTENSION': '0x60014051b67c6ecf5d549f68a29a5574', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051b67c6ecf5d549f68a29a5574', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:1b67c6ec-f5d5-49f6-8a29-a55740478890', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1b67c6ec-f5d5-49f6-8a29-a55740478890', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623258240'} ; 2024-03-01 17:17:05,133 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:17:05,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:17:05,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:05,143 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:17:05,144 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:17:05,144 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:17:05,144 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:17:05,147 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:17:05,150 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:17:05,151 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:17:05,154 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:17:05,154 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:17:05,155 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:17:05,155 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9db0446f98) -- 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 = 60014051b67c6ecf5d549f68a29a5574 2024-03-01 17:17:05,158 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:17:05,158 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:17:05,162 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_8da899b5-508c-4e9b-8e57-207f649c362b ' '/dev/disk/by-id/wwn-0x60014058da899b5508c4e9b8e57207f6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:8da899b5-508c-4e9b-8e57-207f649c362b ' '/dev/disk/by-id/scsi-360014058da899b5508c4e9b8e57207f6 ' '/dev/disk/by-id/lvm-pv-uuid-x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o', 'ID_FS_UUID_ENC': 'x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o', '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': '8da899b5-508c-4e9b-8e57-207f649c362b', 'ID_SERIAL': '360014058da899b5508c4e9b8e57207f6', 'ID_SERIAL_SHORT': '60014058da899b5508c4e9b8e57207f6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058da899b55', 'ID_WWN_VENDOR_EXTENSION': '0x08c4e9b8e57207f6', 'ID_WWN_WITH_EXTENSION': '0x60014058da899b5508c4e9b8e57207f6', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058da899b5508c4e9b8e57207f6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:8da899b5-508c-4e9b-8e57-207f649c362b', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8da899b5-508c-4e9b-8e57-207f649c362b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:32', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:32.service', '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': '622385189'} ; 2024-03-01 17:17:05,162 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:17:05,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:17:05,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:05,172 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:17:05,173 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:17:05,173 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:17:05,173 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:17:05,176 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:17:05,179 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:17:05,179 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:17:05,183 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:17:05,183 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:17:05,183 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:17:05,184 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9db044e438) -- 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 = 60014058da899b5508c4e9b8e57207f6 2024-03-01 17:17:05,187 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:17:05,190 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:17:05,191 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:17:05,194 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:17:05,194 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:17:05,198 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:17:05,198 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:17:05,201 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:17:05,201 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:17:05,204 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:17:05,204 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:17:05,205 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= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:05,233 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=wxTCjQ-b5R4-jdAw-NAC2-Zdsh-gfxn-hHc38D LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=KHllrL-yzGA-y3NF-yf3Z-kBuC-5dJK-mXdPdf LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:17:05,234 INFO program/MainThread: stderr[9]: 2024-03-01 17:17:05,234 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:17:05,234 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:17:05,238 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: x7T7t1-CjWD-kdAW-K3jv-tcpE-09oT-aU828o ; label: None ; device: /dev/sdc ; serial: 360014058da899b5508c4e9b8e57207f6 ; exists: True ; vg_name: test_vg1 ; vg_uuid: NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:17:05,239 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:17:05,242 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:17:05,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 ; incomplete: True ; hidden: False ; 2024-03-01 17:17:05,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:17:05,252 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:17:05,256 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:17:05,259 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:17:05,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 ; incomplete: True ; hidden: False ; 2024-03-01 17:17:05,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:17:05,265 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= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:05,293 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:17:05,294 INFO program/MainThread: stderr[10]: 2024-03-01 17:17:05,294 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:17:05,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:05,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:05,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT ; incomplete: False ; hidden: False ; 2024-03-01 17:17:05,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:17:05,308 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:17:05,312 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:17:05,312 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:17:05,316 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:17:05,320 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:17:05,320 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:17:05,323 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:17:05,324 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:17:05,324 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:17:05,328 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:17:05,332 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:17:05,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:17:05,336 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:17:05,340 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:17:05,340 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:17:05,343 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:17:05,344 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:17:05,344 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:17:05,344 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:17:05,348 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:17:05,348 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:17:05,351 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:17:05,352 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:17:05,355 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/605c122f-f57e-4dfc-80db-7aff35ea2d53 ' '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-NpO2jtC9UgwW7alXSEuDOwwMiBlFDi345qfEl3J7bMyQHGZcA3M31NHfrFl3a3VT ' '/dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-NpO2jtC9UgwW7alXSEuDOwwMiBlFDi345qfEl3J7bMyQHGZcA3M31NHfrFl3a3VT', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '605c122f-f57e-4dfc-80db-7aff35ea2d53', 'ID_FS_UUID_ENC': '605c122f-f57e-4dfc-80db-7aff35ea2d53', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1127647279'} ; 2024-03-01 17:17:05,355 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:17:05,356 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:17:05,360 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:17:05,360 INFO program/MainThread: stderr[11]: 2024-03-01 17:17:05,360 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:17:05,360 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:17:05,363 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:17:05,363 INFO program/MainThread: stderr[12]: 2024-03-01 17:17:05,363 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:17:05,364 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:17:05,367 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:17:05,367 INFO program/MainThread: stderr[13]: 2024-03-01 17:17:05,367 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:17:05,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:05,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:17:05,378 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:05,379 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:05,379 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:05,380 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:05,375 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:05,380 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:17:05,384 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:17:05,384 INFO program/MainThread: stderr[14]: 2024-03-01 17:17:05,384 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:17:05,389 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:17:05,392 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:17:05,393 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:17:05,396 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:17:05,396 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:17:05,400 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:17:05,400 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:17:05,404 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:17:05,404 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:17:05,406 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:17:05,406 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:17:05,410 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:05,410 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:17:05,413 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:17:05,414 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:17:05,414 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:17:05,418 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:be2d658a-434f-48da-8f2a-df26c1ebe318 ' '/dev/disk/by-id/wwn-0x6001405be2d658a434f48da8f2adf26c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_be2d658a-434f-48da-8f2a-df26c1ebe318 ' '/dev/disk/by-id/scsi-36001405be2d658a434f48da8f2adf26c', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', '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': 'be2d658a-434f-48da-8f2a-df26c1ebe318', 'ID_SERIAL': '36001405be2d658a434f48da8f2adf26c', 'ID_SERIAL_SHORT': '6001405be2d658a434f48da8f2adf26c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405be2d658a4', 'ID_WWN_VENDOR_EXTENSION': '0x34f48da8f2adf26c', 'ID_WWN_WITH_EXTENSION': '0x6001405be2d658a434f48da8f2adf26c', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405be2d658a434f48da8f2adf26c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:be2d658a-434f-48da-8f2a-df26c1ebe318', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'be2d658a-434f-48da-8f2a-df26c1ebe318', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622508198'} ; 2024-03-01 17:17:05,418 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:17:05,421 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:17:05,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:05,428 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:17:05,429 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:17:05,429 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:17:05,430 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 17:17:05,433 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:17:05,436 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:17:05,436 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:17:05,440 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:17:05,440 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:17:05,440 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 17:17:05,440 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9db0452d30) -- name = sdd status = True id = 59 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 48 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd target size = 1024 MiB path = /dev/sdd format args = [] original_format = None removable = False wwn = 6001405be2d658a434f48da8f2adf26c 2024-03-01 17:17:05,444 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:17:05,444 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:17:05,448 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2 ' '/dev/disk/by-id/scsi-360014053f4e31b3f8fd42f5816cab8c3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2 ' '/dev/disk/by-id/wwn-0x60014053f4e31b3f8fd42f5816cab8c3', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', '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': '3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'ID_SERIAL': '360014053f4e31b3f8fd42f5816cab8c3', 'ID_SERIAL_SHORT': '60014053f4e31b3f8fd42f5816cab8c3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053f4e31b3f', 'ID_WWN_VENDOR_EXTENSION': '0x8fd42f5816cab8c3', 'ID_WWN_WITH_EXTENSION': '0x60014053f4e31b3f8fd42f5816cab8c3', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053f4e31b3f8fd42f5816cab8c3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622572752'} ; 2024-03-01 17:17:05,448 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:17:05,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:17:05,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:05,458 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:17:05,459 INFO blivet/MainThread: sde is a disk 2024-03-01 17:17:05,459 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 17:17:05,459 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 17:17:05,462 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:17:05,465 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:17:05,466 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:17:05,469 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:17:05,469 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:17:05,470 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 17:17:05,470 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9db04583c8) -- name = sde status = True id = 64 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 64 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde target size = 1024 MiB path = /dev/sde format args = [] original_format = None removable = False wwn = 60014053f4e31b3f8fd42f5816cab8c3 2024-03-01 17:17:05,473 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:17:05,473 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:17:05,477 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058f0ba5a2e010400a93ac079ae ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:8f0ba5a2-e010-400a-93ac-079aead2720d ' '/dev/disk/by-id/wwn-0x60014058f0ba5a2e010400a93ac079ae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_8f0ba5a2-e010-400a-93ac-079aead2720d', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', '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': '8f0ba5a2-e010-400a-93ac-079aead2720d', 'ID_SERIAL': '360014058f0ba5a2e010400a93ac079ae', 'ID_SERIAL_SHORT': '60014058f0ba5a2e010400a93ac079ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058f0ba5a2e', 'ID_WWN_VENDOR_EXTENSION': '0x010400a93ac079ae', 'ID_WWN_WITH_EXTENSION': '0x60014058f0ba5a2e010400a93ac079ae', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058f0ba5a2e010400a93ac079ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:8f0ba5a2-e010-400a-93ac-079aead2720d', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8f0ba5a2-e010-400a-93ac-079aead2720d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622620333'} ; 2024-03-01 17:17:05,477 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:17:05,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:17:05,483 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:05,487 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:17:05,488 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:17:05,488 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 17:17:05,488 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 17:17:05,491 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:17:05,495 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:17:05,495 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:17:05,498 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:17:05,499 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:17:05,499 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 17:17:05,499 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9db04e2828) -- name = sdf status = True id = 69 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 80 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf target size = 1024 MiB path = /dev/sdf format args = [] original_format = None removable = False wwn = 60014058f0ba5a2e010400a93ac079ae 2024-03-01 17:17:05,503 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:17:05,503 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:17:05,506 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_9ee2d7ed-b190-4862-876c-f53ad06aef55 ' '/dev/disk/by-id/wwn-0x60014059ee2d7edb1904862876cf53ad ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:9ee2d7ed-b190-4862-876c-f53ad06aef55 ' '/dev/disk/by-id/scsi-360014059ee2d7edb1904862876cf53ad', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', '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': '9ee2d7ed-b190-4862-876c-f53ad06aef55', 'ID_SERIAL': '360014059ee2d7edb1904862876cf53ad', 'ID_SERIAL_SHORT': '60014059ee2d7edb1904862876cf53ad', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ee2d7edb', 'ID_WWN_VENDOR_EXTENSION': '0x1904862876cf53ad', 'ID_WWN_WITH_EXTENSION': '0x60014059ee2d7edb1904862876cf53ad', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ee2d7edb1904862876cf53ad', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:9ee2d7ed-b190-4862-876c-f53ad06aef55', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ee2d7ed-b190-4862-876c-f53ad06aef55', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622852341'} ; 2024-03-01 17:17:05,506 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:17:05,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:17:05,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:05,517 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:17:05,517 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:17:05,518 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 17:17:05,518 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 17:17:05,521 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:17:05,524 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:17:05,524 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:17:05,528 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:17:05,528 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:17:05,528 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 17:17:05,528 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9db04492b0) -- name = sdg status = True id = 74 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 96 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg target size = 1024 MiB path = /dev/sdg format args = [] original_format = None removable = False wwn = 60014059ee2d7edb1904862876cf53ad 2024-03-01 17:17:05,532 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:17:05,532 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:17:05,535 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1 ' '/dev/disk/by-id/wwn-0x600140504a338ebca954f6bb1e09cc4a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1 ' '/dev/disk/by-id/scsi-3600140504a338ebca954f6bb1e09cc4a', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', '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': '04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'ID_SERIAL': '3600140504a338ebca954f6bb1e09cc4a', 'ID_SERIAL_SHORT': '600140504a338ebca954f6bb1e09cc4a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140504a338ebc', 'ID_WWN_VENDOR_EXTENSION': '0xa954f6bb1e09cc4a', 'ID_WWN_WITH_EXTENSION': '0x600140504a338ebca954f6bb1e09cc4a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140504a338ebca954f6bb1e09cc4a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622772161'} ; 2024-03-01 17:17:05,536 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:17:05,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:17:05,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:05,546 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:17:05,547 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:17:05,547 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 17:17:05,547 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 17:17:05,550 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:17:05,553 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:17:05,554 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:17:05,557 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:17:05,557 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:17:05,558 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 17:17:05,558 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9db04497f0) -- name = sdh status = True id = 79 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 112 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh target size = 1024 MiB path = /dev/sdh format args = [] original_format = None removable = False wwn = 600140504a338ebca954f6bb1e09cc4a 2024-03-01 17:17:05,561 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:17:05,561 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:17:05,565 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014052cebd78dcdbb4d3c96bf288c8 ' '/dev/disk/by-id/wwn-0x60014052cebd78dcdbb4d3c96bf288c8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:2cebd78d-cdbb-4d3c-96bf-288c807ea37f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', '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': '2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'ID_SERIAL': '360014052cebd78dcdbb4d3c96bf288c8', 'ID_SERIAL_SHORT': '60014052cebd78dcdbb4d3c96bf288c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052cebd78dc', 'ID_WWN_VENDOR_EXTENSION': '0xdbb4d3c96bf288c8', 'ID_WWN_WITH_EXTENSION': '0x60014052cebd78dcdbb4d3c96bf288c8', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052cebd78dcdbb4d3c96bf288c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623112018'} ; 2024-03-01 17:17:05,565 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:17:05,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:17:05,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:05,575 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:17:05,576 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:17:05,576 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:17:05,576 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 17:17:05,580 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:17:05,583 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:17:05,583 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:17:05,586 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:17:05,587 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:17:05,587 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 17:17:05,587 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9db04671d0) -- name = sdi status = True id = 84 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 128 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi target size = 1024 MiB path = /dev/sdi format args = [] original_format = None removable = False wwn = 60014052cebd78dcdbb4d3c96bf288c8 2024-03-01 17:17:05,591 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:17:05,591 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:17:05,594 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405271752dbb264458a921d89f2b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:271752db-b264-458a-921d-89f2bb8e4a9b ' '/dev/disk/by-id/wwn-0x6001405271752dbb264458a921d89f2b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_271752db-b264-458a-921d-89f2bb8e4a9b', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', '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': '271752db-b264-458a-921d-89f2bb8e4a9b', 'ID_SERIAL': '36001405271752dbb264458a921d89f2b', 'ID_SERIAL_SHORT': '6001405271752dbb264458a921d89f2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405271752dbb', 'ID_WWN_VENDOR_EXTENSION': '0x264458a921d89f2b', 'ID_WWN_WITH_EXTENSION': '0x6001405271752dbb264458a921d89f2b', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405271752dbb264458a921d89f2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:271752db-b264-458a-921d-89f2bb8e4a9b', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '271752db-b264-458a-921d-89f2bb8e4a9b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623080974'} ; 2024-03-01 17:17:05,594 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:17:05,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:17:05,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:05,605 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:17:05,605 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:17:05,605 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 17:17:05,606 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 17:17:05,609 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:17:05,612 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:17:05,612 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:17:05,615 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:17:05,616 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:17:05,616 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 17:17:05,616 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9db0467860) -- name = sdj status = True id = 89 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 144 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj target size = 1024 MiB path = /dev/sdj format args = [] original_format = None removable = False wwn = 6001405271752dbb264458a921d89f2b 2024-03-01 17:17:05,620 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:17:05,620 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:17:05,623 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '27441688'} ; 2024-03-01 17:17:05,623 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:17:05,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:17:05,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:05,634 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:17:05,634 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:17:05,634 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:17:05,634 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:17:05,634 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:17:05,634 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:17:05,637 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:17:05,641 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:17:05,641 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:17:05,644 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:17:05,644 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:17:05,645 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 17:17:05,645 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9db0467da0) -- name = xvda status = True id = 94 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:17:05,648 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:17:05,652 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:17:05,652 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 17:17:05,655 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:17:05,655 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 17:17:05,659 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:17:05,659 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 17:17:05,662 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:17:05,662 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 17:17:05,665 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:17:05,669 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:05,672 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:17:05,677 DEBUG blivet/MainThread: Did not change pmbr_boot on parted.Disk instance -- type: msdos primaryPartitionCount: 1 lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 partitions: [] device: PedDisk: <_ped.Disk object at 0x7f9db156c408> 2024-03-01 17:17:08,704 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 17:17:08,709 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:17:08,709 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:17:08,713 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5 ' '/dev/disk/by-partuuid/b2f85011-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_FS_UUID_ENC': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', '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': 'b2f85011-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'ID_SCSI': '1', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '27446458'} ; 2024-03-01 17:17:08,713 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:17:08,713 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:17:08,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:08,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:08,723 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:17:08,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:08,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:08,730 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:08,741 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:08,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:17:08,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 17:17:08,761 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 17:17:08,765 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:17:08,765 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:17:08,769 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:17:08,772 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:17:08,772 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:17:08,775 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:17:08,776 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:17:08,776 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:17:08,779 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:17:08,782 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:17:08,786 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:17:08,789 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:17:08,792 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:17:08,793 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:17:08,793 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 17:17:08,793 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:17:08,793 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f9db04705c0) -- name = xvda1 status = True id = 104 children = [] parents = ['existing 250 GiB disk xvda (94) with existing msdos disklabel'] uuid = b2f85011-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 0x7f9db0477e60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:17:08,797 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:17:08,801 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:17:08,801 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 17:17:08,804 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:17:08,804 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 17:17:08,808 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:17:08,808 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 17:17:08,811 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:17:08,811 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 17:17:08,812 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:17:08,815 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:08,815 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 17:17:08,818 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:17:08,818 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:17:08,821 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-uuid/605c122f-f57e-4dfc-80db-7aff35ea2d53 ' '/dev/disk/by-id/dm-uuid-LVM-NpO2jtC9UgwW7alXSEuDOwwMiBlFDi345qfEl3J7bMyQHGZcA3M31NHfrFl3a3VT ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-NpO2jtC9UgwW7alXSEuDOwwMiBlFDi345qfEl3J7bMyQHGZcA3M31NHfrFl3a3VT', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '605c122f-f57e-4dfc-80db-7aff35ea2d53', 'ID_FS_UUID_ENC': '605c122f-f57e-4dfc-80db-7aff35ea2d53', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1127647279'} ; 2024-03-01 17:17:08,821 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:17:08,822 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:17:08,826 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:17:08,826 INFO program/MainThread: stderr[15]: 2024-03-01 17:17:08,826 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:17:08,826 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:17:08,830 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:17:08,830 INFO program/MainThread: stderr[16]: 2024-03-01 17:17:08,830 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:17:08,830 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:17:08,834 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:17:08,834 INFO program/MainThread: stderr[17]: 2024-03-01 17:17:08,834 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:17:08,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:08,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:17:08,845 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:08,845 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:08,846 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:08,846 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:08,842 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:08,847 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:17:08,851 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:17:08,851 INFO program/MainThread: stderr[18]: 2024-03-01 17:17:08,851 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:17:08,855 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:17:08,856 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:17:08,856 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:08,869 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:08,882 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:17:08,883 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:17:08,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:17:08,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:08,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:17:08,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:08,897 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:17:08,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:17:08,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:08,906 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:17:08,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:08,909 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:17:08,912 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:17:08,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:08,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:17:08,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:08,920 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:17:08,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:17:08,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:08,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:17:08,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:08,932 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:17:08,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:17:08,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:08,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:17:08,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:08,944 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:17:08,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:17:08,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:08,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:17:08,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:08,956 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:17:08,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:08,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:17:08,962 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 17:17:08,963 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:17:08,963 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:17:08,964 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:17:08,964 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:17:08,964 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:17:08,965 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:17:08,965 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:17:08,965 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:17:08,966 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:17:08,966 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:17:08,967 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:17:08,967 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:17:08,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:17:08,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:17:08,973 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:17:08,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:17:08,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:17:08,979 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:17:08,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:17:08,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 17:17:08,985 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:17:08,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:08,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:17:08,991 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:17:08,994 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:08,994 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:08,995 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:08,995 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:08,992 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:08,998 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:08,999 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:08,999 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:08,999 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:08,996 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,002 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,003 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,003 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,004 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,000 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,006 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,007 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,007 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,008 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,004 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,010 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,011 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,011 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,012 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,008 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,014 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,015 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,015 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,016 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,012 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,018 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,019 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,019 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,020 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,016 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,022 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,023 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,023 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,024 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,020 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,026 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,027 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,027 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,028 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,024 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,030 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,031 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,031 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,032 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,028 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,034 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,035 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,035 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,036 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,032 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,038 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,039 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,039 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,040 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,036 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,043 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,043 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,044 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,044 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,040 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,047 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,047 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,048 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,048 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,045 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,051 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,051 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,052 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,052 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,049 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,055 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,055 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,056 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,056 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,053 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,059 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,059 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,060 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,060 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,057 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,063 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,063 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,064 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,064 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,061 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,067 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,068 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,068 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,069 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,065 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,071 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,072 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,072 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,073 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,069 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,076 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,076 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,077 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,077 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,073 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,080 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,080 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,081 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,081 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,078 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,084 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,084 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,085 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,085 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,082 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,088 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,088 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,089 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,089 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,086 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,092 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,092 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,093 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,093 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,090 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,096 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,096 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,097 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,097 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,094 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,100 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,100 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,101 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,101 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,098 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,104 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,105 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,105 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,106 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,102 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,108 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,109 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,109 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,110 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,106 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,112 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,113 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,113 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,114 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,110 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,116 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,117 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,117 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,118 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,114 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,120 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,121 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,121 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:17:09,122 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:17:09,118 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9db0446e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5qfEl3-J7bM-yQHG-ZcA3-M31N-HfrF-l3a3VT size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f9db04c1940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = NpO2jt-C9Ug-wW7a-lXSE-uDOw-wMiB-lFDi34 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:17:09,122 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 17:17:09,125 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:17:09,126 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:17:09,126 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 17:17:09,130 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 17:17:09,130 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:17:09,130 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 17:17:09,134 INFO program/MainThread: stdout[19]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:17:09,135 INFO program/MainThread: stderr[19]: 2024-03-01 17:17:09,135 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:17:09,140 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:17:09,140 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 17:17:09,140 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:17:09,140 DEBUG blivet.ansible/MainThread: ['sda', 'sdc', 'test_vg1', 'sdb'] 2024-03-01 17:17:09,140 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 17:17:09,143 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 17:17:09,144 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:17:09,147 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:17:09,150 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:17:09,153 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:17:09,154 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 17:17:09,154 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:17:09,154 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 17:17:09,154 DEBUG blivet/MainThread: removing sda 2024-03-01 17:17:09,157 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 17:17:09,157 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:17:09,157 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:17:09,161 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 17:17:09,161 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:17:09,161 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 17:17:09,161 DEBUG blivet/MainThread: removing sdc 2024-03-01 17:17:09,164 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 17:17:09,164 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:17:09,164 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 17:17:09,167 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 17:17:09,167 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:17:09,168 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 17:17:09,168 DEBUG blivet/MainThread: removing sdb 2024-03-01 17:17:09,170 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 17:17:09,171 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:17:09,171 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:17:09,174 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 17:17:09,174 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:17:09,175 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:09,188 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:09,201 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:09,212 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:09,228 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:17:09,229 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:17:09,229 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:17:09,229 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:17:09,229 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:17:09,229 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:17:09,229 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:17:09,229 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:17:09,229 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:17:09,232 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:17:09,235 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:17:09,238 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:17:09,239 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:17:09,242 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:17:09,242 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 0x7f9db04b3f10> 2024-03-01 17:17:09,242 INFO blivet/MainThread: sorting actions... 2024-03-01 17:17:09,243 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:17:09,243 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:17:09,243 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:17:09,243 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:17:09,244 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:17:09,244 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:17:09,244 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:17:09,247 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:17:09,250 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:17:09,251 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 17:17:09,260 INFO program/MainThread: stdout: 2024-03-01 17:17:09,261 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:17:09,261 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:09,261 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:09,276 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:09,276 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:09,290 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:09,291 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:17:09,295 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 17:17:09,299 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:17:09,302 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:17:09,306 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 17:17:09,321 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:17:09,322 INFO program/MainThread: Running [20] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:09,359 INFO program/MainThread: stdout[20]: 2024-03-01 17:17:09,359 INFO program/MainThread: stderr[20]: 2024-03-01 17:17:09,359 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:17:09,363 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:17:09,366 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:17:09,370 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:17:09,373 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:17:09,376 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:17:09,379 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:17:09,382 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:17:09,386 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 17:17:09,386 INFO program/MainThread: Running [21] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:09,429 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 17:17:09,430 INFO program/MainThread: stderr[21]: 2024-03-01 17:17:09,430 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:17:09,430 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:17:09,437 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 17:17:09,446 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 17:17:09,451 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:17:09,460 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:17:09,467 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:17:09,471 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:17:09,476 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:17:09,481 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:17:09,486 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:17:09,489 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 17:17:09,489 INFO program/MainThread: Running [22] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:09,529 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 17:17:09,529 INFO program/MainThread: stderr[22]: 2024-03-01 17:17:09,529 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:17:09,530 INFO program/MainThread: Running [23] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:09,574 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 17:17:09,574 INFO program/MainThread: stderr[23]: 2024-03-01 17:17:09,574 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:17:09,574 INFO program/MainThread: Running [24] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:09,611 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 17:17:09,612 INFO program/MainThread: stderr[24]: 2024-03-01 17:17:09,612 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:17:09,612 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:17:09,619 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:17:09,629 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:17:09,634 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:17:09,635 INFO program/MainThread: Running [25] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:09,680 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 17:17:09,681 INFO program/MainThread: stderr[25]: 2024-03-01 17:17:09,681 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:17:09,681 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 17:17:09,681 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:09,718 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:09,718 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:09,737 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:09,738 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:09,752 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:09,753 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:17:09,757 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:17:09,760 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:17:09,763 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:17:09,763 INFO program/MainThread: Running [26] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:09,792 INFO program/MainThread: stdout[26]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 17:17:09,793 INFO program/MainThread: stderr[26]: 2024-03-01 17:17:09,793 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:17:09,793 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 17:17:09,793 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:09,832 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:09,832 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:09,848 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:09,848 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:09,863 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:09,864 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:17:09,868 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:17:09,871 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:17:09,874 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:17:09,874 INFO program/MainThread: Running [27] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:09,903 INFO program/MainThread: stdout[27]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 17:17:09,903 INFO program/MainThread: stderr[27]: 2024-03-01 17:17:09,903 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:17:09,904 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 17:17:09,904 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:09,935 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:09,935 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:09,953 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:09,953 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:09,970 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:09,976 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:17:09,976 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 0x7f9db045a1a8> 2024-03-01 17:17:21,911 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_3_lggty3/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:17:26,911 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_n7b3sjz5/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:17:34,491 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_842f3h3w/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:17:34,529 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:17:34,529 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:17:34,533 INFO program/MainThread: stdout[2]: 2024-03-01 17:17:34,533 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 17:17:34,533 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:17:34,533 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:17:34,538 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:34,539 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:17:34,543 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:17:34,543 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:17:34,546 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:17:34,546 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:17:34,550 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:17:34,550 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:17:34,559 INFO program/MainThread: stdout: 2024-03-01 17:17:34,559 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:17:34,559 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:17:34,559 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:17:34,559 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:17:34,559 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:17:34,559 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:17:34,559 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:17:34,559 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:17:34,560 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:17:34,560 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:17:34,560 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:17:34,560 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:17:34,560 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:17:34,560 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:17:34,560 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:17:34,560 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:34,560 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 d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:17:34,560 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:17:34,560 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:17:34,561 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:17:34,561 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:17:34,561 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:17:34,561 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:17:34,561 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:34,575 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:34,587 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:17:34,591 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_24d830fc-9489-4717-9a40-e187f224432e ' '/dev/disk/by-id/scsi-3600140524d830fc948947179a40e187f ' '/dev/disk/by-id/wwn-0x600140524d830fc948947179a40e187f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:24d830fc-9489-4717-9a40-e187f224432e', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', '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': '24d830fc-9489-4717-9a40-e187f224432e', 'ID_SERIAL': '3600140524d830fc948947179a40e187f', 'ID_SERIAL_SHORT': '600140524d830fc948947179a40e187f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140524d830fc9', 'ID_WWN_VENDOR_EXTENSION': '0x48947179a40e187f', 'ID_WWN_WITH_EXTENSION': '0x600140524d830fc948947179a40e187f', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140524d830fc948947179a40e187f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:24d830fc-9489-4717-9a40-e187f224432e', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '24d830fc-9489-4717-9a40-e187f224432e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_READY': '1', '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': '622371759'} ; 2024-03-01 17:17:34,592 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:17:34,592 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= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:34,624 INFO program/MainThread: stdout[3]: 2024-03-01 17:17:34,625 INFO program/MainThread: stderr[3]: 2024-03-01 17:17:34,625 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:17:34,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:17:34,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:34,639 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:17:34,644 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:17:34,645 INFO blivet/MainThread: sda is a disk 2024-03-01 17:17:34,645 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:17:34,645 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:17:34,649 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:17:34,653 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:17:34,653 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:17:34,656 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:17:34,657 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:17:34,657 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:17:34,657 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd211382630) -- 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 = 600140524d830fc948947179a40e187f 2024-03-01 17:17:34,661 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:17:34,661 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:17:34,665 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:0a4b1b2f-faa8-4478-a6ad-d33c9c44f053 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_0a4b1b2f-faa8-4478-a6ad-d33c9c44f053 ' '/dev/disk/by-id/wwn-0x60014050a4b1b2ffaa84478a6add33c9 ' '/dev/disk/by-id/scsi-360014050a4b1b2ffaa84478a6add33c9', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', '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': '0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'ID_SERIAL': '360014050a4b1b2ffaa84478a6add33c9', 'ID_SERIAL_SHORT': '60014050a4b1b2ffaa84478a6add33c9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a4b1b2ff', 'ID_WWN_VENDOR_EXTENSION': '0xaa84478a6add33c9', 'ID_WWN_WITH_EXTENSION': '0x60014050a4b1b2ffaa84478a6add33c9', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a4b1b2ffaa84478a6add33c9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_READY': '1', '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': '622398431'} ; 2024-03-01 17:17:34,665 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:17:34,668 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:17:34,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:34,675 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:17:34,676 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:17:34,676 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:17:34,676 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:17:34,680 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:17:34,683 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:17:34,683 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:17:34,686 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:17:34,687 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:17:34,687 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:17:34,687 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd2113a05c0) -- 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 = 60014050a4b1b2ffaa84478a6add33c9 2024-03-01 17:17:34,691 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:17:34,691 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:17:34,695 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140528bd3878ecc24d19b06121fc9 ' '/dev/disk/by-id/wwn-0x600140528bd3878ecc24d19b06121fc9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_28bd3878-ecc2-4d19-b061-21fc9998fc12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:28bd3878-ecc2-4d19-b061-21fc9998fc12', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', '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': '28bd3878-ecc2-4d19-b061-21fc9998fc12', 'ID_SERIAL': '3600140528bd3878ecc24d19b06121fc9', 'ID_SERIAL_SHORT': '600140528bd3878ecc24d19b06121fc9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140528bd3878e', 'ID_WWN_VENDOR_EXTENSION': '0xcc24d19b06121fc9', 'ID_WWN_WITH_EXTENSION': '0x600140528bd3878ecc24d19b06121fc9', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140528bd3878ecc24d19b06121fc9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:28bd3878-ecc2-4d19-b061-21fc9998fc12', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '28bd3878-ecc2-4d19-b061-21fc9998fc12', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623171442'} ; 2024-03-01 17:17:34,695 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:17:34,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:17:34,701 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:34,706 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:17:34,706 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:17:34,706 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:17:34,706 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:17:34,710 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:17:34,713 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:17:34,713 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:17:34,717 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:17:34,717 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:17:34,718 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:17:34,718 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd2113a0668) -- 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 = 600140528bd3878ecc24d19b06121fc9 2024-03-01 17:17:34,721 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:17:34,721 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:17:34,725 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:1b67c6ec-f5d5-49f6-8a29-a55740478890 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_1b67c6ec-f5d5-49f6-8a29-a55740478890 ' '/dev/disk/by-id/wwn-0x60014051b67c6ecf5d549f68a29a5574 ' '/dev/disk/by-id/scsi-360014051b67c6ecf5d549f68a29a5574', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', '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': '1b67c6ec-f5d5-49f6-8a29-a55740478890', 'ID_SERIAL': '360014051b67c6ecf5d549f68a29a5574', 'ID_SERIAL_SHORT': '60014051b67c6ecf5d549f68a29a5574', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051b67c6ecf', 'ID_WWN_VENDOR_EXTENSION': '0x5d549f68a29a5574', 'ID_WWN_WITH_EXTENSION': '0x60014051b67c6ecf5d549f68a29a5574', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051b67c6ecf5d549f68a29a5574', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:1b67c6ec-f5d5-49f6-8a29-a55740478890', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1b67c6ec-f5d5-49f6-8a29-a55740478890', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623258240'} ; 2024-03-01 17:17:34,725 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:17:34,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:17:34,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:34,736 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:17:34,736 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:17:34,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:17:34,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:17:34,740 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:17:34,743 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:17:34,743 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:17:34,747 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:17:34,747 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:17:34,748 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:17:34,748 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd210339780) -- 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 = 60014051b67c6ecf5d549f68a29a5574 2024-03-01 17:17:34,751 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:17:34,751 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:17:34,755 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058da899b5508c4e9b8e57207f6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_8da899b5-508c-4e9b-8e57-207f649c362b ' '/dev/disk/by-id/wwn-0x60014058da899b5508c4e9b8e57207f6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:8da899b5-508c-4e9b-8e57-207f649c362b', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', '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': '8da899b5-508c-4e9b-8e57-207f649c362b', 'ID_SERIAL': '360014058da899b5508c4e9b8e57207f6', 'ID_SERIAL_SHORT': '60014058da899b5508c4e9b8e57207f6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058da899b55', 'ID_WWN_VENDOR_EXTENSION': '0x08c4e9b8e57207f6', 'ID_WWN_WITH_EXTENSION': '0x60014058da899b5508c4e9b8e57207f6', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058da899b5508c4e9b8e57207f6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:8da899b5-508c-4e9b-8e57-207f649c362b', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8da899b5-508c-4e9b-8e57-207f649c362b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_READY': '1', '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': '622385189'} ; 2024-03-01 17:17:34,755 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:17:34,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:17:34,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:34,765 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:17:34,766 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:17:34,766 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:17:34,766 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:17:34,770 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:17:34,773 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:17:34,773 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:17:34,777 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:17:34,777 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:17:34,777 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:17:34,777 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd210339198) -- 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 = 60014058da899b5508c4e9b8e57207f6 2024-03-01 17:17:34,781 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:17:34,781 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:17:34,784 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405be2d658a434f48da8f2adf26c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_be2d658a-434f-48da-8f2a-df26c1ebe318 ' '/dev/disk/by-id/scsi-36001405be2d658a434f48da8f2adf26c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:be2d658a-434f-48da-8f2a-df26c1ebe318', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', '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': 'be2d658a-434f-48da-8f2a-df26c1ebe318', 'ID_SERIAL': '36001405be2d658a434f48da8f2adf26c', 'ID_SERIAL_SHORT': '6001405be2d658a434f48da8f2adf26c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405be2d658a4', 'ID_WWN_VENDOR_EXTENSION': '0x34f48da8f2adf26c', 'ID_WWN_WITH_EXTENSION': '0x6001405be2d658a434f48da8f2adf26c', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405be2d658a434f48da8f2adf26c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:be2d658a-434f-48da-8f2a-df26c1ebe318', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'be2d658a-434f-48da-8f2a-df26c1ebe318', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622508198'} ; 2024-03-01 17:17:34,785 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:17:34,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:17:34,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:34,795 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:17:34,796 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:17:34,796 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:17:34,796 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:17:34,799 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:17:34,802 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:17:34,803 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:17:34,806 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:17:34,806 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:17:34,807 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:17:34,807 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd210333668) -- 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 = 6001405be2d658a434f48da8f2adf26c 2024-03-01 17:17:34,810 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:17:34,810 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:17:34,814 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014053f4e31b3f8fd42f5816cab8c3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2 ' '/dev/disk/by-id/wwn-0x60014053f4e31b3f8fd42f5816cab8c3', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', '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': '3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'ID_SERIAL': '360014053f4e31b3f8fd42f5816cab8c3', 'ID_SERIAL_SHORT': '60014053f4e31b3f8fd42f5816cab8c3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053f4e31b3f', 'ID_WWN_VENDOR_EXTENSION': '0x8fd42f5816cab8c3', 'ID_WWN_WITH_EXTENSION': '0x60014053f4e31b3f8fd42f5816cab8c3', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053f4e31b3f8fd42f5816cab8c3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622572752'} ; 2024-03-01 17:17:34,814 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:17:34,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:17:34,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:34,824 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:17:34,825 INFO blivet/MainThread: sde is a disk 2024-03-01 17:17:34,825 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:17:34,825 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:17:34,829 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:17:34,832 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:17:34,832 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:17:34,835 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:17:34,836 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:17:34,836 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:17:34,836 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd210333cf8) -- 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 = 60014053f4e31b3f8fd42f5816cab8c3 2024-03-01 17:17:34,840 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:17:34,840 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:17:34,844 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058f0ba5a2e010400a93ac079ae ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:8f0ba5a2-e010-400a-93ac-079aead2720d ' '/dev/disk/by-id/wwn-0x60014058f0ba5a2e010400a93ac079ae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_8f0ba5a2-e010-400a-93ac-079aead2720d', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', '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': '8f0ba5a2-e010-400a-93ac-079aead2720d', 'ID_SERIAL': '360014058f0ba5a2e010400a93ac079ae', 'ID_SERIAL_SHORT': '60014058f0ba5a2e010400a93ac079ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058f0ba5a2e', 'ID_WWN_VENDOR_EXTENSION': '0x010400a93ac079ae', 'ID_WWN_WITH_EXTENSION': '0x60014058f0ba5a2e010400a93ac079ae', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058f0ba5a2e010400a93ac079ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:8f0ba5a2-e010-400a-93ac-079aead2720d', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8f0ba5a2-e010-400a-93ac-079aead2720d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622620333'} ; 2024-03-01 17:17:34,844 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:17:34,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:17:34,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:34,854 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:17:34,855 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:17:34,855 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:17:34,855 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:17:34,859 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:17:34,862 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:17:34,862 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:17:34,865 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:17:34,866 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:17:34,866 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:17:34,866 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd210333e48) -- 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 = 60014058f0ba5a2e010400a93ac079ae 2024-03-01 17:17:34,870 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:17:34,870 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:17:34,874 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_9ee2d7ed-b190-4862-876c-f53ad06aef55 ' '/dev/disk/by-id/wwn-0x60014059ee2d7edb1904862876cf53ad ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:9ee2d7ed-b190-4862-876c-f53ad06aef55 ' '/dev/disk/by-id/scsi-360014059ee2d7edb1904862876cf53ad', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', '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': '9ee2d7ed-b190-4862-876c-f53ad06aef55', 'ID_SERIAL': '360014059ee2d7edb1904862876cf53ad', 'ID_SERIAL_SHORT': '60014059ee2d7edb1904862876cf53ad', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ee2d7edb', 'ID_WWN_VENDOR_EXTENSION': '0x1904862876cf53ad', 'ID_WWN_WITH_EXTENSION': '0x60014059ee2d7edb1904862876cf53ad', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ee2d7edb1904862876cf53ad', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:9ee2d7ed-b190-4862-876c-f53ad06aef55', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ee2d7ed-b190-4862-876c-f53ad06aef55', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622852341'} ; 2024-03-01 17:17:34,874 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:17:34,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:17:34,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:34,884 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:17:34,885 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:17:34,885 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:17:34,885 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:17:34,888 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:17:34,892 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:17:34,892 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:17:34,895 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:17:34,896 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:17:34,896 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:17:34,896 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd210347be0) -- 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 = 60014059ee2d7edb1904862876cf53ad 2024-03-01 17:17:34,900 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:17:34,900 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:17:34,903 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140504a338ebca954f6bb1e09cc4a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1 ' '/dev/disk/by-id/scsi-3600140504a338ebca954f6bb1e09cc4a', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', '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': '04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'ID_SERIAL': '3600140504a338ebca954f6bb1e09cc4a', 'ID_SERIAL_SHORT': '600140504a338ebca954f6bb1e09cc4a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140504a338ebc', 'ID_WWN_VENDOR_EXTENSION': '0xa954f6bb1e09cc4a', 'ID_WWN_WITH_EXTENSION': '0x600140504a338ebca954f6bb1e09cc4a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140504a338ebca954f6bb1e09cc4a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622772161'} ; 2024-03-01 17:17:34,904 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:17:34,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:17:34,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:34,914 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:17:34,915 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:17:34,915 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:17:34,915 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:17:34,918 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:17:34,922 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:17:34,922 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:17:34,925 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:17:34,925 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:17:34,926 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:17:34,926 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd2103338d0) -- 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 = 600140504a338ebca954f6bb1e09cc4a 2024-03-01 17:17:34,929 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:17:34,930 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:17:34,933 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:2cebd78d-cdbb-4d3c-96bf-288c807ea37f ' '/dev/disk/by-id/scsi-360014052cebd78dcdbb4d3c96bf288c8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_2cebd78d-cdbb-4d3c-96bf-288c807ea37f ' '/dev/disk/by-id/wwn-0x60014052cebd78dcdbb4d3c96bf288c8', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', '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': '2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'ID_SERIAL': '360014052cebd78dcdbb4d3c96bf288c8', 'ID_SERIAL_SHORT': '60014052cebd78dcdbb4d3c96bf288c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052cebd78dc', 'ID_WWN_VENDOR_EXTENSION': '0xdbb4d3c96bf288c8', 'ID_WWN_WITH_EXTENSION': '0x60014052cebd78dcdbb4d3c96bf288c8', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052cebd78dcdbb4d3c96bf288c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623112018'} ; 2024-03-01 17:17:34,933 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:17:34,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:17:34,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:34,944 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:17:34,944 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:17:34,944 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:17:34,945 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:17:34,948 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:17:34,951 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:17:34,952 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:17:34,955 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:17:34,955 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:17:34,956 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:17:34,956 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd21034fb00) -- 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 = 60014052cebd78dcdbb4d3c96bf288c8 2024-03-01 17:17:34,959 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:17:34,959 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:17:34,963 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405271752dbb264458a921d89f2b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_271752db-b264-458a-921d-89f2bb8e4a9b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:271752db-b264-458a-921d-89f2bb8e4a9b ' '/dev/disk/by-id/wwn-0x6001405271752dbb264458a921d89f2b', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', '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': '271752db-b264-458a-921d-89f2bb8e4a9b', 'ID_SERIAL': '36001405271752dbb264458a921d89f2b', 'ID_SERIAL_SHORT': '6001405271752dbb264458a921d89f2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405271752dbb', 'ID_WWN_VENDOR_EXTENSION': '0x264458a921d89f2b', 'ID_WWN_WITH_EXTENSION': '0x6001405271752dbb264458a921d89f2b', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405271752dbb264458a921d89f2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:271752db-b264-458a-921d-89f2bb8e4a9b', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '271752db-b264-458a-921d-89f2bb8e4a9b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623080974'} ; 2024-03-01 17:17:34,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 17:17:34,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:17:34,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:34,974 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:17:34,974 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:17:34,974 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:17:34,975 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:17:34,978 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:17:34,981 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:17:34,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 17:17:34,985 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:17:34,985 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:17:34,986 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:17:34,986 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd21034e1d0) -- 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 = 6001405271752dbb264458a921d89f2b 2024-03-01 17:17:34,989 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:17:34,989 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:17:34,993 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '27441688'} ; 2024-03-01 17:17:34,993 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:17:34,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:17:34,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:35,003 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:17:35,003 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:17:35,004 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:17:35,004 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:17:35,004 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:17:35,004 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:17:35,007 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:17:35,011 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:17:35,011 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:17:35,014 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:17:35,015 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:17:35,015 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:17:35,015 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd210339cf8) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:17:35,018 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:17:35,022 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:17:35,023 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:17:35,026 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:17:35,026 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:17:35,030 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:17:35,030 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:17:35,033 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:17:35,034 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:17:35,038 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:17:35,041 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:35,044 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:17:35,050 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 0x7fd21034bc88> 2024-03-01 17:17:38,097 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:17:38,102 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:17:38,102 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:17:38,106 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5 ' '/dev/disk/by-partuuid/b2f85011-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_FS_UUID_ENC': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', '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': 'b2f85011-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'ID_SCSI': '1', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '27446458'} ; 2024-03-01 17:17:38,106 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:17:38,106 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:17:38,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:38,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:38,116 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:17:38,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:38,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:38,122 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:38,136 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:38,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:17:38,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:17:38,156 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:17:38,160 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:17:38,160 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:17:38,163 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:17:38,167 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:17:38,167 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:17:38,171 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:17:38,171 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:17:38,171 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:17:38,174 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:17:38,178 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:17:38,181 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:17:38,184 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:17:38,188 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:17:38,188 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:17:38,188 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:17:38,189 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:17:38,188 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fd211706860) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = b2f85011-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 0x7fd2102ed0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:17:38,193 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:17:38,196 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:17:38,196 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:17:38,200 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:17:38,200 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:17:38,203 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:17:38,204 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:17:38,207 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:17:38,207 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:17:38,209 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:17:38,209 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:17:38,213 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:38,213 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:17:38,216 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:17:38,216 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:17:38,217 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:38,230 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:38,243 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:17:38,243 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:17:38,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:17:38,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:38,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:17:38,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:38,257 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:17:38,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:17:38,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:38,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:17:38,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:38,269 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:17:38,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:17:38,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:38,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:17:38,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:38,281 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:17:38,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:17:38,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:38,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:17:38,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:38,293 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:17:38,296 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:17:38,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:38,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:17:38,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:38,304 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:17:38,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:17:38,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:38,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:17:38,316 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:38,316 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:17:38,319 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:38,319 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 82 2024-03-01 17:17:38,323 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:38,323 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 83 2024-03-01 17:17:38,326 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:38,326 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 84 2024-03-01 17:17:38,329 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:38,329 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 85 2024-03-01 17:17:38,332 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:38,332 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 86 2024-03-01 17:17:38,335 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:38,335 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 87 2024-03-01 17:17:38,338 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:38,338 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 88 2024-03-01 17:17:38,341 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:38,341 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 89 2024-03-01 17:17:43,260 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_jgsymzq0/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:17:43,298 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:17:43,299 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:17:43,302 INFO program/MainThread: stdout[2]: 2024-03-01 17:17:43,302 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 17:17:43,302 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:17:43,303 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:17:43,307 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:43,308 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:17:43,312 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:17:43,312 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:17:43,315 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:17:43,315 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:17:43,319 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:17:43,319 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:17:43,328 INFO program/MainThread: stdout: 2024-03-01 17:17:43,328 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:17:43,328 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:17:43,328 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:17:43,328 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:17:43,328 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:17:43,328 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:17:43,328 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:17:43,328 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:17:43,328 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:17:43,328 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:17:43,328 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:17:43,328 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:17:43,328 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:17:43,328 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:17:43,328 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:17:43,328 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:43,328 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 d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:17:43,329 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:17:43,329 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:17:43,329 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:17:43,329 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:17:43,329 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:17:43,330 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:17:43,330 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:43,344 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:43,356 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:17:43,361 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140524d830fc948947179a40e187f ' '/dev/disk/by-id/wwn-0x600140524d830fc948947179a40e187f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:24d830fc-9489-4717-9a40-e187f224432e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_24d830fc-9489-4717-9a40-e187f224432e', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', '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': '24d830fc-9489-4717-9a40-e187f224432e', 'ID_SERIAL': '3600140524d830fc948947179a40e187f', 'ID_SERIAL_SHORT': '600140524d830fc948947179a40e187f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140524d830fc9', 'ID_WWN_VENDOR_EXTENSION': '0x48947179a40e187f', 'ID_WWN_WITH_EXTENSION': '0x600140524d830fc948947179a40e187f', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140524d830fc948947179a40e187f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:24d830fc-9489-4717-9a40-e187f224432e', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '24d830fc-9489-4717-9a40-e187f224432e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_READY': '1', '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': '622371759'} ; 2024-03-01 17:17:43,361 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:17:43,361 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= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:43,387 INFO program/MainThread: stdout[3]: 2024-03-01 17:17:43,388 INFO program/MainThread: stderr[3]: 2024-03-01 17:17:43,388 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:17:43,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:17:43,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:43,401 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:17:43,406 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:17:43,407 INFO blivet/MainThread: sda is a disk 2024-03-01 17:17:43,407 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:17:43,407 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:17:43,411 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:17:43,414 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:17:43,415 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:17:43,418 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:17:43,418 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:17:43,419 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:17:43,419 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dbc1e630) -- 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 = 600140524d830fc948947179a40e187f 2024-03-01 17:17:43,423 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:17:43,423 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:17:43,427 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014050a4b1b2ffaa84478a6add33c9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:0a4b1b2f-faa8-4478-a6ad-d33c9c44f053 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_0a4b1b2f-faa8-4478-a6ad-d33c9c44f053 ' '/dev/disk/by-id/wwn-0x60014050a4b1b2ffaa84478a6add33c9', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', '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': '0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'ID_SERIAL': '360014050a4b1b2ffaa84478a6add33c9', 'ID_SERIAL_SHORT': '60014050a4b1b2ffaa84478a6add33c9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a4b1b2ff', 'ID_WWN_VENDOR_EXTENSION': '0xaa84478a6add33c9', 'ID_WWN_WITH_EXTENSION': '0x60014050a4b1b2ffaa84478a6add33c9', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a4b1b2ffaa84478a6add33c9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_READY': '1', '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': '622398431'} ; 2024-03-01 17:17:43,427 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:17:43,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:17:43,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:43,437 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:17:43,438 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:17:43,438 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:17:43,438 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:17:43,441 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:17:43,444 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:17:43,445 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:17:43,448 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:17:43,448 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:17:43,449 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:17:43,449 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dbc3c5c0) -- 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 = 60014050a4b1b2ffaa84478a6add33c9 2024-03-01 17:17:43,452 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:17:43,452 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:17:43,456 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140528bd3878ecc24d19b06121fc9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_28bd3878-ecc2-4d19-b061-21fc9998fc12 ' '/dev/disk/by-id/wwn-0x600140528bd3878ecc24d19b06121fc9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:28bd3878-ecc2-4d19-b061-21fc9998fc12', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', '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': '28bd3878-ecc2-4d19-b061-21fc9998fc12', 'ID_SERIAL': '3600140528bd3878ecc24d19b06121fc9', 'ID_SERIAL_SHORT': '600140528bd3878ecc24d19b06121fc9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140528bd3878e', 'ID_WWN_VENDOR_EXTENSION': '0xcc24d19b06121fc9', 'ID_WWN_WITH_EXTENSION': '0x600140528bd3878ecc24d19b06121fc9', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140528bd3878ecc24d19b06121fc9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:28bd3878-ecc2-4d19-b061-21fc9998fc12', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '28bd3878-ecc2-4d19-b061-21fc9998fc12', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623171442'} ; 2024-03-01 17:17:43,456 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:17:43,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:17:43,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:43,466 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:17:43,467 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:17:43,467 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:17:43,467 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:17:43,470 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:17:43,473 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:17:43,474 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:17:43,477 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:17:43,477 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:17:43,478 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:17:43,478 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dbc3c668) -- 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 = 600140528bd3878ecc24d19b06121fc9 2024-03-01 17:17:43,481 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:17:43,482 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:17:43,485 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_1b67c6ec-f5d5-49f6-8a29-a55740478890 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:1b67c6ec-f5d5-49f6-8a29-a55740478890 ' '/dev/disk/by-id/scsi-360014051b67c6ecf5d549f68a29a5574 ' '/dev/disk/by-id/wwn-0x60014051b67c6ecf5d549f68a29a5574', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', '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': '1b67c6ec-f5d5-49f6-8a29-a55740478890', 'ID_SERIAL': '360014051b67c6ecf5d549f68a29a5574', 'ID_SERIAL_SHORT': '60014051b67c6ecf5d549f68a29a5574', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051b67c6ecf', 'ID_WWN_VENDOR_EXTENSION': '0x5d549f68a29a5574', 'ID_WWN_WITH_EXTENSION': '0x60014051b67c6ecf5d549f68a29a5574', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051b67c6ecf5d549f68a29a5574', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:1b67c6ec-f5d5-49f6-8a29-a55740478890', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1b67c6ec-f5d5-49f6-8a29-a55740478890', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623258240'} ; 2024-03-01 17:17:43,485 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:17:43,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:17:43,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:43,495 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:17:43,496 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:17:43,496 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:17:43,496 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:17:43,499 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:17:43,503 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:17:43,503 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:17:43,506 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:17:43,507 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:17:43,507 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:17:43,507 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dabd5780) -- 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 = 60014051b67c6ecf5d549f68a29a5574 2024-03-01 17:17:43,511 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:17:43,511 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:17:43,514 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_8da899b5-508c-4e9b-8e57-207f649c362b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:8da899b5-508c-4e9b-8e57-207f649c362b ' '/dev/disk/by-id/scsi-360014058da899b5508c4e9b8e57207f6 ' '/dev/disk/by-id/wwn-0x60014058da899b5508c4e9b8e57207f6', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', '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': '8da899b5-508c-4e9b-8e57-207f649c362b', 'ID_SERIAL': '360014058da899b5508c4e9b8e57207f6', 'ID_SERIAL_SHORT': '60014058da899b5508c4e9b8e57207f6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058da899b55', 'ID_WWN_VENDOR_EXTENSION': '0x08c4e9b8e57207f6', 'ID_WWN_WITH_EXTENSION': '0x60014058da899b5508c4e9b8e57207f6', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058da899b5508c4e9b8e57207f6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:8da899b5-508c-4e9b-8e57-207f649c362b', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8da899b5-508c-4e9b-8e57-207f649c362b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_READY': '1', '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': '622385189'} ; 2024-03-01 17:17:43,514 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:17:43,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:17:43,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:43,525 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:17:43,525 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:17:43,526 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:17:43,526 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:17:43,529 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:17:43,532 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:17:43,532 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:17:43,536 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:17:43,536 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:17:43,536 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:17:43,537 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dabd5198) -- 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 = 60014058da899b5508c4e9b8e57207f6 2024-03-01 17:17:43,540 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:17:43,540 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:17:43,544 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405be2d658a434f48da8f2adf26c ' '/dev/disk/by-id/wwn-0x6001405be2d658a434f48da8f2adf26c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:be2d658a-434f-48da-8f2a-df26c1ebe318 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_be2d658a-434f-48da-8f2a-df26c1ebe318', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', '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': 'be2d658a-434f-48da-8f2a-df26c1ebe318', 'ID_SERIAL': '36001405be2d658a434f48da8f2adf26c', 'ID_SERIAL_SHORT': '6001405be2d658a434f48da8f2adf26c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405be2d658a4', 'ID_WWN_VENDOR_EXTENSION': '0x34f48da8f2adf26c', 'ID_WWN_WITH_EXTENSION': '0x6001405be2d658a434f48da8f2adf26c', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405be2d658a434f48da8f2adf26c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:be2d658a-434f-48da-8f2a-df26c1ebe318', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'be2d658a-434f-48da-8f2a-df26c1ebe318', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622508198'} ; 2024-03-01 17:17:43,544 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:17:43,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:17:43,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:43,554 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:17:43,555 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:17:43,555 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:17:43,555 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:17:43,558 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:17:43,562 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:17:43,562 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:17:43,565 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:17:43,565 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:17:43,566 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:17:43,566 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dabde668) -- 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 = 6001405be2d658a434f48da8f2adf26c 2024-03-01 17:17:43,569 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:17:43,570 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:17:43,573 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014053f4e31b3f8fd42f5816cab8c3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2 ' '/dev/disk/by-id/wwn-0x60014053f4e31b3f8fd42f5816cab8c3', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', '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': '3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'ID_SERIAL': '360014053f4e31b3f8fd42f5816cab8c3', 'ID_SERIAL_SHORT': '60014053f4e31b3f8fd42f5816cab8c3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053f4e31b3f', 'ID_WWN_VENDOR_EXTENSION': '0x8fd42f5816cab8c3', 'ID_WWN_WITH_EXTENSION': '0x60014053f4e31b3f8fd42f5816cab8c3', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053f4e31b3f8fd42f5816cab8c3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622572752'} ; 2024-03-01 17:17:43,573 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:17:43,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:17:43,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:43,583 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:17:43,584 INFO blivet/MainThread: sde is a disk 2024-03-01 17:17:43,584 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:17:43,584 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:17:43,587 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:17:43,591 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:17:43,591 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:17:43,594 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:17:43,595 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:17:43,595 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:17:43,595 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dabdecf8) -- 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 = 60014053f4e31b3f8fd42f5816cab8c3 2024-03-01 17:17:43,599 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:17:43,599 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:17:43,602 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014058f0ba5a2e010400a93ac079ae ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:8f0ba5a2-e010-400a-93ac-079aead2720d ' '/dev/disk/by-id/scsi-360014058f0ba5a2e010400a93ac079ae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_8f0ba5a2-e010-400a-93ac-079aead2720d', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', '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': '8f0ba5a2-e010-400a-93ac-079aead2720d', 'ID_SERIAL': '360014058f0ba5a2e010400a93ac079ae', 'ID_SERIAL_SHORT': '60014058f0ba5a2e010400a93ac079ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058f0ba5a2e', 'ID_WWN_VENDOR_EXTENSION': '0x010400a93ac079ae', 'ID_WWN_WITH_EXTENSION': '0x60014058f0ba5a2e010400a93ac079ae', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058f0ba5a2e010400a93ac079ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:8f0ba5a2-e010-400a-93ac-079aead2720d', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8f0ba5a2-e010-400a-93ac-079aead2720d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622620333'} ; 2024-03-01 17:17:43,603 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:17:43,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:17:43,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:43,613 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:17:43,614 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:17:43,614 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:17:43,614 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:17:43,617 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:17:43,620 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:17:43,621 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:17:43,624 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:17:43,624 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:17:43,625 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:17:43,625 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dabdee48) -- 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 = 60014058f0ba5a2e010400a93ac079ae 2024-03-01 17:17:43,628 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:17:43,628 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:17:43,632 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014059ee2d7edb1904862876cf53ad ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_9ee2d7ed-b190-4862-876c-f53ad06aef55 ' '/dev/disk/by-id/scsi-360014059ee2d7edb1904862876cf53ad ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:9ee2d7ed-b190-4862-876c-f53ad06aef55', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', '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': '9ee2d7ed-b190-4862-876c-f53ad06aef55', 'ID_SERIAL': '360014059ee2d7edb1904862876cf53ad', 'ID_SERIAL_SHORT': '60014059ee2d7edb1904862876cf53ad', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ee2d7edb', 'ID_WWN_VENDOR_EXTENSION': '0x1904862876cf53ad', 'ID_WWN_WITH_EXTENSION': '0x60014059ee2d7edb1904862876cf53ad', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ee2d7edb1904862876cf53ad', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:9ee2d7ed-b190-4862-876c-f53ad06aef55', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ee2d7ed-b190-4862-876c-f53ad06aef55', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622852341'} ; 2024-03-01 17:17:43,632 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:17:43,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:17:43,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:43,642 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:17:43,643 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:17:43,643 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:17:43,643 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:17:43,646 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:17:43,649 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:17:43,650 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:17:43,653 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:17:43,654 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:17:43,654 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:17:43,654 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dabddbe0) -- 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 = 60014059ee2d7edb1904862876cf53ad 2024-03-01 17:17:43,658 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:17:43,658 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:17:43,661 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1 ' '/dev/disk/by-id/wwn-0x600140504a338ebca954f6bb1e09cc4a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1 ' '/dev/disk/by-id/scsi-3600140504a338ebca954f6bb1e09cc4a', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', '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': '04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'ID_SERIAL': '3600140504a338ebca954f6bb1e09cc4a', 'ID_SERIAL_SHORT': '600140504a338ebca954f6bb1e09cc4a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140504a338ebc', 'ID_WWN_VENDOR_EXTENSION': '0xa954f6bb1e09cc4a', 'ID_WWN_WITH_EXTENSION': '0x600140504a338ebca954f6bb1e09cc4a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140504a338ebca954f6bb1e09cc4a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '622772161'} ; 2024-03-01 17:17:43,661 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:17:43,664 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:17:43,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:43,671 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:17:43,672 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:17:43,672 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:17:43,672 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:17:43,675 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:17:43,679 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:17:43,679 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:17:43,682 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:17:43,683 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:17:43,683 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:17:43,683 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dabde8d0) -- 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 = 600140504a338ebca954f6bb1e09cc4a 2024-03-01 17:17:43,687 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:17:43,687 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:17:43,690 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014052cebd78dcdbb4d3c96bf288c8 ' '/dev/disk/by-id/wwn-0x60014052cebd78dcdbb4d3c96bf288c8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_2cebd78d-cdbb-4d3c-96bf-288c807ea37f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', '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': '2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'ID_SERIAL': '360014052cebd78dcdbb4d3c96bf288c8', 'ID_SERIAL_SHORT': '60014052cebd78dcdbb4d3c96bf288c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052cebd78dc', 'ID_WWN_VENDOR_EXTENSION': '0xdbb4d3c96bf288c8', 'ID_WWN_WITH_EXTENSION': '0x60014052cebd78dcdbb4d3c96bf288c8', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052cebd78dcdbb4d3c96bf288c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623112018'} ; 2024-03-01 17:17:43,690 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:17:43,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:17:43,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:43,701 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:17:43,701 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:17:43,702 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:17:43,702 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:17:43,705 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:17:43,708 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:17:43,708 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:17:43,712 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:17:43,712 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:17:43,713 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:17:43,713 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dabebb00) -- 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 = 60014052cebd78dcdbb4d3c96bf288c8 2024-03-01 17:17:43,716 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:17:43,716 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:17:43,720 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405271752dbb264458a921d89f2b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_271752db-b264-458a-921d-89f2bb8e4a9b ' '/dev/disk/by-id/scsi-36001405271752dbb264458a921d89f2b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:271752db-b264-458a-921d-89f2bb8e4a9b', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', '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': '271752db-b264-458a-921d-89f2bb8e4a9b', 'ID_SERIAL': '36001405271752dbb264458a921d89f2b', 'ID_SERIAL_SHORT': '6001405271752dbb264458a921d89f2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405271752dbb', 'ID_WWN_VENDOR_EXTENSION': '0x264458a921d89f2b', 'ID_WWN_WITH_EXTENSION': '0x6001405271752dbb264458a921d89f2b', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405271752dbb264458a921d89f2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:271752db-b264-458a-921d-89f2bb8e4a9b', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '271752db-b264-458a-921d-89f2bb8e4a9b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623080974'} ; 2024-03-01 17:17:43,720 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:17:43,723 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:17:43,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:43,730 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:17:43,731 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:17:43,731 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:17:43,731 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:17:43,734 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:17:43,737 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:17:43,737 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:17:43,741 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:17:43,741 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:17:43,742 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:17:43,742 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dabea1d0) -- 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 = 6001405271752dbb264458a921d89f2b 2024-03-01 17:17:43,745 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:17:43,745 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:17:43,748 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '27441688'} ; 2024-03-01 17:17:43,748 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:17:43,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:17:43,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:43,759 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:17:43,759 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:17:43,759 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:17:43,759 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:17:43,759 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:17:43,759 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:17:43,763 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:17:43,766 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:17:43,766 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:17:43,769 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:17:43,770 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:17:43,770 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:17:43,770 INFO blivet/MainThread: got device: DiskDevice instance (0x7f28dabd5cf8) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:17:43,774 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:17:43,777 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:17:43,778 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:17:43,781 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:17:43,781 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:17:43,785 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:17:43,785 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:17:43,788 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:17:43,788 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:17:43,792 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:17:43,796 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:43,799 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:17:43,803 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 0x7f28dabe5c08> 2024-03-01 17:17:46,764 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:17:46,769 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:17:46,769 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:17:46,773 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_FS_UUID_ENC': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', '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': 'b2f85011-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'ID_SCSI': '1', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '27446458'} ; 2024-03-01 17:17:46,773 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:17:46,773 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:17:46,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:46,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:46,783 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:17:46,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:46,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:46,789 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:46,803 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:46,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:17:46,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:17:46,823 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:17:46,827 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:17:46,827 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:17:46,830 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:17:46,834 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:17:46,834 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:17:46,837 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:17:46,838 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:17:46,838 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:17:46,841 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:17:46,844 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:17:46,847 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:17:46,851 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:17:46,854 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:17:46,855 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:17:46,855 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:17:46,856 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:17:46,855 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f28dbc3c278) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = b2f85011-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 0x7f28dab890f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:17:46,859 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:17:46,863 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:17:46,863 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:17:46,866 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:17:46,866 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:17:46,870 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:17:46,870 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:17:46,873 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:17:46,874 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:17:46,875 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:17:46,876 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:17:46,879 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:46,880 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:17:46,883 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:17:46,883 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:17:46,883 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:46,897 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:46,910 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:17:46,911 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:17:46,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:17:46,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:46,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:17:46,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:46,924 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:17:46,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:17:46,930 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:46,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:17:46,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:46,936 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:17:46,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:17:46,942 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:46,945 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:17:46,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:46,948 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:17:46,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:17:46,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:46,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:17:46,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:46,959 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:17:46,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:17:46,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:46,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:17:46,971 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:46,971 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:17:46,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:17:46,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:46,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:17:46,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:46,983 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:17:46,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:46,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:46,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:46,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:46,995 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 17:17:46,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 17:17:47,001 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:17:47,004 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,007 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 17:17:47,007 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:17:47,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 17:17:47,013 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:17:47,017 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:17:47,017 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 17:17:47,017 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:17:47,021 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:17:47,021 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:17:47,024 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:17:47,024 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:17:47,027 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:17:47,028 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 17:17:47,028 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:17:47,031 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:17:47,031 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:17:47,034 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:17:47,034 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:17:47,037 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:17:47,037 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 17:17:47,038 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:17:47,041 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:17:47,041 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:17:47,044 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:17:47,044 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:17:47,045 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:17:47,050 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:17:47,053 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:17:47,057 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:17:47,061 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:17:47,065 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:17:47,068 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:17:47,069 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:17:47,072 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:17:47,073 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 17:17:47,073 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:17:47,078 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:47,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:47,087 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 17:17:47,088 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:17:47,088 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:17:47,089 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 17:17:47,089 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:17:47,089 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:17:47,093 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:47,093 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 17:17:47,096 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:47,096 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 17:17:47,100 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:17:47,103 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:17:47,104 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:17:47,107 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:17:47,111 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:17:47,114 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:17:47,118 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 17:17:47,119 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:17:47,119 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:17:47,119 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:17:47,120 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 17:17:47,124 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:17:47,124 INFO program/MainThread: stderr[4]: 2024-03-01 17:17:47,124 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:17:47,125 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 17:17:47,125 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:17:47,125 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:17:47,130 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 17:17:47,131 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:17:47,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:47,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:47,143 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 17:17:47,144 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:17:47,145 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:17:47,145 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 17:17:47,145 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:17:47,146 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:17:47,149 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:47,149 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 17:17:47,152 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:47,153 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:17:47,157 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:17:47,160 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:17:47,161 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 17:17:47,164 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:17:47,168 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:17:47,171 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:17:47,175 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 17:17:47,175 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:17:47,176 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:17:47,176 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:17:47,176 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 17:17:47,177 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:17:47,177 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 17:17:47,181 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 17:17:47,181 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:17:47,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:47,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:47,193 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 17:17:47,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 17:17:47,199 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 17:17:47,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 17:17:47,205 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 17:17:47,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 17:17:47,211 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 17:17:47,214 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:17:47,215 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 17:17:47,215 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:17:47,218 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:17:47,218 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:17:47,221 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:17:47,221 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:17:47,224 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:17:47,225 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 17:17:47,225 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 17:17:47,228 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:17:47,228 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:17:47,231 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:17:47,231 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:17:47,234 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:17:47,235 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 17:17:47,235 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 17:17:47,238 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:17:47,238 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:17:47,241 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:17:47,242 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:17:47,243 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 17:17:47,246 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:17:47,249 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:17:47,253 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:17:47,257 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:17:47,261 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:17:47,264 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:17:47,265 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 17:17:47,269 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:17:47,269 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 17:17:47,269 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:17:47,274 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:47,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:47,283 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 17:17:47,284 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:17:47,285 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:17:47,285 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 17:17:47,285 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:17:47,286 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:17:47,289 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:47,289 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 17:17:47,292 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:47,292 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 17:17:47,296 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:17:47,299 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:17:47,300 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 17:17:47,303 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:17:47,307 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:17:47,310 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:17:47,314 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 17:17:47,315 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:17:47,315 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:17:47,315 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:17:47,316 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 17:17:47,316 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:17:47,316 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:17:47,320 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 17:17:47,320 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:17:47,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:47,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:47,333 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 17:17:47,333 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:17:47,334 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:17:47,334 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 17:17:47,335 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:17:47,335 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:17:47,338 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:47,338 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 17:17:47,341 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:47,342 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 17:17:47,345 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:17:47,349 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:17:47,349 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:17:47,353 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:17:47,356 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:17:47,360 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:17:47,364 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 17:17:47,364 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:17:47,365 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:17:47,365 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:17:47,365 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 17:17:47,365 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:17:47,366 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 17:17:47,370 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 17:17:47,370 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:17:47,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:47,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:47,383 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 17:17:47,386 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 17:17:47,389 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 17:17:47,392 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 17:17:47,395 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 17:17:47,397 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 17:17:47,401 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 17:17:47,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 17:17:47,407 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 17:17:47,410 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:17:47,410 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 17:17:47,410 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 17:17:47,413 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:17:47,413 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:17:47,416 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:17:47,416 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:17:47,419 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:17:47,419 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 17:17:47,420 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 17:17:47,423 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:17:47,423 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:17:47,426 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:17:47,426 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:17:47,429 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:17:47,430 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 17:17:47,441 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 17:17:47,445 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:17:47,445 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:17:47,448 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:17:47,448 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:17:47,451 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:17:47,451 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:17:47,452 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:17:47,455 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:17:47,455 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:17:47,458 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:17:47,458 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:17:47,460 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 17:17:47,464 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:17:47,467 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:17:47,471 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:17:47,474 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:17:47,478 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:17:47,482 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:17:47,486 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:17:47,490 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:17:47,491 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 17:17:47,494 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:17:47,495 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 17:17:47,495 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:17:47,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:47,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:47,510 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 17:17:47,511 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:17:47,512 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:17:47,512 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 17:17:47,513 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:17:47,513 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:17:47,516 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:47,517 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 17:17:47,519 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:47,520 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 17:17:47,524 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:17:47,527 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:17:47,528 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:17:47,531 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:17:47,535 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:17:47,538 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:17:47,542 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 17:17:47,543 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:17:47,543 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:17:47,544 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:17:47,544 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 17:17:47,544 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:17:47,544 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 17:17:47,548 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 17:17:47,548 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:17:47,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:47,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,561 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:47,561 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 17:17:47,562 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:17:47,562 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:17:47,563 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 17:17:47,563 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:17:47,564 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:17:47,567 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:47,567 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 17:17:47,570 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:47,571 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 17:17:47,574 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:17:47,578 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:17:47,578 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 17:17:47,582 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:17:47,585 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:17:47,589 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:17:47,593 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 17:17:47,593 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:17:47,594 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:17:47,594 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:17:47,594 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 17:17:47,594 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:17:47,595 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:17:47,598 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 17:17:47,599 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:17:47,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:47,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:47,612 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 17:17:47,613 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:17:47,614 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:17:47,614 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 17:17:47,614 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:17:47,615 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:17:47,618 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:47,618 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 17:17:47,621 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:47,622 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:17:47,626 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:17:47,629 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:17:47,630 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 17:17:47,633 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:17:47,637 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:17:47,640 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:17:47,644 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 17:17:47,645 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:17:47,646 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:17:47,646 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:17:47,646 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 17:17:47,646 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:17:47,646 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 17:17:47,650 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 17:17:47,650 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:17:47,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:17:47,660 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:47,663 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:17:47,663 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 17:17:47,664 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:17:47,665 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:17:47,666 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 17:17:47,666 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:17:47,667 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:17:47,670 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:47,670 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 17:17:47,673 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:17:47,674 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:17:47,678 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:17:47,681 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:17:47,682 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 17:17:47,686 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:17:47,689 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:17:47,692 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:17:47,696 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 17:17:47,697 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:17:47,698 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:17:47,698 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:17:47,698 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 17:17:47,698 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:17:47,699 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 17:17:47,703 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 17:17:47,703 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:17:47,704 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:17:47,705 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:17:47,705 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:17:47,705 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:17:47,705 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:17:47,705 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:17:47,705 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:17:47,705 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:17:47,705 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:17:47,705 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:17:47,705 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:17:47,705 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:17:47,705 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:17:47,705 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:17:47,705 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:17:47,706 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:17:47,706 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:17:47,706 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:17:47,706 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:17:47,706 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:17:47,706 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:17:47,706 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:17:47,706 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:17:47,706 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:17:47,706 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:17:47,706 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:17:47,706 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:17:47,706 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:17:47,706 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:17:47,706 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:17:47,707 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:17:47,707 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:17:47,707 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:17:47,707 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:17:47,707 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:17:47,707 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:17:47,707 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:17:47,707 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:17:47,707 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:17:47,707 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:17:47,709 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:17:47,713 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:17:47,715 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:17:47,719 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:17:47,719 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:17:47,722 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:17:47,722 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 0x7f28daba9db0> 2024-03-01 17:17:47,722 INFO blivet/MainThread: sorting actions... 2024-03-01 17:17:47,757 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:17:47,758 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:17:47,758 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:17:47,758 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:17:47,759 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:17:47,759 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:17:47,759 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:17:47,760 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:17:47,760 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:17:47,761 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:17:47,761 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:17:47,761 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:17:47,762 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:17:47,762 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:17:47,762 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:17:47,763 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:17:47,763 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:17:47,764 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:17:47,764 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:17:47,765 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:17:47,765 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:17:47,766 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:17:47,766 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:17:47,766 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:17:47,767 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:17:47,767 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:17:47,768 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:17:47,768 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:17:47,769 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:17:47,769 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:17:47,769 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:17:47,770 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:17:47,770 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:17:47,771 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:17:47,771 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:17:47,771 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:17:47,772 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:17:47,772 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:17:47,773 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:17:47,773 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:17:47,776 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:17:47,779 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 17:17:47,780 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 17:17:47,787 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:47,787 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:47,819 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:47,820 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:47,833 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:47,834 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:17:47,838 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:17:47,841 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 17:17:47,841 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 17:17:47,848 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:47,849 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:47,879 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:47,880 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:47,893 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:47,894 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:17:47,898 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:17:47,901 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 17:17:47,901 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 17:17:47,908 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:47,909 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:47,940 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:47,941 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:47,954 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:47,955 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:17:47,959 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:17:47,962 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 17:17:47,962 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 17:17:47,969 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:47,970 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:47,997 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:47,998 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:48,011 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,012 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:17:48,016 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:17:48,019 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 17:17:48,019 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 17:17:48,026 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,026 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:48,060 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,061 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:48,072 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,073 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:17:48,077 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:17:48,080 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 17:17:48,080 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 17:17:48,087 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,088 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:48,116 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,117 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:48,128 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,129 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:17:48,133 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:17:48,136 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 17:17:48,136 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 17:17:48,143 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,144 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:48,169 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,169 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:48,183 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,184 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:17:48,188 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:17:48,191 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 17:17:48,191 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 17:17:48,198 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,199 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:48,232 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,233 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:48,246 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,247 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:17:48,251 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:17:48,254 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 17:17:48,254 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 17:17:48,261 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,261 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:48,290 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,290 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:48,304 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,305 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:17:48,309 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:17:48,312 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 17:17:48,312 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 17:17:48,319 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,319 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:48,351 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,352 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:48,363 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,364 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:17:48,368 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:48,371 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:17:48,374 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:17:48,374 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:17:48,375 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdj --config= devices { filter=["a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:17:48,407 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 17:17:48,408 INFO program/MainThread: stderr[5]: 2024-03-01 17:17:48,408 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:17:48,408 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:48,430 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,437 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:17:48,437 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:17:48,439 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 17:17:48,458 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,458 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:48,493 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,494 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:17:48,498 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:48,501 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:17:48,504 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:17:48,504 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:17:48,505 INFO program/MainThread: Running [6] lvm pvcreate /dev/sdi --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:17:48,539 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdi" successfully created. 2024-03-01 17:17:48,539 INFO program/MainThread: stderr[6]: 2024-03-01 17:17:48,539 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:17:48,539 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:48,560 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,568 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:17:48,568 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:17:48,573 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 17:17:48,587 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,587 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:48,621 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,622 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:17:48,626 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:48,629 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:17:48,632 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:17:48,632 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:17:48,633 INFO program/MainThread: Running [7] lvm pvcreate /dev/sdh --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:17:48,668 INFO program/MainThread: stdout[7]: Physical volume "/dev/sdh" successfully created. 2024-03-01 17:17:48,669 INFO program/MainThread: stderr[7]: 2024-03-01 17:17:48,669 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:17:48,669 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:48,707 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,711 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:17:48,712 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:17:48,713 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 17:17:48,727 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,728 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:48,752 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,753 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:17:48,757 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:48,760 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:17:48,763 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:17:48,763 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:17:48,763 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdg --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:17:48,795 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdg" successfully created. 2024-03-01 17:17:48,796 INFO program/MainThread: stderr[8]: 2024-03-01 17:17:48,796 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:17:48,796 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:48,822 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,829 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:17:48,830 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:17:48,832 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 17:17:48,844 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,845 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:48,872 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:48,873 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:17:48,877 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 17:17:48,880 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:17:48,883 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:48,887 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:17:48,890 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:48,893 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:17:48,896 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:48,899 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:17:48,902 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:48,906 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:17:48,909 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 17:17:48,909 INFO program/MainThread: Running [9] lvm vgcreate -s 4096K test_vg3 /dev/sdg /dev/sdh /dev/sdi /dev/sdj --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:48,981 INFO program/MainThread: stdout[9]: Volume group "test_vg3" successfully created 2024-03-01 17:17:48,981 INFO program/MainThread: stderr[9]: 2024-03-01 17:17:48,981 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:17:48,990 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:17:48,999 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:17:49,007 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:49,013 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:17:49,017 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:49,024 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:17:49,031 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:49,037 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:17:49,044 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:49,050 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:17:49,051 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:49,067 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:49,072 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:17:49,076 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:17:49,076 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:49,088 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:49,089 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 17:17:49,099 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:49,099 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:49,111 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:49,112 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:17:49,116 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 17:17:49,120 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 17:17:49,123 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:17:49,127 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:17:49,130 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:49,134 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:17:49,138 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:49,141 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:17:49,145 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:49,149 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:17:49,152 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:49,156 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:17:49,156 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:49,169 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:49,174 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:17:49,175 INFO program/MainThread: Running [10] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:49,200 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=4261412864 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=1016 LVM2_PV_COUNT=4 2024-03-01 17:17:49,201 INFO program/MainThread: stderr[10]: 2024-03-01 17:17:49,201 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:17:49,206 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 17:17:49,206 INFO program/MainThread: Running [11] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:49,291 INFO program/MainThread: stdout[11]: Logical volume "lv8" created. 2024-03-01 17:17:49,292 INFO program/MainThread: stderr[11]: 2024-03-01 17:17:49,292 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:17:49,300 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:49,311 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:17:49,312 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:17:49,312 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:49,369 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:49,374 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:17:49,375 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:17:49,376 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:17:49,386 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:49,387 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:49,402 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:49,402 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:17:49,407 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:49,410 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:17:49,413 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 17:17:49,414 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 17:17:49,460 INFO program/MainThread: stdout: 2024-03-01 17:17:49,460 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 17:17:49,460 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:17:49,460 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:17:49,460 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:17:49,460 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 17:17:49,461 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:17:49,461 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:17:49,461 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:17:49,461 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:17:49,461 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:17:49,461 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:49,461 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 17:17:49,474 INFO program/MainThread: stdout: 2024-03-01 17:17:49,474 INFO program/MainThread: writing all SBs 2024-03-01 17:17:49,474 INFO program/MainThread: new label = "" 2024-03-01 17:17:49,474 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:49,475 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:49,491 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:49,496 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:17:49,496 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:17:49,497 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:17:49,508 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:49,508 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:49,525 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:49,526 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:17:49,530 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 17:17:49,534 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 17:17:49,538 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:49,538 INFO program/MainThread: Running [12] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:49,565 INFO program/MainThread: stdout[12]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3833593856 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=914 LVM2_PV_COUNT=4 2024-03-01 17:17:49,566 INFO program/MainThread: stderr[12]: 2024-03-01 17:17:49,566 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:17:49,570 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 17:17:49,571 INFO program/MainThread: Running [13] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:49,658 INFO program/MainThread: stdout[13]: Logical volume "lv7" created. 2024-03-01 17:17:49,658 INFO program/MainThread: stderr[13]: 2024-03-01 17:17:49,658 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:17:49,666 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:49,675 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:17:49,675 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:17:49,676 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:49,727 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:49,732 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 17:17:49,732 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:17:49,733 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 17:17:49,743 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:49,744 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:49,761 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:49,762 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:17:49,766 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:49,769 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:17:49,772 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 17:17:49,773 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 17:17:49,809 INFO program/MainThread: stdout: 2024-03-01 17:17:49,809 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 17:17:49,809 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:17:49,809 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:17:49,809 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:17:49,809 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 17:17:49,809 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:17:49,810 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:17:49,810 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:17:49,810 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:17:49,810 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:17:49,810 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:49,810 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 17:17:49,827 INFO program/MainThread: stdout: 2024-03-01 17:17:49,827 INFO program/MainThread: writing all SBs 2024-03-01 17:17:49,827 INFO program/MainThread: new label = "" 2024-03-01 17:17:49,827 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:49,827 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:49,843 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:49,848 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:17:49,848 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:17:49,849 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 17:17:49,859 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:49,860 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:49,875 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:49,875 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:17:49,880 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 17:17:49,883 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 17:17:49,887 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:49,887 INFO program/MainThread: Running [14] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:49,915 INFO program/MainThread: stdout[14]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3405774848 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=812 LVM2_PV_COUNT=4 2024-03-01 17:17:49,916 INFO program/MainThread: stderr[14]: 2024-03-01 17:17:49,916 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:17:49,921 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 17:17:49,921 INFO program/MainThread: Running [15] lvm lvcreate -n lv6 -L 1044480K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:50,021 INFO program/MainThread: stdout[15]: Logical volume "lv6" created. 2024-03-01 17:17:50,022 INFO program/MainThread: stderr[15]: 2024-03-01 17:17:50,022 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:17:50,030 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:50,037 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:17:50,037 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:17:50,038 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:50,080 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,085 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 17:17:50,086 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:17:50,087 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 17:17:50,097 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,098 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:50,113 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,113 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:17:50,118 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:50,121 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:17:50,124 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 17:17:50,125 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 17:17:50,163 INFO program/MainThread: stdout: 2024-03-01 17:17:50,163 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 17:17:50,163 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:17:50,164 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:17:50,164 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:17:50,164 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 17:17:50,164 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:17:50,164 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:17:50,164 INFO program/MainThread: log =internal log bsize=4096 blocks=1566, version=2 2024-03-01 17:17:50,164 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:17:50,164 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:17:50,164 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,165 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 17:17:50,178 INFO program/MainThread: stdout: 2024-03-01 17:17:50,179 INFO program/MainThread: writing all SBs 2024-03-01 17:17:50,179 INFO program/MainThread: new label = "" 2024-03-01 17:17:50,179 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,179 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:50,195 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,200 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:17:50,200 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:17:50,201 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 17:17:50,212 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,212 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:50,228 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,228 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:17:50,233 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 17:17:50,236 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 17:17:50,240 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:50,240 INFO program/MainThread: Running [16] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:50,266 INFO program/MainThread: stdout[16]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=2336227328 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=557 LVM2_PV_COUNT=4 2024-03-01 17:17:50,267 INFO program/MainThread: stderr[16]: 2024-03-01 17:17:50,267 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:17:50,272 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 17:17:50,272 INFO program/MainThread: Running [17] lvm lvcreate -n lv5 -L 1253376K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:50,374 INFO program/MainThread: stdout[17]: Logical volume "lv5" created. 2024-03-01 17:17:50,374 INFO program/MainThread: stderr[17]: 2024-03-01 17:17:50,374 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:17:50,383 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:50,390 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:17:50,390 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:17:50,391 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:50,427 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,432 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:17:50,433 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:17:50,434 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 17:17:50,444 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,444 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:50,460 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,460 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:17:50,465 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:50,468 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:17:50,471 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 17:17:50,472 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 17:17:50,524 INFO program/MainThread: stdout: 2024-03-01 17:17:50,525 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 17:17:50,525 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:17:50,525 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:17:50,525 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:17:50,525 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 17:17:50,525 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:17:50,525 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:17:50,525 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 17:17:50,525 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:17:50,525 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:17:50,526 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,526 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 17:17:50,540 INFO program/MainThread: stdout: 2024-03-01 17:17:50,540 INFO program/MainThread: writing all SBs 2024-03-01 17:17:50,540 INFO program/MainThread: new label = "" 2024-03-01 17:17:50,540 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,540 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:50,556 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,561 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:17:50,561 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:17:50,563 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 17:17:50,573 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,573 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:50,589 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,590 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:17:50,594 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:50,597 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:17:50,600 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:17:50,600 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:17:50,600 INFO program/MainThread: Running [18] lvm pvcreate /dev/sdf --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:17:50,640 INFO program/MainThread: stdout[18]: Physical volume "/dev/sdf" successfully created. 2024-03-01 17:17:50,641 INFO program/MainThread: stderr[18]: 2024-03-01 17:17:50,641 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:17:50,641 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:50,665 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,672 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:17:50,672 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:17:50,674 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 17:17:50,685 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,685 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:50,713 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,714 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:17:50,718 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:50,721 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:17:50,724 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:17:50,724 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:17:50,724 INFO program/MainThread: Running [19] lvm pvcreate /dev/sde --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:17:50,760 INFO program/MainThread: stdout[19]: Physical volume "/dev/sde" successfully created. 2024-03-01 17:17:50,760 INFO program/MainThread: stderr[19]: 2024-03-01 17:17:50,761 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:17:50,761 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:50,783 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,790 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:17:50,791 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:17:50,793 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 17:17:50,808 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,808 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:50,839 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,840 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:17:50,844 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:50,847 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:17:50,850 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:17:50,850 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:17:50,851 INFO program/MainThread: Running [20] lvm pvcreate /dev/sdd --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:17:50,886 INFO program/MainThread: stdout[20]: Physical volume "/dev/sdd" successfully created. 2024-03-01 17:17:50,886 INFO program/MainThread: stderr[20]: 2024-03-01 17:17:50,886 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:17:50,886 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:50,908 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,915 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:17:50,915 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:17:50,917 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 17:17:50,935 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,936 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:50,963 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:50,963 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:17:50,969 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 17:17:50,972 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:17:50,975 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:50,978 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:17:50,982 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:50,985 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:17:50,988 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:50,991 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:17:50,994 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 17:17:50,995 INFO program/MainThread: Running [21] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:51,060 INFO program/MainThread: stdout[21]: Volume group "test_vg2" successfully created 2024-03-01 17:17:51,060 INFO program/MainThread: stderr[21]: 2024-03-01 17:17:51,061 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:17:51,068 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:17:51,074 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:17:51,079 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:51,086 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:17:51,092 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:51,096 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:17:51,100 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:51,103 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:17:51,103 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:51,117 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,122 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:17:51,125 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:17:51,126 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:51,139 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,140 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 17:17:51,150 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,150 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:51,161 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,161 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:17:51,166 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 17:17:51,169 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 17:17:51,173 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:17:51,177 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:17:51,180 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:51,184 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:17:51,187 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:51,191 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:17:51,195 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:51,198 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:17:51,198 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:51,210 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,215 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:17:51,216 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_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:51,244 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 17:17:51,244 INFO program/MainThread: stderr[22]: 2024-03-01 17:17:51,244 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:17:51,249 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 17:17:51,249 INFO program/MainThread: Running [23] lvm lvcreate -n lv4 -L 626688K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:51,336 INFO program/MainThread: stdout[23]: Logical volume "lv4" created. 2024-03-01 17:17:51,336 INFO program/MainThread: stderr[23]: 2024-03-01 17:17:51,336 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:17:51,344 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:51,351 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:17:51,352 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:17:51,352 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:51,386 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,391 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:17:51,392 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:17:51,393 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 17:17:51,403 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,404 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:51,422 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,423 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:17:51,427 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:51,431 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:17:51,434 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 17:17:51,434 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 17:17:51,464 INFO program/MainThread: stdout: 2024-03-01 17:17:51,464 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 17:17:51,464 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:17:51,464 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:17:51,464 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:17:51,464 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 17:17:51,464 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:17:51,464 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:17:51,464 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:17:51,465 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:17:51,465 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:17:51,465 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,465 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 17:17:51,478 INFO program/MainThread: stdout: 2024-03-01 17:17:51,478 INFO program/MainThread: writing all SBs 2024-03-01 17:17:51,478 INFO program/MainThread: new label = "" 2024-03-01 17:17:51,478 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,478 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:51,497 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,502 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:17:51,502 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:17:51,503 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 17:17:51,514 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,514 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:51,532 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,533 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:17:51,537 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 17:17:51,540 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 17:17:51,544 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:51,544 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_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:51,571 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2554331136 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=609 LVM2_PV_COUNT=3 2024-03-01 17:17:51,572 INFO program/MainThread: stderr[24]: 2024-03-01 17:17:51,572 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:17:51,576 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 17:17:51,577 INFO program/MainThread: Running [25] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:51,665 INFO program/MainThread: stdout[25]: Logical volume "lv3" created. 2024-03-01 17:17:51,666 INFO program/MainThread: stderr[25]: 2024-03-01 17:17:51,666 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:17:51,674 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:51,680 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:17:51,681 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:17:51,681 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:51,715 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,720 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 17:17:51,721 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:17:51,722 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 17:17:51,732 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,732 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:51,750 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,750 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:17:51,755 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:51,758 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:17:51,761 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 17:17:51,762 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 17:17:51,793 INFO program/MainThread: stdout: 2024-03-01 17:17:51,793 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 17:17:51,793 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:17:51,793 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:17:51,793 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:17:51,794 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 17:17:51,794 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:17:51,794 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:17:51,794 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:17:51,794 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:17:51,794 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:17:51,794 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,794 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 17:17:51,808 INFO program/MainThread: stdout: 2024-03-01 17:17:51,808 INFO program/MainThread: writing all SBs 2024-03-01 17:17:51,808 INFO program/MainThread: new label = "" 2024-03-01 17:17:51,809 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,809 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:51,824 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,829 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:17:51,829 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:17:51,830 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 17:17:51,841 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,841 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:51,856 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,857 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:17:51,861 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:51,864 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:17:51,867 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:17:51,867 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:17:51,868 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:17:51,902 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdc" successfully created. 2024-03-01 17:17:51,902 INFO program/MainThread: stderr[26]: 2024-03-01 17:17:51,902 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:17:51,903 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:51,920 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,924 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:17:51,925 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:17:51,926 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 17:17:51,936 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,937 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:51,961 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:51,961 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:17:51,966 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:51,969 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:17:51,972 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:17:51,972 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:17:51,972 INFO program/MainThread: Running [27] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:17:52,006 INFO program/MainThread: stdout[27]: Physical volume "/dev/sdb" successfully created. 2024-03-01 17:17:52,006 INFO program/MainThread: stderr[27]: 2024-03-01 17:17:52,006 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:17:52,007 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:52,026 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:52,031 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:17:52,031 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:17:52,033 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 17:17:52,043 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:52,043 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:52,067 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:52,068 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:17:52,072 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:52,075 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:17:52,078 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:17:52,078 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:17:52,079 INFO program/MainThread: Running [28] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:17:52,114 INFO program/MainThread: stdout[28]: Physical volume "/dev/sda" successfully created. 2024-03-01 17:17:52,115 INFO program/MainThread: stderr[28]: 2024-03-01 17:17:52,115 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:17:52,115 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:52,132 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:52,136 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:17:52,137 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:17:52,138 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 17:17:52,148 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:52,149 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:52,175 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:52,176 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:17:52,180 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 17:17:52,183 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:17:52,186 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:52,189 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:17:52,193 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:52,196 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:17:52,199 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:52,202 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:17:52,205 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 17:17:52,205 INFO program/MainThread: Running [29] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:52,265 INFO program/MainThread: stdout[29]: Volume group "test_vg1" successfully created 2024-03-01 17:17:52,266 INFO program/MainThread: stderr[29]: 2024-03-01 17:17:52,266 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:17:52,274 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:17:52,283 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:17:52,288 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:52,293 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:17:52,299 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:52,305 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:17:52,309 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:52,312 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:17:52,313 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:52,324 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:52,329 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:17:52,333 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:17:52,333 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:52,344 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:52,345 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 17:17:52,355 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:52,355 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:52,368 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:52,369 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:17:52,373 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 17:17:52,376 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 17:17:52,380 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:17:52,383 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:17:52,387 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:52,391 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:17:52,394 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:52,398 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:17:52,401 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:52,405 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:17:52,405 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:52,418 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:52,423 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:17:52,424 INFO program/MainThread: Running [30] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:52,454 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 17:17:52,455 INFO program/MainThread: stderr[30]: 2024-03-01 17:17:52,455 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:17:52,459 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 17:17:52,460 INFO program/MainThread: Running [31] lvm lvcreate -n lv2 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:52,545 INFO program/MainThread: stdout[31]: Logical volume "lv2" created. 2024-03-01 17:17:52,546 INFO program/MainThread: stderr[31]: 2024-03-01 17:17:52,546 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:17:52,554 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:52,564 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:17:52,565 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:17:52,565 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:52,596 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:52,601 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 17:17:52,601 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:17:52,602 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 17:17:52,613 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:52,613 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:52,628 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:52,628 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:17:52,633 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:52,637 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:17:52,640 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 17:17:52,640 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 17:17:52,686 INFO program/MainThread: stdout: 2024-03-01 17:17:52,686 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 17:17:52,686 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:17:52,686 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:17:52,686 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:17:52,686 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 17:17:52,686 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:17:52,686 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:17:52,687 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 17:17:52,687 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:17:52,687 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:17:52,687 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:52,687 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 17:17:52,703 INFO program/MainThread: stdout: 2024-03-01 17:17:52,703 INFO program/MainThread: writing all SBs 2024-03-01 17:17:52,703 INFO program/MainThread: new label = "" 2024-03-01 17:17:52,703 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:52,704 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:52,719 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:52,724 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:17:52,724 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:17:52,725 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 17:17:52,736 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:52,736 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:52,752 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:52,752 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:17:52,757 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 17:17:52,760 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 17:17:52,764 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:52,764 INFO program/MainThread: Running [32] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:52,791 INFO program/MainThread: stdout[32]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:17:52,792 INFO program/MainThread: stderr[32]: 2024-03-01 17:17:52,792 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:17:52,797 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 17:17:52,797 INFO program/MainThread: Running [33] lvm lvcreate -n lv1 -L 471040K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:17:52,887 INFO program/MainThread: stdout[33]: Logical volume "lv1" created. 2024-03-01 17:17:52,887 INFO program/MainThread: stderr[33]: 2024-03-01 17:17:52,887 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:17:52,895 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:52,904 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:17:52,904 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:17:52,904 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:52,938 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:52,943 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 17:17:52,944 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:17:52,944 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 17:17:52,955 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:52,955 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:52,971 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:52,971 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:17:52,976 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:17:52,979 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:17:52,983 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 17:17:52,983 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 17:17:53,012 INFO program/MainThread: stdout: 2024-03-01 17:17:53,012 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 17:17:53,013 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:17:53,013 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:17:53,013 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:17:53,013 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 17:17:53,013 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:17:53,013 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:17:53,013 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:17:53,013 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:17:53,013 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:17:53,013 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:53,014 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 17:17:53,027 INFO program/MainThread: stdout: 2024-03-01 17:17:53,028 INFO program/MainThread: writing all SBs 2024-03-01 17:17:53,028 INFO program/MainThread: new label = "" 2024-03-01 17:17:53,028 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:53,028 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:53,044 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:53,049 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:17:53,049 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:17:53,050 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 17:17:53,061 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:53,061 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:17:53,078 DEBUG program/MainThread: Return code: 0 2024-03-01 17:17:53,084 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:17:53,084 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 0x7f28dabbf0f8> 2024-03-01 17:17:53,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:53,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:17:53,092 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:17:53,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:53,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 17:17:53,099 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:17:53,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:53,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 17:17:53,105 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:17:53,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:53,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 17:17:53,112 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:17:53,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:53,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 17:17:53,118 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:17:53,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:53,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 17:17:53,125 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:17:53,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:53,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 17:17:53,131 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:17:53,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:53,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 17:17:53,137 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:17:53,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:53,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:17:53,144 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:17:53,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:53,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 17:17:53,150 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:17:53,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:53,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 17:17:53,157 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:17:53,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:53,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 17:17:53,163 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:17:53,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:53,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 17:17:53,169 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:17:53,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:53,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 17:17:53,175 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:17:53,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:53,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 17:17:53,181 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:17:53,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:17:53,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 17:17:53,188 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:19:11,939 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_gmex8p5z/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:19:11,976 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:19:11,977 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:19:11,980 INFO program/MainThread: stdout[2]: 2024-03-01 17:19:11,980 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 17:19:11,980 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:19:11,981 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:19:11,985 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:11,986 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:19:11,990 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:19:11,990 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:19:11,993 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:19:11,993 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:19:11,996 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:19:11,996 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:19:12,008 INFO program/MainThread: stdout: 2024-03-01 17:19:12,008 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:19:12,008 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ 2024-03-01 17:19:12,008 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs a38c7d66-d4cc-4c89-b333-18db2a07abf6 2024-03-01 17:19:12,009 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY 2024-03-01 17:19:12,009 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs a38c7d66-d4cc-4c89-b333-18db2a07abf6 2024-03-01 17:19:12,009 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 20632f9b-f047-4b18-ba09-16b57fb865aa 2024-03-01 17:19:12,009 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 2024-03-01 17:19:12,009 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8 2024-03-01 17:19:12,009 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs efa8984d-9736-46c6-b617-67808c8a96c4 2024-03-01 17:19:12,009 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs d1e182ae-d2ff-4de6-8ad2-cd7518aca578 2024-03-01 17:19:12,009 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np 2024-03-01 17:19:12,009 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx 2024-03-01 17:19:12,009 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2 2024-03-01 17:19:12,009 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 4efdec22-a294-41d0-86fe-5b8217545c2f 2024-03-01 17:19:12,009 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs d93243f7-065e-450d-8289-8946b28ef431 2024-03-01 17:19:12,009 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 78807e98-a314-48ed-9763-ac6893919710 2024-03-01 17:19:12,009 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI 2024-03-01 17:19:12,009 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 78807e98-a314-48ed-9763-ac6893919710 2024-03-01 17:19:12,009 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE 2024-03-01 17:19:12,009 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 601fecaf-b2a2-4401-a9f5-05f2e15301db 2024-03-01 17:19:12,009 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB 2024-03-01 17:19:12,009 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 601fecaf-b2a2-4401-a9f5-05f2e15301db 2024-03-01 17:19:12,009 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:19:12,009 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:19:12,009 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:19:12,009 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:19:12,009 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:12,009 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs a38c7d66-d4cc-4c89-b333-18db2a07abf6 sdb 1073741824 root disk brw-rw---- LVM2_member AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs a38c7d66-d4cc-4c89-b333-18db2a07abf6 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 20632f9b-f047-4b18-ba09-16b57fb865aa sdc 1073741824 root disk brw-rw---- LVM2_member SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 sdd 1073741824 root disk brw-rw---- LVM2_member vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8 |-test_vg2-lv4 641728512 root disk brw-rw---- xfs efa8984d-9736-46c6-b617-67808c8a96c4 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs d1e182ae-d2ff-4de6-8ad2-cd7518aca578 sde 1073741824 root disk brw-rw---- LVM2_member HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np sdf 1073741824 root disk brw-rw---- LVM2_member rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx sdg 1073741824 root disk brw-rw---- LVM2_member zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2 |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 4efdec22-a294-41d0-86fe-5b8217545c2f |-test_vg3-lv7 427819008 root disk brw-rw---- xfs d93243f7-065e-450d-8289-8946b28ef431 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 78807e98-a314-48ed-9763-ac6893919710 sdh 1073741824 root disk brw-rw---- LVM2_member nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 78807e98-a314-48ed-9763-ac6893919710 sdi 1073741824 root disk brw-rw---- LVM2_member gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 601fecaf-b2a2-4401-a9f5-05f2e15301db sdj 1073741824 root disk brw-rw---- LVM2_member l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 601fecaf-b2a2-4401-a9f5-05f2e15301db 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 d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:19:12,010 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:19:12,010 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:19:12,010 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:19:12,010 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:19:12,010 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:19:12,011 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:19:12,011 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:12,022 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:12,037 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 17:19:12,042 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:24d830fc-9489-4717-9a40-e187f224432e ' '/dev/disk/by-id/scsi-3600140524d830fc948947179a40e187f ' '/dev/disk/by-id/wwn-0x600140524d830fc948947179a40e187f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_24d830fc-9489-4717-9a40-e187f224432e', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ', 'ID_FS_UUID_ENC': 'LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ', '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': '24d830fc-9489-4717-9a40-e187f224432e', 'ID_SERIAL': '3600140524d830fc948947179a40e187f', 'ID_SERIAL_SHORT': '600140524d830fc948947179a40e187f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140524d830fc9', 'ID_WWN_VENDOR_EXTENSION': '0x48947179a40e187f', 'ID_WWN_WITH_EXTENSION': '0x600140524d830fc948947179a40e187f', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140524d830fc948947179a40e187f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:24d830fc-9489-4717-9a40-e187f224432e', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '24d830fc-9489-4717-9a40-e187f224432e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:0', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:0.service', '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': '622371759'} ; 2024-03-01 17:19:12,042 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:19:12,043 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= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:12,073 INFO program/MainThread: stdout[3]: 2024-03-01 17:19:12,074 INFO program/MainThread: stderr[3]: 2024-03-01 17:19:12,074 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:19:12,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:19:12,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:12,087 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:19:12,092 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:19:12,093 INFO blivet/MainThread: sda is a disk 2024-03-01 17:19:12,093 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:19:12,093 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:19:12,097 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:19:12,100 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:19:12,100 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:19:12,104 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:19:12,104 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:19:12,105 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:19:12,105 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0945259cc0) -- 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 = 600140524d830fc948947179a40e187f 2024-03-01 17:19:12,108 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:19:12,112 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:12,113 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:19:12,116 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:12,116 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:19:12,120 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:12,120 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:19:12,123 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:12,123 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:19:12,126 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:19:12,127 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:19:12,127 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= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:12,155 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_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=AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_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=SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:19:12,156 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY. WARNING: Couldn't find device with uuid SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0. WARNING: VG test_vg1 is missing PV AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:19:12,156 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:19:12,156 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:19:12,161 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ ; label: None ; device: /dev/sda ; serial: 3600140524d830fc948947179a40e187f ; exists: True ; vg_name: test_vg1 ; vg_uuid: 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 ; pe_start: 8 MiB ; 2024-03-01 17:19:12,161 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:19:12,164 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:19:12,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:12,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:19:12,174 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:12,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:12,177 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= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:12,209 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:19:12,210 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY. WARNING: Couldn't find device with uuid SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0. WARNING: VG test_vg1 is missing PV AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:19:12,210 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:19:12,210 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:19:12,210 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:19:12,218 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:19:12,221 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:19:12,221 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:19:12,225 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:19:12,225 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= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:12,252 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P 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=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp 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=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:19:12,253 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY. WARNING: Couldn't find device with uuid SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0. WARNING: VG test_vg1 is missing PV AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:19:12,253 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:19:12,258 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:19:12,258 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:19:12,261 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:19:12,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:12,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:19:12,268 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:19:12,268 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:19:12,272 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_0a4b1b2f-faa8-4478-a6ad-d33c9c44f053 ' '/dev/disk/by-id/lvm-pv-uuid-AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY ' '/dev/disk/by-id/scsi-360014050a4b1b2ffaa84478a6add33c9 ' '/dev/disk/by-id/wwn-0x60014050a4b1b2ffaa84478a6add33c9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY', 'ID_FS_UUID_ENC': 'AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY', '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': '0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'ID_SERIAL': '360014050a4b1b2ffaa84478a6add33c9', 'ID_SERIAL_SHORT': '60014050a4b1b2ffaa84478a6add33c9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a4b1b2ff', 'ID_WWN_VENDOR_EXTENSION': '0xaa84478a6add33c9', 'ID_WWN_WITH_EXTENSION': '0x60014050a4b1b2ffaa84478a6add33c9', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a4b1b2ffaa84478a6add33c9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:16', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:16.service', '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': '622398431'} ; 2024-03-01 17:19:12,272 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:19:12,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:19:12,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:12,282 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:19:12,283 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:19:12,283 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:19:12,283 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:19:12,286 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:19:12,290 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:19:12,290 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:19:12,293 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:19:12,294 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:19:12,294 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:19:12,294 INFO blivet/MainThread: got device: DiskDevice instance (0x7f09440c8358) -- 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 = 60014050a4b1b2ffaa84478a6add33c9 2024-03-01 17:19:12,298 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:19:12,301 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:12,301 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:19:12,305 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:12,305 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:19:12,308 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:12,308 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:19:12,312 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:12,312 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:19:12,315 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:19:12,315 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:19:12,315 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= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:12,343 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_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=SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:19:12,344 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0. WARNING: VG test_vg1 is missing PV SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 (last written to /dev/sdc). 2024-03-01 17:19:12,344 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:19:12,344 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:19:12,348 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY ; label: None ; device: /dev/sdb ; serial: 360014050a4b1b2ffaa84478a6add33c9 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 17:19:12,349 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:19:12,352 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:19:12,355 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:12,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:19:12,362 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:19:12,365 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:19:12,368 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:19:12,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:12,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:19:12,375 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= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:12,401 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P 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=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:19:12,402 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0. WARNING: VG test_vg1 is missing PV SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 (last written to /dev/sdc). 2024-03-01 17:19:12,402 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:19:12,402 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:19:12,402 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:19:12,407 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_28bd3878-ecc2-4d19-b061-21fc9998fc12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:28bd3878-ecc2-4d19-b061-21fc9998fc12 ' '/dev/disk/by-id/wwn-0x600140528bd3878ecc24d19b06121fc9 ' '/dev/disk/by-id/scsi-3600140528bd3878ecc24d19b06121fc9', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', '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': '28bd3878-ecc2-4d19-b061-21fc9998fc12', 'ID_SERIAL': '3600140528bd3878ecc24d19b06121fc9', 'ID_SERIAL_SHORT': '600140528bd3878ecc24d19b06121fc9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140528bd3878e', 'ID_WWN_VENDOR_EXTENSION': '0xcc24d19b06121fc9', 'ID_WWN_WITH_EXTENSION': '0x600140528bd3878ecc24d19b06121fc9', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140528bd3878ecc24d19b06121fc9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:28bd3878-ecc2-4d19-b061-21fc9998fc12', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '28bd3878-ecc2-4d19-b061-21fc9998fc12', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623171442'} ; 2024-03-01 17:19:12,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 17:19:12,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:19:12,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:12,418 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:19:12,418 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:19:12,418 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:19:12,419 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:19:12,422 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:19:12,425 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:19:12,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 17:19:12,429 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:19:12,429 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:19:12,429 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:19:12,430 INFO blivet/MainThread: got device: DiskDevice instance (0x7f09440c8518) -- 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 = 600140528bd3878ecc24d19b06121fc9 2024-03-01 17:19:12,433 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:19:12,433 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:19:12,436 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014051b67c6ecf5d549f68a29a5574 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_1b67c6ec-f5d5-49f6-8a29-a55740478890 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:1b67c6ec-f5d5-49f6-8a29-a55740478890 ' '/dev/disk/by-id/wwn-0x60014051b67c6ecf5d549f68a29a5574', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', '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': '1b67c6ec-f5d5-49f6-8a29-a55740478890', 'ID_SERIAL': '360014051b67c6ecf5d549f68a29a5574', 'ID_SERIAL_SHORT': '60014051b67c6ecf5d549f68a29a5574', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051b67c6ecf', 'ID_WWN_VENDOR_EXTENSION': '0x5d549f68a29a5574', 'ID_WWN_WITH_EXTENSION': '0x60014051b67c6ecf5d549f68a29a5574', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051b67c6ecf5d549f68a29a5574', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:1b67c6ec-f5d5-49f6-8a29-a55740478890', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1b67c6ec-f5d5-49f6-8a29-a55740478890', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623258240'} ; 2024-03-01 17:19:12,437 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:19:12,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:19:12,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:12,447 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:19:12,447 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:19:12,448 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:19:12,448 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:19:12,451 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:19:12,454 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:19:12,455 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:19:12,458 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:19:12,458 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:19:12,459 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:19:12,459 INFO blivet/MainThread: got device: DiskDevice instance (0x7f09440d5d30) -- 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 = 60014051b67c6ecf5d549f68a29a5574 2024-03-01 17:19:12,462 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:19:12,462 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:19:12,466 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058da899b5508c4e9b8e57207f6 ' '/dev/disk/by-id/wwn-0x60014058da899b5508c4e9b8e57207f6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_8da899b5-508c-4e9b-8e57-207f649c362b ' '/dev/disk/by-id/lvm-pv-uuid-SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:8da899b5-508c-4e9b-8e57-207f649c362b', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0', 'ID_FS_UUID_ENC': 'SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0', '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': '8da899b5-508c-4e9b-8e57-207f649c362b', 'ID_SERIAL': '360014058da899b5508c4e9b8e57207f6', 'ID_SERIAL_SHORT': '60014058da899b5508c4e9b8e57207f6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058da899b55', 'ID_WWN_VENDOR_EXTENSION': '0x08c4e9b8e57207f6', 'ID_WWN_WITH_EXTENSION': '0x60014058da899b5508c4e9b8e57207f6', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058da899b5508c4e9b8e57207f6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:8da899b5-508c-4e9b-8e57-207f649c362b', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8da899b5-508c-4e9b-8e57-207f649c362b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:32', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:32.service', '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': '622385189'} ; 2024-03-01 17:19:12,466 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:19:12,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:19:12,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:12,476 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:19:12,477 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:19:12,477 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:19:12,477 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:19:12,480 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:19:12,483 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:19:12,484 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:19:12,487 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:19:12,487 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:19:12,488 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:19:12,488 INFO blivet/MainThread: got device: DiskDevice instance (0x7f09440de320) -- 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 = 60014058da899b5508c4e9b8e57207f6 2024-03-01 17:19:12,491 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:19:12,495 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:12,495 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:19:12,499 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:12,499 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:19:12,502 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:12,502 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:19:12,505 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:12,506 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:19:12,509 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:19:12,509 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:19:12,509 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= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:12,538 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:19:12,539 INFO program/MainThread: stderr[9]: 2024-03-01 17:19:12,539 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:19:12,539 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:19:12,543 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 ; label: None ; device: /dev/sdc ; serial: 360014058da899b5508c4e9b8e57207f6 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:19:12,544 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:19:12,547 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:19:12,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:12,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:19:12,557 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:19:12,560 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:19:12,563 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:19:12,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:12,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:19:12,571 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= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:12,597 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P 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=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:19:12,598 INFO program/MainThread: stderr[10]: 2024-03-01 17:19:12,598 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:19:12,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:12,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:12,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P ; incomplete: False ; hidden: False ; 2024-03-01 17:19:12,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:19:12,612 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:19:12,616 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:19:12,616 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:19:12,620 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:19:12,623 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:19:12,624 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:19:12,627 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 17:19:12,628 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:19:12,628 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:19:12,633 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:19:12,636 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:19:12,636 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:19:12,640 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:19:12,643 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:19:12,643 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:19:12,647 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 17:19:12,647 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:19:12,648 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:19:12,648 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:19:12,651 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:19:12,651 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:19:12,654 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 17:19:12,655 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:19:12,659 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/20632f9b-f047-4b18-ba09-16b57fb865aa ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-7f0eCK8TOA0PTjIfhLmLrJQdHcVDDE74QxzW3qe07NFYBpQj81tWHaVsgMtAY72P ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', '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-7f0eCK8TOA0PTjIfhLmLrJQdHcVDDE74QxzW3qe07NFYBpQj81tWHaVsgMtAY72P', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '20632f9b-f047-4b18-ba09-16b57fb865aa', 'ID_FS_UUID_ENC': '20632f9b-f047-4b18-ba09-16b57fb865aa', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1202965716'} ; 2024-03-01 17:19:12,659 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:19:12,659 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:19:12,663 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:19:12,663 INFO program/MainThread: stderr[11]: 2024-03-01 17:19:12,663 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:19:12,663 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:19:12,666 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:19:12,667 INFO program/MainThread: stderr[12]: 2024-03-01 17:19:12,667 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:19:12,667 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:19:12,670 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:19:12,670 INFO program/MainThread: stderr[13]: 2024-03-01 17:19:12,670 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:19:12,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:12,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:19:12,681 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:12,682 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:19:12,682 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:12,683 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:19:12,678 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f09440def28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P 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 (0x7f0944156ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:12,683 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:19:12,687 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:19:12,688 INFO program/MainThread: stderr[14]: 2024-03-01 17:19:12,688 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:19:12,692 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:19:12,696 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:12,697 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:19:12,700 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:12,700 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:19:12,704 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:12,704 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:19:12,708 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:12,708 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:19:12,709 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:19:12,710 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:19:12,713 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:19:12,714 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:19:12,717 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:19:12,717 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:19:12,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:12,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:12,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp ; incomplete: False ; hidden: False ; 2024-03-01 17:19:12,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:19:12,731 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:19:12,734 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:19:12,735 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:19:12,738 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:19:12,742 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:19:12,742 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:19:12,746 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 17:19:12,746 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:19:12,746 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:19:12,750 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:19:12,754 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:19:12,754 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:19:12,757 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:19:12,761 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:19:12,761 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:19:12,765 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 17:19:12,765 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:19:12,766 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:19:12,766 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 17:19:12,769 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:19:12,769 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:19:12,773 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 17:19:12,773 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:19:12,777 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/a38c7d66-d4cc-4c89-b333-18db2a07abf6 ' '/dev/mapper/test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-7f0eCK8TOA0PTjIfhLmLrJQdHcVDDE74uksCv3bEzEX8Tk7GDZPpfLflQjxKA4Cp', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-7f0eCK8TOA0PTjIfhLmLrJQdHcVDDE74uksCv3bEzEX8Tk7GDZPpfLflQjxKA4Cp', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a38c7d66-d4cc-4c89-b333-18db2a07abf6', 'ID_FS_UUID_ENC': 'a38c7d66-d4cc-4c89-b333-18db2a07abf6', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1202627488'} ; 2024-03-01 17:19:12,777 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:19:12,777 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:19:12,781 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:19:12,782 INFO program/MainThread: stderr[15]: 2024-03-01 17:19:12,782 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:19:12,782 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:19:12,785 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:19:12,785 INFO program/MainThread: stderr[16]: 2024-03-01 17:19:12,786 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:19:12,786 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:19:12,789 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:19:12,789 INFO program/MainThread: stderr[17]: 2024-03-01 17:19:12,789 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:19:12,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:12,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 17:19:12,800 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:12,801 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:12,802 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:12,802 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:12,798 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f09440dedd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp 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 (0x7f0944156ac8) -- name = test_vg1 status = True 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:12,803 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:19:12,807 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:19:12,807 INFO program/MainThread: stderr[18]: 2024-03-01 17:19:12,807 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:19:12,812 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:19:12,816 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:12,816 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:19:12,819 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:12,819 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:19:12,823 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:12,823 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:19:12,827 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:12,827 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:19:12,828 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 17:19:12,831 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:19:12,831 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:19:12,834 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:19:12,835 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:19:12,835 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:19:12,838 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_be2d658a-434f-48da-8f2a-df26c1ebe318 ' '/dev/disk/by-id/scsi-36001405be2d658a434f48da8f2adf26c ' '/dev/disk/by-id/lvm-pv-uuid-vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:be2d658a-434f-48da-8f2a-df26c1ebe318 ' '/dev/disk/by-id/wwn-0x6001405be2d658a434f48da8f2adf26c', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8', 'ID_FS_UUID_ENC': 'vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8', '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': 'be2d658a-434f-48da-8f2a-df26c1ebe318', 'ID_SERIAL': '36001405be2d658a434f48da8f2adf26c', 'ID_SERIAL_SHORT': '6001405be2d658a434f48da8f2adf26c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405be2d658a4', 'ID_WWN_VENDOR_EXTENSION': '0x34f48da8f2adf26c', 'ID_WWN_WITH_EXTENSION': '0x6001405be2d658a434f48da8f2adf26c', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405be2d658a434f48da8f2adf26c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:be2d658a-434f-48da-8f2a-df26c1ebe318', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'be2d658a-434f-48da-8f2a-df26c1ebe318', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:48', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:48.service', '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': '622508198'} ; 2024-03-01 17:19:12,839 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:19:12,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:19:12,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:12,849 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:19:12,850 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:19:12,850 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:19:12,850 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:19:12,854 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:19:12,857 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:19:12,857 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:19:12,860 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:19:12,861 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:19:12,861 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:19:12,861 INFO blivet/MainThread: got device: DiskDevice instance (0x7f09440f8048) -- 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 = 6001405be2d658a434f48da8f2adf26c 2024-03-01 17:19:12,865 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:19:12,869 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:12,869 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:19:12,872 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:12,872 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:19:12,876 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:12,876 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:19:12,879 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:12,879 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:19:12,882 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 17:19:12,882 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:19:12,882 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= devices { filter=["a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:12,910 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:19:12,911 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np. WARNING: Couldn't find device with uuid rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx. WARNING: VG test_vg2 is missing PV HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np (last written to /dev/sde). WARNING: VG test_vg2 is missing PV rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx (last written to /dev/sdf). 2024-03-01 17:19:12,911 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:19:12,911 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 17:19:12,915 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8 ; label: None ; device: /dev/sdd ; serial: 36001405be2d658a434f48da8f2adf26c ; exists: True ; vg_name: test_vg2 ; vg_uuid: 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 17:19:12,916 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 17:19:12,919 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:19:12,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:12,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:19:12,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:12,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:12,932 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= devices { filter=["a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:12,960 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 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=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:19:12,961 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np. WARNING: Couldn't find device with uuid rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx. WARNING: VG test_vg2 is missing PV HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np (last written to /dev/sde). WARNING: VG test_vg2 is missing PV rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx (last written to /dev/sdf). 2024-03-01 17:19:12,961 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:19:12,961 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:19:12,962 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:19:12,966 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:19:12,970 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:19:12,971 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:19:12,974 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:19:12,974 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= devices { filter=["a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:13,002 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P 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=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C 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=sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:19:13,003 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np. WARNING: Couldn't find device with uuid rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx. WARNING: VG test_vg2 is missing PV HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np (last written to /dev/sde). WARNING: VG test_vg2 is missing PV rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx (last written to /dev/sdf). 2024-03-01 17:19:13,003 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:19:13,007 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 17:19:13,008 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 17:19:13,011 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 17:19:13,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:13,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:19:13,018 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:19:13,018 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:19:13,021 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014053f4e31b3f8fd42f5816cab8c3 ' '/dev/disk/by-id/scsi-360014053f4e31b3f8fd42f5816cab8c3 ' '/dev/disk/by-id/lvm-pv-uuid-HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np', 'ID_FS_UUID_ENC': 'HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np', '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': '3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'ID_SERIAL': '360014053f4e31b3f8fd42f5816cab8c3', 'ID_SERIAL_SHORT': '60014053f4e31b3f8fd42f5816cab8c3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053f4e31b3f', 'ID_WWN_VENDOR_EXTENSION': '0x8fd42f5816cab8c3', 'ID_WWN_WITH_EXTENSION': '0x60014053f4e31b3f8fd42f5816cab8c3', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053f4e31b3f8fd42f5816cab8c3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:64', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:64.service', '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': '622572752'} ; 2024-03-01 17:19:13,021 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:19:13,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:19:13,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:13,032 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:19:13,033 INFO blivet/MainThread: sde is a disk 2024-03-01 17:19:13,033 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:19:13,033 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:19:13,036 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:19:13,040 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:19:13,040 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:19:13,043 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:19:13,044 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:19:13,044 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 17:19:13,044 INFO blivet/MainThread: got device: DiskDevice instance (0x7f09440f67f0) -- 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 = 60014053f4e31b3f8fd42f5816cab8c3 2024-03-01 17:19:13,048 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:19:13,052 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:13,052 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 17:19:13,055 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:13,055 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 17:19:13,059 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:13,059 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 17:19:13,062 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:13,062 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 17:19:13,065 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 17:19:13,065 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:19:13,066 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= devices { filter=["a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:13,095 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:19:13,096 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx. WARNING: VG test_vg2 is missing PV rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx (last written to /dev/sdf). 2024-03-01 17:19:13,096 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:19:13,096 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 17:19:13,100 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np ; label: None ; device: /dev/sde ; serial: 360014053f4e31b3f8fd42f5816cab8c3 ; exists: True ; vg_name: test_vg2 ; vg_uuid: 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:19:13,101 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 17:19:13,104 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:19:13,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:13,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:19:13,114 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:19:13,118 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:19:13,121 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 17:19:13,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:13,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:19:13,127 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= devices { filter=["a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:13,156 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P 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=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C 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=sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:19:13,157 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx. WARNING: VG test_vg2 is missing PV rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx (last written to /dev/sdf). 2024-03-01 17:19:13,157 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:19:13,157 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:19:13,157 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:19:13,162 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058f0ba5a2e010400a93ac079ae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_8f0ba5a2-e010-400a-93ac-079aead2720d ' '/dev/disk/by-id/wwn-0x60014058f0ba5a2e010400a93ac079ae ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:8f0ba5a2-e010-400a-93ac-079aead2720d ' '/dev/disk/by-id/lvm-pv-uuid-rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx', 'ID_FS_UUID_ENC': 'rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx', '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': '8f0ba5a2-e010-400a-93ac-079aead2720d', 'ID_SERIAL': '360014058f0ba5a2e010400a93ac079ae', 'ID_SERIAL_SHORT': '60014058f0ba5a2e010400a93ac079ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058f0ba5a2e', 'ID_WWN_VENDOR_EXTENSION': '0x010400a93ac079ae', 'ID_WWN_WITH_EXTENSION': '0x60014058f0ba5a2e010400a93ac079ae', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058f0ba5a2e010400a93ac079ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:8f0ba5a2-e010-400a-93ac-079aead2720d', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8f0ba5a2-e010-400a-93ac-079aead2720d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:80', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:80.service', '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': '622620333'} ; 2024-03-01 17:19:13,162 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:19:13,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:19:13,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:13,173 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:19:13,174 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:19:13,174 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 17:19:13,174 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:19:13,177 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:19:13,181 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:19:13,181 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:19:13,184 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:19:13,185 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:19:13,185 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 17:19:13,185 INFO blivet/MainThread: got device: DiskDevice instance (0x7f09440f6cc0) -- 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 = 60014058f0ba5a2e010400a93ac079ae 2024-03-01 17:19:13,189 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:19:13,193 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:13,193 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 17:19:13,196 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:13,196 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 17:19:13,200 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:13,200 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 17:19:13,203 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:13,203 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 17:19:13,206 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 17:19:13,206 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:19:13,206 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= devices { filter=["a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:13,236 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:19:13,237 INFO program/MainThread: stderr[24]: 2024-03-01 17:19:13,237 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:19:13,237 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 17:19:13,241 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx ; label: None ; device: /dev/sdf ; serial: 360014058f0ba5a2e010400a93ac079ae ; exists: True ; vg_name: test_vg2 ; vg_uuid: 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:19:13,242 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 17:19:13,245 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:19:13,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:13,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:19:13,255 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:19:13,258 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:19:13,261 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 17:19:13,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:13,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:19:13,268 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= devices { filter=["a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:13,299 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P 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=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C 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=sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:19:13,300 INFO program/MainThread: stderr[25]: 2024-03-01 17:19:13,300 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:19:13,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:13,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:13,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C ; incomplete: False ; hidden: False ; 2024-03-01 17:19:13,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:19:13,314 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:19:13,318 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:19:13,318 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:19:13,322 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:19:13,326 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:19:13,326 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:19:13,329 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 17:19:13,330 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:19:13,330 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:19:13,334 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:19:13,337 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:19:13,338 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:19:13,341 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:19:13,344 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:19:13,345 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:19:13,348 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 17:19:13,349 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:19:13,349 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:19:13,349 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 17:19:13,352 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:19:13,353 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:19:13,356 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 17:19:13,356 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:19:13,360 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/test_vg2/lv3 /dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-8FnjLrnsVCIcGW4e056OQebmfXOPUWq3x192EUxuiMUEsolqvsw6lYGf9iAbtK3C ' '/dev/disk/by-uuid/d1e182ae-d2ff-4de6-8ad2-cd7518aca578 ' '/dev/disk/by-id/dm-name-test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', '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-8FnjLrnsVCIcGW4e056OQebmfXOPUWq3x192EUxuiMUEsolqvsw6lYGf9iAbtK3C', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd1e182ae-d2ff-4de6-8ad2-cd7518aca578', 'ID_FS_UUID_ENC': 'd1e182ae-d2ff-4de6-8ad2-cd7518aca578', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1201746443'} ; 2024-03-01 17:19:13,360 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:19:13,361 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:19:13,365 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:19:13,365 INFO program/MainThread: stderr[26]: 2024-03-01 17:19:13,365 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:19:13,365 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:19:13,369 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:19:13,369 INFO program/MainThread: stderr[27]: 2024-03-01 17:19:13,369 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:19:13,369 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:19:13,372 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:19:13,373 INFO program/MainThread: stderr[28]: 2024-03-01 17:19:13,373 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:19:13,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:13,381 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 17:19:13,384 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:13,384 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:19:13,385 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:13,385 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:19:13,381 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f09440fef60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C 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 (0x7f09440f6518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:13,386 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:19:13,390 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:19:13,390 INFO program/MainThread: stderr[29]: 2024-03-01 17:19:13,390 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:19:13,395 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:19:13,399 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:13,400 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 17:19:13,403 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:13,403 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 17:19:13,407 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:13,407 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:19:13,411 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:13,411 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 17:19:13,411 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 17:19:13,414 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:19:13,415 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 17:19:13,418 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:19:13,418 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:19:13,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:13,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:13,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc ; incomplete: False ; hidden: False ; 2024-03-01 17:19:13,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:19:13,443 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:19:13,447 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:19:13,447 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:19:13,451 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:19:13,454 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:19:13,455 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:19:13,458 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:19:13,459 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:19:13,459 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 17:19:13,463 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:19:13,466 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:19:13,466 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:19:13,470 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:19:13,473 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:19:13,474 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:19:13,477 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:19:13,478 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:19:13,478 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:19:13,478 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 17:19:13,481 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:19:13,482 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:19:13,485 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:19:13,486 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:19:13,489 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/test_vg2/lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/efa8984d-9736-46c6-b617-67808c8a96c4 ' '/dev/disk/by-id/dm-uuid-LVM-8FnjLrnsVCIcGW4e056OQebmfXOPUWq3sWusCzHco9v953ixKYdLlPgXoUO95SHc ' '/dev/disk/by-id/dm-name-test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', '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-8FnjLrnsVCIcGW4e056OQebmfXOPUWq3sWusCzHco9v953ixKYdLlPgXoUO95SHc', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'efa8984d-9736-46c6-b617-67808c8a96c4', 'ID_FS_UUID_ENC': 'efa8984d-9736-46c6-b617-67808c8a96c4', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1201417201'} ; 2024-03-01 17:19:13,490 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:19:13,490 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:19:13,494 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:19:13,494 INFO program/MainThread: stderr[30]: 2024-03-01 17:19:13,494 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:19:13,494 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:19:13,498 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:19:13,498 INFO program/MainThread: stderr[31]: 2024-03-01 17:19:13,498 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:19:13,498 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:19:13,502 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:19:13,502 INFO program/MainThread: stderr[32]: 2024-03-01 17:19:13,502 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:19:13,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:13,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 17:19:13,513 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:13,514 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:13,514 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:13,515 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:13,511 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f0953175ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc 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 (0x7f09440f6518) -- name = test_vg2 status = 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:13,516 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:19:13,520 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:19:13,520 INFO program/MainThread: stderr[33]: 2024-03-01 17:19:13,520 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:19:13,524 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:19:13,528 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:13,528 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 17:19:13,532 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:13,532 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 17:19:13,536 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:13,536 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 17:19:13,540 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:13,540 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 17:19:13,540 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 17:19:13,544 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:19:13,544 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 17:19:13,547 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:19:13,547 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:19:13,548 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:19:13,551 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014059ee2d7edb1904862876cf53ad ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_9ee2d7ed-b190-4862-876c-f53ad06aef55 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:9ee2d7ed-b190-4862-876c-f53ad06aef55 ' '/dev/disk/by-id/scsi-360014059ee2d7edb1904862876cf53ad ' '/dev/disk/by-id/lvm-pv-uuid-zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2', 'ID_FS_UUID_ENC': 'zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2', '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': '9ee2d7ed-b190-4862-876c-f53ad06aef55', 'ID_SERIAL': '360014059ee2d7edb1904862876cf53ad', 'ID_SERIAL_SHORT': '60014059ee2d7edb1904862876cf53ad', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ee2d7edb', 'ID_WWN_VENDOR_EXTENSION': '0x1904862876cf53ad', 'ID_WWN_WITH_EXTENSION': '0x60014059ee2d7edb1904862876cf53ad', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ee2d7edb1904862876cf53ad', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:9ee2d7ed-b190-4862-876c-f53ad06aef55', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ee2d7ed-b190-4862-876c-f53ad06aef55', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:96', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:96.service', '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': '622852341'} ; 2024-03-01 17:19:13,551 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:19:13,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:19:13,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:13,563 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:19:13,563 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:19:13,563 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 17:19:13,564 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 17:19:13,567 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:19:13,570 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:19:13,570 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:19:13,574 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:19:13,574 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:19:13,574 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 17:19:13,575 INFO blivet/MainThread: got device: DiskDevice instance (0x7f09440de710) -- 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 = 60014059ee2d7edb1904862876cf53ad 2024-03-01 17:19:13,578 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:19:13,582 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:13,582 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 17:19:13,585 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:13,585 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 17:19:13,589 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:13,589 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 17:19:13,592 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:13,592 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 17:19:13,595 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 17:19:13,595 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:19:13,596 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= devices { filter=["a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:13,626 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:19:13,627 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI. WARNING: Couldn't find device with uuid gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE. WARNING: Couldn't find device with uuid l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB. WARNING: VG test_vg3 is missing PV nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:19:13,627 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:19:13,627 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 17:19:13,632 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2 ; label: None ; device: /dev/sdg ; serial: 360014059ee2d7edb1904862876cf53ad ; exists: True ; vg_name: test_vg3 ; vg_uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 17:19:13,632 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 17:19:13,635 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:19:13,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; incomplete: True ; hidden: False ; 2024-03-01 17:19:13,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:19:13,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:13,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:13,648 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= devices { filter=["a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:13,678 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 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=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 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=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:19:13,679 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI. WARNING: Couldn't find device with uuid gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE. WARNING: Couldn't find device with uuid l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB. WARNING: VG test_vg3 is missing PV nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:19:13,679 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:19:13,679 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:19:13,679 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:19:13,684 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:19:13,688 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:19:13,688 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 17:19:13,692 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:19:13,692 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= devices { filter=["a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:13,722 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P 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=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C 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=sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc 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=ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn 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=ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn 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=howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B 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=howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B 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=Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e 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=Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:19:13,723 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI. WARNING: Couldn't find device with uuid gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE. WARNING: Couldn't find device with uuid l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB. WARNING: VG test_vg3 is missing PV nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:19:13,723 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:19:13,728 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 17:19:13,728 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 17:19:13,731 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 17:19:13,734 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; incomplete: True ; hidden: False ; 2024-03-01 17:19:13,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:19:13,738 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:19:13,738 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:19:13,742 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140504a338ebca954f6bb1e09cc4a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1 ' '/dev/disk/by-id/lvm-pv-uuid-nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI ' '/dev/disk/by-id/scsi-3600140504a338ebca954f6bb1e09cc4a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI', 'ID_FS_UUID_ENC': 'nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI', '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': '04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'ID_SERIAL': '3600140504a338ebca954f6bb1e09cc4a', 'ID_SERIAL_SHORT': '600140504a338ebca954f6bb1e09cc4a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140504a338ebc', 'ID_WWN_VENDOR_EXTENSION': '0xa954f6bb1e09cc4a', 'ID_WWN_WITH_EXTENSION': '0x600140504a338ebca954f6bb1e09cc4a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140504a338ebca954f6bb1e09cc4a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:112', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:112.service', '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': '622772161'} ; 2024-03-01 17:19:13,742 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:19:13,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:19:13,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:13,754 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:19:13,754 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:19:13,754 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:19:13,755 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 17:19:13,758 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:19:13,761 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:19:13,762 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:19:13,765 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:19:13,765 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:19:13,766 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 17:19:13,766 INFO blivet/MainThread: got device: DiskDevice instance (0x7f09440d5198) -- 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 = 600140504a338ebca954f6bb1e09cc4a 2024-03-01 17:19:13,769 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:19:13,773 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:13,773 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 17:19:13,777 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:13,777 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 17:19:13,780 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:13,780 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 17:19:13,784 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:13,784 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 17:19:13,787 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 17:19:13,787 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:19:13,787 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= devices { filter=["a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:13,819 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:19:13,820 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE. WARNING: Couldn't find device with uuid l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB. WARNING: VG test_vg3 is missing PV gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:19:13,820 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:19:13,820 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 17:19:13,825 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI ; label: None ; device: /dev/sdh ; serial: 3600140504a338ebca954f6bb1e09cc4a ; exists: True ; vg_name: test_vg3 ; vg_uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; pe_start: 8 MiB ; 2024-03-01 17:19:13,825 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 17:19:13,828 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:19:13,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; incomplete: True ; hidden: False ; 2024-03-01 17:19:13,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:19:13,838 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:19:13,842 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:19:13,845 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 17:19:13,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; incomplete: True ; hidden: False ; 2024-03-01 17:19:13,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:19:13,852 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= devices { filter=["a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:13,882 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P 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=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C 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=sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc 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=ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn 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=ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn 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=howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B 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=howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B 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=Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e 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=Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:19:13,883 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE. WARNING: Couldn't find device with uuid l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB. WARNING: VG test_vg3 is missing PV gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:19:13,883 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:19:13,883 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:19:13,883 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:19:13,888 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_2cebd78d-cdbb-4d3c-96bf-288c807ea37f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:2cebd78d-cdbb-4d3c-96bf-288c807ea37f ' '/dev/disk/by-id/wwn-0x60014052cebd78dcdbb4d3c96bf288c8 ' '/dev/disk/by-id/scsi-360014052cebd78dcdbb4d3c96bf288c8 ' '/dev/disk/by-id/lvm-pv-uuid-gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE', 'ID_FS_UUID_ENC': 'gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE', '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': '2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'ID_SERIAL': '360014052cebd78dcdbb4d3c96bf288c8', 'ID_SERIAL_SHORT': '60014052cebd78dcdbb4d3c96bf288c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052cebd78dc', 'ID_WWN_VENDOR_EXTENSION': '0xdbb4d3c96bf288c8', 'ID_WWN_WITH_EXTENSION': '0x60014052cebd78dcdbb4d3c96bf288c8', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052cebd78dcdbb4d3c96bf288c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:128', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:128.service', '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': '623112018'} ; 2024-03-01 17:19:13,888 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:19:13,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:19:13,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:13,900 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:19:13,901 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:19:13,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 17:19:13,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 17:19:13,904 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:19:13,908 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:19:13,908 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:19:13,911 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:19:13,912 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:19:13,912 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 17:19:13,912 INFO blivet/MainThread: got device: DiskDevice instance (0x7f09440f6f98) -- 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 = 60014052cebd78dcdbb4d3c96bf288c8 2024-03-01 17:19:13,916 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:19:13,920 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:13,920 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 17:19:13,923 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:13,923 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 17:19:13,927 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:13,927 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 17:19:13,930 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:13,930 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 17:19:13,933 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 17:19:13,933 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:19:13,934 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= devices { filter=["a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:13,964 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:19:13,965 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB. WARNING: VG test_vg3 is missing PV l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:19:13,965 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:19:13,965 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 17:19:13,970 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE ; label: None ; device: /dev/sdi ; serial: 360014052cebd78dcdbb4d3c96bf288c8 ; exists: True ; vg_name: test_vg3 ; vg_uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; pe_start: 8 MiB ; 2024-03-01 17:19:13,970 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:19:13,973 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:19:13,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; incomplete: True ; hidden: False ; 2024-03-01 17:19:13,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:19:13,983 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:19:13,987 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:19:13,990 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 17:19:13,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; incomplete: True ; hidden: False ; 2024-03-01 17:19:13,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:19:13,997 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= devices { filter=["a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:14,028 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P 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=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C 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=sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc 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=ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn 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=ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn 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=howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B 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=howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B 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=Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e 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=Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:19:14,029 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB. WARNING: VG test_vg3 is missing PV l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:19:14,029 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:19:14,029 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:19:14,029 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:19:14,034 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405271752dbb264458a921d89f2b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_271752db-b264-458a-921d-89f2bb8e4a9b ' '/dev/disk/by-id/lvm-pv-uuid-l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB ' '/dev/disk/by-id/wwn-0x6001405271752dbb264458a921d89f2b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:271752db-b264-458a-921d-89f2bb8e4a9b', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB', 'ID_FS_UUID_ENC': 'l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB', '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': '271752db-b264-458a-921d-89f2bb8e4a9b', 'ID_SERIAL': '36001405271752dbb264458a921d89f2b', 'ID_SERIAL_SHORT': '6001405271752dbb264458a921d89f2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405271752dbb', 'ID_WWN_VENDOR_EXTENSION': '0x264458a921d89f2b', 'ID_WWN_WITH_EXTENSION': '0x6001405271752dbb264458a921d89f2b', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405271752dbb264458a921d89f2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:271752db-b264-458a-921d-89f2bb8e4a9b', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '271752db-b264-458a-921d-89f2bb8e4a9b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:144', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:144.service', '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': '623080974'} ; 2024-03-01 17:19:14,034 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:19:14,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:19:14,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:14,046 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:19:14,047 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:19:14,047 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:19:14,047 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 17:19:14,050 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:19:14,054 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:19:14,054 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:19:14,057 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:19:14,058 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:19:14,058 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 17:19:14,058 INFO blivet/MainThread: got device: DiskDevice instance (0x7f09441075c0) -- 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 = 6001405271752dbb264458a921d89f2b 2024-03-01 17:19:14,062 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:19:14,065 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:14,065 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 17:19:14,069 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:14,069 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 17:19:14,073 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:14,073 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 17:19:14,076 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:14,076 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 17:19:14,079 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 17:19:14,079 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:19:14,079 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= devices { filter=["a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:14,112 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:19:14,113 INFO program/MainThread: stderr[41]: 2024-03-01 17:19:14,113 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:19:14,113 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 17:19:14,118 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB ; label: None ; device: /dev/sdj ; serial: 36001405271752dbb264458a921d89f2b ; exists: True ; vg_name: test_vg3 ; vg_uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 17:19:14,118 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 17:19:14,121 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:19:14,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; incomplete: True ; hidden: False ; 2024-03-01 17:19:14,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:19:14,131 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:19:14,135 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:19:14,138 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 17:19:14,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; incomplete: True ; hidden: False ; 2024-03-01 17:19:14,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:19:14,145 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= devices { filter=["a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:14,176 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P 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=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C 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=sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc 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=ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn 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=ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn 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=howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B 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=howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B 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=Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e 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=Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:19:14,177 INFO program/MainThread: stderr[42]: 2024-03-01 17:19:14,177 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:19:14,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:14,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:14,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn ; incomplete: False ; hidden: False ; 2024-03-01 17:19:14,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:19:14,192 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 17:19:14,196 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:19:14,196 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:19:14,200 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:19:14,203 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:19:14,204 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:19:14,207 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:19:14,208 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:19:14,208 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 17:19:14,212 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:19:14,216 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:19:14,216 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 17:19:14,220 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:19:14,223 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:19:14,224 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:19:14,227 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:19:14,228 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:19:14,228 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:19:14,228 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 17:19:14,231 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:19:14,232 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:19:14,235 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:19:14,235 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:19:14,239 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-uuid/601fecaf-b2a2-4401-a9f5-05f2e15301db ' '/dev/disk/by-id/dm-uuid-LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNZbcKQ2OGxs4RexGhQ7z0H3SHpHmqNlyn ' '/dev/mapper/test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNZbcKQ2OGxs4RexGhQ7z0H3SHpHmqNlyn', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '601fecaf-b2a2-4401-a9f5-05f2e15301db', 'ID_FS_UUID_ENC': '601fecaf-b2a2-4401-a9f5-05f2e15301db', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1200439246'} ; 2024-03-01 17:19:14,239 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:19:14,240 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:19:14,244 INFO program/MainThread: stdout[43]: LVM 2024-03-01 17:19:14,244 INFO program/MainThread: stderr[43]: 2024-03-01 17:19:14,244 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:19:14,244 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:19:14,248 INFO program/MainThread: stdout[44]: LVM 2024-03-01 17:19:14,248 INFO program/MainThread: stderr[44]: 2024-03-01 17:19:14,248 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:19:14,248 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:19:14,252 INFO program/MainThread: stdout[45]: LVM 2024-03-01 17:19:14,252 INFO program/MainThread: stderr[45]: 2024-03-01 17:19:14,252 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:19:14,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:14,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 17:19:14,264 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:14,265 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:19:14,265 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:14,266 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:19:14,261 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f09441076d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn 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 (0x7f09440c8710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:14,267 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:19:14,271 INFO program/MainThread: stdout[46]: LVM 2024-03-01 17:19:14,271 INFO program/MainThread: stderr[46]: 2024-03-01 17:19:14,271 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:19:14,275 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:19:14,279 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:14,279 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 17:19:14,283 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:14,283 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 17:19:14,287 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:14,287 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 17:19:14,291 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:14,291 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 17:19:14,291 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 17:19:14,295 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:19:14,295 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 17:19:14,298 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:19:14,299 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:19:14,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:14,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:14,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B ; incomplete: False ; hidden: False ; 2024-03-01 17:19:14,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:19:14,312 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 17:19:14,316 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:19:14,316 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:19:14,320 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:19:14,323 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:19:14,324 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:19:14,327 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 17:19:14,328 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:19:14,328 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 17:19:14,331 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:19:14,335 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:19:14,335 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:19:14,339 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:19:14,342 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:19:14,343 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:19:14,346 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 17:19:14,347 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:19:14,347 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:19:14,347 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 17:19:14,350 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:19:14,351 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:19:14,354 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 17:19:14,355 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:19:14,359 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNhowUmEyKQMV9PoaFYX25RYRgMc2b5i3B ' '/dev/test_vg3/lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/78807e98-a314-48ed-9763-ac6893919710', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNhowUmEyKQMV9PoaFYX25RYRgMc2b5i3B', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '78807e98-a314-48ed-9763-ac6893919710', 'ID_FS_UUID_ENC': '78807e98-a314-48ed-9763-ac6893919710', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1200089970'} ; 2024-03-01 17:19:14,359 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:19:14,359 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:19:14,363 INFO program/MainThread: stdout[47]: LVM 2024-03-01 17:19:14,363 INFO program/MainThread: stderr[47]: 2024-03-01 17:19:14,363 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:19:14,364 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:19:14,367 INFO program/MainThread: stdout[48]: LVM 2024-03-01 17:19:14,367 INFO program/MainThread: stderr[48]: 2024-03-01 17:19:14,368 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:19:14,368 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:19:14,371 INFO program/MainThread: stdout[49]: LVM 2024-03-01 17:19:14,371 INFO program/MainThread: stderr[49]: 2024-03-01 17:19:14,372 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:19:14,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:14,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 17:19:14,384 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:14,385 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:19:14,385 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:14,386 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:19:14,381 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f09440f4828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B 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 (0x7f09440c8710) -- name = test_vg3 status = True 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:14,387 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:19:14,391 INFO program/MainThread: stdout[50]: LVM 2024-03-01 17:19:14,391 INFO program/MainThread: stderr[50]: 2024-03-01 17:19:14,391 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:19:14,395 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:19:14,399 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:14,399 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 17:19:14,403 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:14,403 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 17:19:14,407 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:14,407 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 17:19:14,411 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:14,411 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 17:19:14,411 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 17:19:14,414 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:19:14,415 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 17:19:14,418 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:19:14,419 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:19:14,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:14,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:14,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e ; incomplete: False ; hidden: False ; 2024-03-01 17:19:14,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:19:14,432 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:19:14,436 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:19:14,436 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 17:19:14,440 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:19:14,443 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:19:14,444 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:19:14,447 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 17:19:14,448 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:19:14,448 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 17:19:14,452 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:19:14,456 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:19:14,456 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 17:19:14,459 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:19:14,463 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:19:14,463 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:19:14,467 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 17:19:14,467 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:19:14,468 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:19:14,468 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 17:19:14,471 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:19:14,471 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:19:14,475 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 17:19:14,475 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:19:14,479 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-uuid/d93243f7-065e-450d-8289-8946b28ef431 ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNDv73AzWJ6OEoz3v4qgVAdts064N0BM8e ' '/dev/mapper/test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', '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-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNDv73AzWJ6OEoz3v4qgVAdts064N0BM8e', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd93243f7-065e-450d-8289-8946b28ef431', 'ID_FS_UUID_ENC': 'd93243f7-065e-450d-8289-8946b28ef431', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1199739404'} ; 2024-03-01 17:19:14,479 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:19:14,479 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:19:14,483 INFO program/MainThread: stdout[51]: LVM 2024-03-01 17:19:14,484 INFO program/MainThread: stderr[51]: 2024-03-01 17:19:14,484 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:19:14,484 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:19:14,488 INFO program/MainThread: stdout[52]: LVM 2024-03-01 17:19:14,488 INFO program/MainThread: stderr[52]: 2024-03-01 17:19:14,488 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:19:14,488 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:19:14,491 INFO program/MainThread: stdout[53]: LVM 2024-03-01 17:19:14,492 INFO program/MainThread: stderr[53]: 2024-03-01 17:19:14,492 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:19:14,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:14,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 17:19:14,504 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:14,505 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:19:14,505 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:14,506 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:19:14,501 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f09440a6748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e 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 (0x7f09440c8710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:14,507 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:19:14,511 INFO program/MainThread: stdout[54]: LVM 2024-03-01 17:19:14,511 INFO program/MainThread: stderr[54]: 2024-03-01 17:19:14,512 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 17:19:14,516 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:19:14,520 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:14,520 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 17:19:14,524 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:14,524 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 17:19:14,528 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:14,528 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 17:19:14,531 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:14,531 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 17:19:14,532 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 17:19:14,535 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:19:14,535 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 17:19:14,539 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:19:14,539 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:19:14,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:14,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:14,549 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S ; incomplete: False ; hidden: False ; 2024-03-01 17:19:14,552 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:19:14,553 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 17:19:14,556 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:19:14,556 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 17:19:14,560 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:19:14,564 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:19:14,564 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:19:14,568 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:19:14,568 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:19:14,568 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 17:19:14,572 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:19:14,576 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:19:14,576 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 17:19:14,579 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:19:14,583 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:19:14,583 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:19:14,586 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:19:14,587 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:19:14,587 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:19:14,588 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 17:19:14,591 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:19:14,591 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:19:14,594 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:19:14,595 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:19:14,599 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/test_vg3/lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNZti5VwOmfFJ7PUZ0MI10kVI9rU0j5S3S ' '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/4efdec22-a294-41d0-86fe-5b8217545c2f', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNZti5VwOmfFJ7PUZ0MI10kVI9rU0j5S3S', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4efdec22-a294-41d0-86fe-5b8217545c2f', 'ID_FS_UUID_ENC': '4efdec22-a294-41d0-86fe-5b8217545c2f', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1199375483'} ; 2024-03-01 17:19:14,599 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:19:14,599 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:19:14,603 INFO program/MainThread: stdout[55]: LVM 2024-03-01 17:19:14,603 INFO program/MainThread: stderr[55]: 2024-03-01 17:19:14,603 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 17:19:14,604 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:19:14,607 INFO program/MainThread: stdout[56]: LVM 2024-03-01 17:19:14,607 INFO program/MainThread: stderr[56]: 2024-03-01 17:19:14,607 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 17:19:14,607 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:19:14,611 INFO program/MainThread: stdout[57]: LVM 2024-03-01 17:19:14,611 INFO program/MainThread: stderr[57]: 2024-03-01 17:19:14,611 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 17:19:14,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:14,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 17:19:14,623 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:14,625 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:14,625 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:14,626 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:14,620 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f0944091828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S 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 (0x7f09440c8710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:14,627 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:19:14,631 INFO program/MainThread: stdout[58]: LVM 2024-03-01 17:19:14,631 INFO program/MainThread: stderr[58]: 2024-03-01 17:19:14,631 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 17:19:14,636 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:19:14,640 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:14,640 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 17:19:14,643 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:14,643 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 17:19:14,647 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:14,647 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 17:19:14,651 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:14,651 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 17:19:14,651 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 17:19:14,655 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:19:14,655 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 17:19:14,659 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:19:14,659 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:19:14,659 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:19:14,662 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '27441688'} ; 2024-03-01 17:19:14,663 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:19:14,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:19:14,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:14,674 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:19:14,675 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:19:14,675 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:19:14,675 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:19:14,675 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 17:19:14,675 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 17:19:14,678 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:19:14,682 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:19:14,682 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:19:14,685 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:19:14,686 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:19:14,686 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 17:19:14,686 INFO blivet/MainThread: got device: DiskDevice instance (0x7f094409d048) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:19:14,690 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:19:14,693 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:14,693 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 17:19:14,697 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:14,697 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 17:19:14,700 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:14,700 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 17:19:14,704 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:14,704 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 17:19:14,707 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:19:14,710 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:19:14,713 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:19:14,718 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 0x7f094408fd48> 2024-03-01 17:19:17,779 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 17:19:17,784 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:19:17,784 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:19:17,788 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_FS_UUID_ENC': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', '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': 'b2f85011-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'ID_SCSI': '1', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '27446458'} ; 2024-03-01 17:19:17,788 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:19:17,788 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:19:17,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:17,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:17,800 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:19:17,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:17,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:17,807 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:17,820 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:17,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:19:17,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 17:19:17,844 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 17:19:17,848 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:19:17,848 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 17:19:17,851 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:19:17,855 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:19:17,855 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:19:17,858 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:19:17,859 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:19:17,859 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:19:17,862 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:19:17,866 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:19:17,869 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:19:17,872 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:19:17,875 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:19:17,876 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:19:17,876 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 17:19:17,877 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:19:17,876 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f09440b0f60) -- name = xvda1 status = True id = 238 children = [] parents = ['existing 250 GiB disk xvda (228) with existing msdos disklabel'] uuid = b2f85011-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 0x7f09440b59e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:19:17,881 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:19:17,885 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:17,885 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 17:19:17,888 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:17,888 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 17:19:17,892 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:17,892 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 17:19:17,895 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:17,895 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 17:19:17,896 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:19:17,899 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:19:17,899 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 17:19:17,902 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:19:17,902 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:19:17,906 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNZti5VwOmfFJ7PUZ0MI10kVI9rU0j5S3S ' '/dev/test_vg3/lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/4efdec22-a294-41d0-86fe-5b8217545c2f', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNZti5VwOmfFJ7PUZ0MI10kVI9rU0j5S3S', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4efdec22-a294-41d0-86fe-5b8217545c2f', 'ID_FS_UUID_ENC': '4efdec22-a294-41d0-86fe-5b8217545c2f', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1199375483'} ; 2024-03-01 17:19:17,906 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:19:17,906 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:19:17,910 INFO program/MainThread: stdout[59]: LVM 2024-03-01 17:19:17,911 INFO program/MainThread: stderr[59]: 2024-03-01 17:19:17,911 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 17:19:17,911 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:19:17,915 INFO program/MainThread: stdout[60]: LVM 2024-03-01 17:19:17,915 INFO program/MainThread: stderr[60]: 2024-03-01 17:19:17,915 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 17:19:17,915 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:19:17,919 INFO program/MainThread: stdout[61]: LVM 2024-03-01 17:19:17,919 INFO program/MainThread: stderr[61]: 2024-03-01 17:19:17,919 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 17:19:17,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:17,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 17:19:17,931 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:17,932 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:17,933 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:17,934 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:17,928 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f0944091828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f09440c8710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:17,935 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:19:17,939 INFO program/MainThread: stdout[62]: LVM 2024-03-01 17:19:17,939 INFO program/MainThread: stderr[62]: 2024-03-01 17:19:17,939 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 17:19:17,944 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:19:17,944 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 17:19:17,947 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/d93243f7-065e-450d-8289-8946b28ef431 ' '/dev/disk/by-id/dm-uuid-LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNDv73AzWJ6OEoz3v4qgVAdts064N0BM8e ' '/dev/test_vg3/lv7 /dev/mapper/test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', '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-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNDv73AzWJ6OEoz3v4qgVAdts064N0BM8e', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd93243f7-065e-450d-8289-8946b28ef431', 'ID_FS_UUID_ENC': 'd93243f7-065e-450d-8289-8946b28ef431', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1199739404'} ; 2024-03-01 17:19:17,948 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:19:17,948 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:19:17,952 INFO program/MainThread: stdout[63]: LVM 2024-03-01 17:19:17,952 INFO program/MainThread: stderr[63]: 2024-03-01 17:19:17,952 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 17:19:17,952 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:19:17,956 INFO program/MainThread: stdout[64]: LVM 2024-03-01 17:19:17,956 INFO program/MainThread: stderr[64]: 2024-03-01 17:19:17,956 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 17:19:17,956 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:19:17,960 INFO program/MainThread: stdout[65]: LVM 2024-03-01 17:19:17,960 INFO program/MainThread: stderr[65]: 2024-03-01 17:19:17,960 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 17:19:17,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:17,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 17:19:17,972 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:17,974 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:17,974 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:17,975 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:17,969 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f09440a6748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f09440c8710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:17,976 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:19:17,980 INFO program/MainThread: stdout[66]: LVM 2024-03-01 17:19:17,980 INFO program/MainThread: stderr[66]: 2024-03-01 17:19:17,981 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 17:19:17,985 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:19:17,985 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 17:19:17,988 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNhowUmEyKQMV9PoaFYX25RYRgMc2b5i3B ' '/dev/disk/by-uuid/78807e98-a314-48ed-9763-ac6893919710 ' '/dev/mapper/test_vg3-lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNhowUmEyKQMV9PoaFYX25RYRgMc2b5i3B', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '78807e98-a314-48ed-9763-ac6893919710', 'ID_FS_UUID_ENC': '78807e98-a314-48ed-9763-ac6893919710', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1200089970'} ; 2024-03-01 17:19:17,988 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:19:17,989 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:19:17,993 INFO program/MainThread: stdout[67]: LVM 2024-03-01 17:19:17,993 INFO program/MainThread: stderr[67]: 2024-03-01 17:19:17,993 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 17:19:17,993 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:19:17,996 INFO program/MainThread: stdout[68]: LVM 2024-03-01 17:19:17,997 INFO program/MainThread: stderr[68]: 2024-03-01 17:19:17,997 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 17:19:17,997 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:19:18,000 INFO program/MainThread: stdout[69]: LVM 2024-03-01 17:19:18,000 INFO program/MainThread: stderr[69]: 2024-03-01 17:19:18,000 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 17:19:18,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:18,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 17:19:18,012 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:18,014 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:18,014 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:18,015 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:18,009 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f09440f4828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f09440c8710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:18,016 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:19:18,020 INFO program/MainThread: stdout[70]: LVM 2024-03-01 17:19:18,020 INFO program/MainThread: stderr[70]: 2024-03-01 17:19:18,021 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 17:19:18,025 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:19:18,025 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 17:19:18,028 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNZbcKQ2OGxs4RexGhQ7z0H3SHpHmqNlyn ' '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/601fecaf-b2a2-4401-a9f5-05f2e15301db', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNZbcKQ2OGxs4RexGhQ7z0H3SHpHmqNlyn', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '601fecaf-b2a2-4401-a9f5-05f2e15301db', 'ID_FS_UUID_ENC': '601fecaf-b2a2-4401-a9f5-05f2e15301db', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1200439246'} ; 2024-03-01 17:19:18,028 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:19:18,029 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:19:18,033 INFO program/MainThread: stdout[71]: LVM 2024-03-01 17:19:18,033 INFO program/MainThread: stderr[71]: 2024-03-01 17:19:18,033 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 17:19:18,033 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:19:18,036 INFO program/MainThread: stdout[72]: LVM 2024-03-01 17:19:18,037 INFO program/MainThread: stderr[72]: 2024-03-01 17:19:18,037 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 17:19:18,037 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:19:18,040 INFO program/MainThread: stdout[73]: LVM 2024-03-01 17:19:18,041 INFO program/MainThread: stderr[73]: 2024-03-01 17:19:18,041 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 17:19:18,046 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:18,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 17:19:18,053 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:18,054 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:18,054 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:18,056 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:18,049 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f09441076d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f09440c8710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:18,056 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:19:18,060 INFO program/MainThread: stdout[74]: LVM 2024-03-01 17:19:18,061 INFO program/MainThread: stderr[74]: 2024-03-01 17:19:18,061 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 17:19:18,065 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:19:18,065 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 17:19:18,069 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-uuid/efa8984d-9736-46c6-b617-67808c8a96c4 ' '/dev/test_vg2/lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-8FnjLrnsVCIcGW4e056OQebmfXOPUWq3sWusCzHco9v953ixKYdLlPgXoUO95SHc', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', '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-8FnjLrnsVCIcGW4e056OQebmfXOPUWq3sWusCzHco9v953ixKYdLlPgXoUO95SHc', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'efa8984d-9736-46c6-b617-67808c8a96c4', 'ID_FS_UUID_ENC': 'efa8984d-9736-46c6-b617-67808c8a96c4', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1201417201'} ; 2024-03-01 17:19:18,069 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:19:18,069 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:19:18,073 INFO program/MainThread: stdout[75]: LVM 2024-03-01 17:19:18,073 INFO program/MainThread: stderr[75]: 2024-03-01 17:19:18,073 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 17:19:18,073 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:19:18,077 INFO program/MainThread: stdout[76]: LVM 2024-03-01 17:19:18,077 INFO program/MainThread: stderr[76]: 2024-03-01 17:19:18,077 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 17:19:18,077 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:19:18,080 INFO program/MainThread: stdout[77]: LVM 2024-03-01 17:19:18,081 INFO program/MainThread: stderr[77]: 2024-03-01 17:19:18,081 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 17:19:18,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:18,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 17:19:18,092 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:18,093 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:18,093 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:18,094 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:18,090 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f0953175ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f09440f6518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:18,095 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:19:18,099 INFO program/MainThread: stdout[78]: LVM 2024-03-01 17:19:18,099 INFO program/MainThread: stderr[78]: 2024-03-01 17:19:18,099 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 17:19:18,104 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:19:18,104 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 17:19:18,107 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-uuid/d1e182ae-d2ff-4de6-8ad2-cd7518aca578 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-8FnjLrnsVCIcGW4e056OQebmfXOPUWq3x192EUxuiMUEsolqvsw6lYGf9iAbtK3C ' '/dev/test_vg2/lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', '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-8FnjLrnsVCIcGW4e056OQebmfXOPUWq3x192EUxuiMUEsolqvsw6lYGf9iAbtK3C', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd1e182ae-d2ff-4de6-8ad2-cd7518aca578', 'ID_FS_UUID_ENC': 'd1e182ae-d2ff-4de6-8ad2-cd7518aca578', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1201746443'} ; 2024-03-01 17:19:18,107 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:19:18,107 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:19:18,111 INFO program/MainThread: stdout[79]: LVM 2024-03-01 17:19:18,112 INFO program/MainThread: stderr[79]: 2024-03-01 17:19:18,112 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 17:19:18,112 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:19:18,115 INFO program/MainThread: stdout[80]: LVM 2024-03-01 17:19:18,116 INFO program/MainThread: stderr[80]: 2024-03-01 17:19:18,116 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 17:19:18,116 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:19:18,119 INFO program/MainThread: stdout[81]: LVM 2024-03-01 17:19:18,119 INFO program/MainThread: stderr[81]: 2024-03-01 17:19:18,120 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 17:19:18,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:18,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 17:19:18,131 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:18,132 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:18,132 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:18,133 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:18,128 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f09440fef60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f09440f6518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:18,134 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:19:18,138 INFO program/MainThread: stdout[82]: LVM 2024-03-01 17:19:18,138 INFO program/MainThread: stderr[82]: 2024-03-01 17:19:18,138 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 17:19:18,142 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:19:18,142 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 17:19:18,146 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-uuid/a38c7d66-d4cc-4c89-b333-18db2a07abf6 ' '/dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-7f0eCK8TOA0PTjIfhLmLrJQdHcVDDE74uksCv3bEzEX8Tk7GDZPpfLflQjxKA4Cp ' '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-7f0eCK8TOA0PTjIfhLmLrJQdHcVDDE74uksCv3bEzEX8Tk7GDZPpfLflQjxKA4Cp', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a38c7d66-d4cc-4c89-b333-18db2a07abf6', 'ID_FS_UUID_ENC': 'a38c7d66-d4cc-4c89-b333-18db2a07abf6', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1202627488'} ; 2024-03-01 17:19:18,146 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:19:18,146 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:19:18,150 INFO program/MainThread: stdout[83]: LVM 2024-03-01 17:19:18,151 INFO program/MainThread: stderr[83]: 2024-03-01 17:19:18,151 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 17:19:18,151 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:19:18,154 INFO program/MainThread: stdout[84]: LVM 2024-03-01 17:19:18,155 INFO program/MainThread: stderr[84]: 2024-03-01 17:19:18,155 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 17:19:18,155 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:19:18,158 INFO program/MainThread: stdout[85]: LVM 2024-03-01 17:19:18,158 INFO program/MainThread: stderr[85]: 2024-03-01 17:19:18,158 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 17:19:18,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:18,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 17:19:18,170 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:18,171 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:18,171 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:18,172 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:18,167 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f09440dedd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0944156ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:18,172 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:19:18,176 INFO program/MainThread: stdout[86]: LVM 2024-03-01 17:19:18,177 INFO program/MainThread: stderr[86]: 2024-03-01 17:19:18,177 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 17:19:18,181 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:19:18,181 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 17:19:18,184 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-7f0eCK8TOA0PTjIfhLmLrJQdHcVDDE74QxzW3qe07NFYBpQj81tWHaVsgMtAY72P ' '/dev/disk/by-uuid/20632f9b-f047-4b18-ba09-16b57fb865aa ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', '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-7f0eCK8TOA0PTjIfhLmLrJQdHcVDDE74QxzW3qe07NFYBpQj81tWHaVsgMtAY72P', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '20632f9b-f047-4b18-ba09-16b57fb865aa', 'ID_FS_UUID_ENC': '20632f9b-f047-4b18-ba09-16b57fb865aa', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1202965716'} ; 2024-03-01 17:19:18,185 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:19:18,185 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:19:18,189 INFO program/MainThread: stdout[87]: LVM 2024-03-01 17:19:18,189 INFO program/MainThread: stderr[87]: 2024-03-01 17:19:18,189 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 17:19:18,189 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:19:18,193 INFO program/MainThread: stdout[88]: LVM 2024-03-01 17:19:18,193 INFO program/MainThread: stderr[88]: 2024-03-01 17:19:18,193 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 17:19:18,193 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:19:18,196 INFO program/MainThread: stdout[89]: LVM 2024-03-01 17:19:18,197 INFO program/MainThread: stderr[89]: 2024-03-01 17:19:18,197 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 17:19:18,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:18,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:19:18,208 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:18,209 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:18,209 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:18,210 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:18,205 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f09440def28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0944156ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:18,210 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:19:18,214 INFO program/MainThread: stdout[90]: LVM 2024-03-01 17:19:18,215 INFO program/MainThread: stderr[90]: 2024-03-01 17:19:18,215 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 17:19:18,219 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:19:18,219 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:19:18,219 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:18,233 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:18,249 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:19:18,250 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:19:18,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:19:18,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:18,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:19:18,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:19:18,265 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:19:18,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:19:18,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:18,274 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:19:18,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:19:18,278 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:19:18,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:19:18,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:18,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:19:18,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:19:18,290 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:19:18,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:19:18,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:18,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:19:18,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:19:18,303 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:19:18,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:19:18,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:18,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:19:18,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:19:18,316 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:19:18,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:19:18,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:18,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:19:18,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:19:18,328 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:19:23,214 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_07r_169t/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:19:23,252 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:19:23,252 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:19:23,255 INFO program/MainThread: stdout[2]: 2024-03-01 17:19:23,255 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 17:19:23,255 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:19:23,256 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:19:23,260 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:23,261 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:19:23,264 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:19:23,265 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:19:23,268 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:19:23,268 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:19:23,271 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:19:23,271 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:19:23,283 INFO program/MainThread: stdout: 2024-03-01 17:19:23,284 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:19:23,284 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ 2024-03-01 17:19:23,284 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs a38c7d66-d4cc-4c89-b333-18db2a07abf6 2024-03-01 17:19:23,284 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY 2024-03-01 17:19:23,284 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs a38c7d66-d4cc-4c89-b333-18db2a07abf6 2024-03-01 17:19:23,284 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 20632f9b-f047-4b18-ba09-16b57fb865aa 2024-03-01 17:19:23,284 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 2024-03-01 17:19:23,284 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8 2024-03-01 17:19:23,284 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs efa8984d-9736-46c6-b617-67808c8a96c4 2024-03-01 17:19:23,284 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs d1e182ae-d2ff-4de6-8ad2-cd7518aca578 2024-03-01 17:19:23,284 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np 2024-03-01 17:19:23,284 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx 2024-03-01 17:19:23,284 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2 2024-03-01 17:19:23,284 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 4efdec22-a294-41d0-86fe-5b8217545c2f 2024-03-01 17:19:23,284 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs d93243f7-065e-450d-8289-8946b28ef431 2024-03-01 17:19:23,284 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 78807e98-a314-48ed-9763-ac6893919710 2024-03-01 17:19:23,284 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI 2024-03-01 17:19:23,284 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 78807e98-a314-48ed-9763-ac6893919710 2024-03-01 17:19:23,284 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE 2024-03-01 17:19:23,284 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 601fecaf-b2a2-4401-a9f5-05f2e15301db 2024-03-01 17:19:23,284 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB 2024-03-01 17:19:23,284 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 601fecaf-b2a2-4401-a9f5-05f2e15301db 2024-03-01 17:19:23,284 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:19:23,284 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:19:23,284 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:19:23,285 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:19:23,285 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:23,285 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs a38c7d66-d4cc-4c89-b333-18db2a07abf6 sdb 1073741824 root disk brw-rw---- LVM2_member AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs a38c7d66-d4cc-4c89-b333-18db2a07abf6 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 20632f9b-f047-4b18-ba09-16b57fb865aa sdc 1073741824 root disk brw-rw---- LVM2_member SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 sdd 1073741824 root disk brw-rw---- LVM2_member vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8 |-test_vg2-lv4 641728512 root disk brw-rw---- xfs efa8984d-9736-46c6-b617-67808c8a96c4 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs d1e182ae-d2ff-4de6-8ad2-cd7518aca578 sde 1073741824 root disk brw-rw---- LVM2_member HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np sdf 1073741824 root disk brw-rw---- LVM2_member rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx sdg 1073741824 root disk brw-rw---- LVM2_member zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2 |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 4efdec22-a294-41d0-86fe-5b8217545c2f |-test_vg3-lv7 427819008 root disk brw-rw---- xfs d93243f7-065e-450d-8289-8946b28ef431 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 78807e98-a314-48ed-9763-ac6893919710 sdh 1073741824 root disk brw-rw---- LVM2_member nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 78807e98-a314-48ed-9763-ac6893919710 sdi 1073741824 root disk brw-rw---- LVM2_member gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 601fecaf-b2a2-4401-a9f5-05f2e15301db sdj 1073741824 root disk brw-rw---- LVM2_member l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 601fecaf-b2a2-4401-a9f5-05f2e15301db 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 d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:19:23,285 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:19:23,285 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:19:23,285 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:19:23,285 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:19:23,286 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:19:23,286 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:19:23,286 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:23,300 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:23,315 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 17:19:23,320 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:24d830fc-9489-4717-9a40-e187f224432e ' '/dev/disk/by-id/scsi-3600140524d830fc948947179a40e187f ' '/dev/disk/by-id/wwn-0x600140524d830fc948947179a40e187f ' '/dev/disk/by-id/lvm-pv-uuid-LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_24d830fc-9489-4717-9a40-e187f224432e', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ', 'ID_FS_UUID_ENC': 'LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ', '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': '24d830fc-9489-4717-9a40-e187f224432e', 'ID_SERIAL': '3600140524d830fc948947179a40e187f', 'ID_SERIAL_SHORT': '600140524d830fc948947179a40e187f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140524d830fc9', 'ID_WWN_VENDOR_EXTENSION': '0x48947179a40e187f', 'ID_WWN_WITH_EXTENSION': '0x600140524d830fc948947179a40e187f', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140524d830fc948947179a40e187f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:24d830fc-9489-4717-9a40-e187f224432e', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '24d830fc-9489-4717-9a40-e187f224432e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:0', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:0.service', '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': '622371759'} ; 2024-03-01 17:19:23,320 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:19:23,321 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= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:23,353 INFO program/MainThread: stdout[3]: 2024-03-01 17:19:23,354 INFO program/MainThread: stderr[3]: 2024-03-01 17:19:23,354 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:19:23,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:19:23,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:23,367 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:19:23,372 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:19:23,373 INFO blivet/MainThread: sda is a disk 2024-03-01 17:19:23,373 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:19:23,373 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:19:23,377 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:19:23,380 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:19:23,381 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:19:23,384 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:19:23,384 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:19:23,385 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:19:23,385 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd13f399cc0) -- 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 = 600140524d830fc948947179a40e187f 2024-03-01 17:19:23,389 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:19:23,393 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:23,393 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:19:23,396 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:23,396 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:19:23,400 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:23,400 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:19:23,403 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:23,404 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:19:23,407 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:19:23,407 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:19:23,407 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= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:23,436 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_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=AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_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=SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:19:23,437 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY. WARNING: Couldn't find device with uuid SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0. WARNING: VG test_vg1 is missing PV AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:19:23,437 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:19:23,437 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:19:23,442 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ ; label: None ; device: /dev/sda ; serial: 3600140524d830fc948947179a40e187f ; exists: True ; vg_name: test_vg1 ; vg_uuid: 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 ; pe_start: 8 MiB ; 2024-03-01 17:19:23,442 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:19:23,445 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:19:23,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:23,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:19:23,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:23,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:23,458 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= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:23,485 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:19:23,486 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY. WARNING: Couldn't find device with uuid SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0. WARNING: VG test_vg1 is missing PV AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:19:23,486 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:19:23,486 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:19:23,486 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:19:23,493 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:19:23,497 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:19:23,498 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:19:23,501 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:19:23,501 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= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:23,530 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P 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=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp 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=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:19:23,531 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY. WARNING: Couldn't find device with uuid SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0. WARNING: VG test_vg1 is missing PV AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:19:23,531 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:19:23,536 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:19:23,536 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:19:23,539 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:19:23,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:23,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:19:23,546 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:19:23,546 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:19:23,550 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:0a4b1b2f-faa8-4478-a6ad-d33c9c44f053 ' '/dev/disk/by-id/lvm-pv-uuid-AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY ' '/dev/disk/by-id/wwn-0x60014050a4b1b2ffaa84478a6add33c9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_0a4b1b2f-faa8-4478-a6ad-d33c9c44f053 ' '/dev/disk/by-id/scsi-360014050a4b1b2ffaa84478a6add33c9', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY', 'ID_FS_UUID_ENC': 'AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY', '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': '0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'ID_SERIAL': '360014050a4b1b2ffaa84478a6add33c9', 'ID_SERIAL_SHORT': '60014050a4b1b2ffaa84478a6add33c9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050a4b1b2ff', 'ID_WWN_VENDOR_EXTENSION': '0xaa84478a6add33c9', 'ID_WWN_WITH_EXTENSION': '0x60014050a4b1b2ffaa84478a6add33c9', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050a4b1b2ffaa84478a6add33c9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0a4b1b2f-faa8-4478-a6ad-d33c9c44f053', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:16', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:16.service', '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': '622398431'} ; 2024-03-01 17:19:23,550 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:19:23,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:19:23,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:23,561 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:19:23,561 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:19:23,561 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:19:23,562 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:19:23,565 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:19:23,568 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:19:23,568 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:19:23,571 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:19:23,572 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:19:23,572 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:19:23,572 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd13e207358) -- 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 = 60014050a4b1b2ffaa84478a6add33c9 2024-03-01 17:19:23,576 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:19:23,580 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:23,580 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:19:23,583 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:23,583 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:19:23,587 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:23,587 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:19:23,590 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:23,590 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:19:23,593 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:19:23,593 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:19:23,594 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= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:23,621 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_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=SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:19:23,622 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0. WARNING: VG test_vg1 is missing PV SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 (last written to /dev/sdc). 2024-03-01 17:19:23,622 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:19:23,622 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:19:23,626 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY ; label: None ; device: /dev/sdb ; serial: 360014050a4b1b2ffaa84478a6add33c9 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 17:19:23,627 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:19:23,630 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:19:23,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:23,636 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:19:23,640 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:19:23,643 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:19:23,647 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:19:23,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:23,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:19:23,653 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= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:23,680 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P 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=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:19:23,681 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0. WARNING: VG test_vg1 is missing PV SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 (last written to /dev/sdc). 2024-03-01 17:19:23,681 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:19:23,681 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:19:23,681 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:19:23,686 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140528bd3878ecc24d19b06121fc9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:28bd3878-ecc2-4d19-b061-21fc9998fc12 ' '/dev/disk/by-id/wwn-0x600140528bd3878ecc24d19b06121fc9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_28bd3878-ecc2-4d19-b061-21fc9998fc12', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', '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': '28bd3878-ecc2-4d19-b061-21fc9998fc12', 'ID_SERIAL': '3600140528bd3878ecc24d19b06121fc9', 'ID_SERIAL_SHORT': '600140528bd3878ecc24d19b06121fc9', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140528bd3878e', 'ID_WWN_VENDOR_EXTENSION': '0xcc24d19b06121fc9', 'ID_WWN_WITH_EXTENSION': '0x600140528bd3878ecc24d19b06121fc9', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140528bd3878ecc24d19b06121fc9', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:28bd3878-ecc2-4d19-b061-21fc9998fc12', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '28bd3878-ecc2-4d19-b061-21fc9998fc12', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623171442'} ; 2024-03-01 17:19:23,686 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:19:23,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:19:23,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:23,697 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:19:23,697 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:19:23,698 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:19:23,698 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:19:23,701 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:19:23,704 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:19:23,705 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:19:23,708 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:19:23,708 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:19:23,709 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:19:23,709 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd13e207518) -- 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 = 600140528bd3878ecc24d19b06121fc9 2024-03-01 17:19:23,712 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:19:23,713 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:19:23,716 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014051b67c6ecf5d549f68a29a5574 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_1b67c6ec-f5d5-49f6-8a29-a55740478890 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:1b67c6ec-f5d5-49f6-8a29-a55740478890 ' '/dev/disk/by-id/wwn-0x60014051b67c6ecf5d549f68a29a5574', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', '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': '1b67c6ec-f5d5-49f6-8a29-a55740478890', 'ID_SERIAL': '360014051b67c6ecf5d549f68a29a5574', 'ID_SERIAL_SHORT': '60014051b67c6ecf5d549f68a29a5574', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051b67c6ecf', 'ID_WWN_VENDOR_EXTENSION': '0x5d549f68a29a5574', 'ID_WWN_WITH_EXTENSION': '0x60014051b67c6ecf5d549f68a29a5574', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051b67c6ecf5d549f68a29a5574', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:1b67c6ec-f5d5-49f6-8a29-a55740478890', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1b67c6ec-f5d5-49f6-8a29-a55740478890', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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': '623258240'} ; 2024-03-01 17:19:23,716 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:19:23,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:19:23,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:23,726 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:19:23,727 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:19:23,727 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:19:23,727 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:19:23,730 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:19:23,734 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:19:23,734 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:19:23,737 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:19:23,738 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:19:23,738 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:19:23,738 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd13e214d30) -- 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 = 60014051b67c6ecf5d549f68a29a5574 2024-03-01 17:19:23,742 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:19:23,742 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:19:23,745 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058da899b5508c4e9b8e57207f6 ' '/dev/disk/by-id/wwn-0x60014058da899b5508c4e9b8e57207f6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_8da899b5-508c-4e9b-8e57-207f649c362b ' '/dev/disk/by-id/lvm-pv-uuid-SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:8da899b5-508c-4e9b-8e57-207f649c362b', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0', 'ID_FS_UUID_ENC': 'SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0', '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': '8da899b5-508c-4e9b-8e57-207f649c362b', 'ID_SERIAL': '360014058da899b5508c4e9b8e57207f6', 'ID_SERIAL_SHORT': '60014058da899b5508c4e9b8e57207f6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058da899b55', 'ID_WWN_VENDOR_EXTENSION': '0x08c4e9b8e57207f6', 'ID_WWN_WITH_EXTENSION': '0x60014058da899b5508c4e9b8e57207f6', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058da899b5508c4e9b8e57207f6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:8da899b5-508c-4e9b-8e57-207f649c362b', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8da899b5-508c-4e9b-8e57-207f649c362b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:32', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:32.service', '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': '622385189'} ; 2024-03-01 17:19:23,745 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:19:23,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:19:23,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:23,755 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:19:23,756 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:19:23,756 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:19:23,756 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:19:23,760 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:19:23,763 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:19:23,763 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:19:23,766 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:19:23,767 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:19:23,767 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:19:23,767 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd13e21e320) -- 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 = 60014058da899b5508c4e9b8e57207f6 2024-03-01 17:19:23,771 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:19:23,774 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:23,775 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:19:23,778 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:23,778 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:19:23,781 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:23,781 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:19:23,785 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:23,785 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:19:23,788 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:19:23,788 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:19:23,788 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= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:23,818 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:19:23,819 INFO program/MainThread: stderr[9]: 2024-03-01 17:19:23,819 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:19:23,819 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:19:23,823 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 ; label: None ; device: /dev/sdc ; serial: 360014058da899b5508c4e9b8e57207f6 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:19:23,824 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:19:23,827 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:19:23,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:23,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:19:23,837 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:19:23,840 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:19:23,843 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:19:23,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:23,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:19:23,850 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= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:23,880 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P 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=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:19:23,881 INFO program/MainThread: stderr[10]: 2024-03-01 17:19:23,881 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:19:23,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:23,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:23,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P ; incomplete: False ; hidden: False ; 2024-03-01 17:19:23,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:19:23,895 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:19:23,899 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:19:23,900 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:19:23,903 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:19:23,907 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:19:23,907 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:19:23,911 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 17:19:23,912 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:19:23,912 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:19:23,916 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:19:23,920 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:19:23,920 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:19:23,924 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:19:23,927 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:19:23,927 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:19:23,931 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 17:19:23,932 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:19:23,932 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:19:23,932 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:19:23,935 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:19:23,936 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:19:23,939 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 17:19:23,939 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:19:23,943 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/20632f9b-f047-4b18-ba09-16b57fb865aa ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-7f0eCK8TOA0PTjIfhLmLrJQdHcVDDE74QxzW3qe07NFYBpQj81tWHaVsgMtAY72P ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', '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-7f0eCK8TOA0PTjIfhLmLrJQdHcVDDE74QxzW3qe07NFYBpQj81tWHaVsgMtAY72P', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '20632f9b-f047-4b18-ba09-16b57fb865aa', 'ID_FS_UUID_ENC': '20632f9b-f047-4b18-ba09-16b57fb865aa', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1202965716'} ; 2024-03-01 17:19:23,943 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:19:23,944 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:19:23,947 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:19:23,948 INFO program/MainThread: stderr[11]: 2024-03-01 17:19:23,948 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:19:23,948 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:19:23,951 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:19:23,951 INFO program/MainThread: stderr[12]: 2024-03-01 17:19:23,952 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:19:23,952 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:19:23,955 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:19:23,956 INFO program/MainThread: stderr[13]: 2024-03-01 17:19:23,956 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:19:23,960 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:23,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:19:23,967 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:23,968 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:19:23,968 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:23,969 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:19:23,964 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P 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 (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:23,970 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:19:23,974 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:19:23,974 INFO program/MainThread: stderr[14]: 2024-03-01 17:19:23,974 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:19:23,978 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:19:23,983 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:23,983 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:19:23,986 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:23,986 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:19:23,990 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:23,990 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:19:23,994 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:23,994 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:19:23,996 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:19:23,996 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:19:24,000 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:19:24,000 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:19:24,004 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:19:24,004 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:19:24,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:24,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:24,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp ; incomplete: False ; hidden: False ; 2024-03-01 17:19:24,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:19:24,018 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:19:24,021 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:19:24,021 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:19:24,025 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:19:24,028 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:19:24,029 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:19:24,032 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 17:19:24,033 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:19:24,033 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:19:24,037 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:19:24,040 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:19:24,040 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:19:24,044 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:19:24,048 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:19:24,048 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:19:24,051 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 17:19:24,052 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:19:24,052 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:19:24,052 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 17:19:24,056 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:19:24,056 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:19:24,059 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 17:19:24,060 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:19:24,063 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/disk/by-uuid/a38c7d66-d4cc-4c89-b333-18db2a07abf6 ' '/dev/disk/by-id/dm-uuid-LVM-7f0eCK8TOA0PTjIfhLmLrJQdHcVDDE74uksCv3bEzEX8Tk7GDZPpfLflQjxKA4Cp ' '/dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-7f0eCK8TOA0PTjIfhLmLrJQdHcVDDE74uksCv3bEzEX8Tk7GDZPpfLflQjxKA4Cp', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a38c7d66-d4cc-4c89-b333-18db2a07abf6', 'ID_FS_UUID_ENC': 'a38c7d66-d4cc-4c89-b333-18db2a07abf6', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1202627488'} ; 2024-03-01 17:19:24,063 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:19:24,064 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:19:24,068 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:19:24,068 INFO program/MainThread: stderr[15]: 2024-03-01 17:19:24,068 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:19:24,068 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:19:24,072 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:19:24,072 INFO program/MainThread: stderr[16]: 2024-03-01 17:19:24,072 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:19:24,072 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:19:24,076 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:19:24,076 INFO program/MainThread: stderr[17]: 2024-03-01 17:19:24,076 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:19:24,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:24,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 17:19:24,087 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:24,088 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:24,088 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:24,089 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:24,084 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp 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 (0x7fd13e295ac8) -- name = test_vg1 status = True 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:24,090 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:19:24,094 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:19:24,094 INFO program/MainThread: stderr[18]: 2024-03-01 17:19:24,094 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:19:24,099 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:19:24,103 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:24,103 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:19:24,106 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:24,106 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:19:24,110 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:24,110 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:19:24,114 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:24,114 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:19:24,115 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 17:19:24,118 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:19:24,118 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:19:24,122 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:19:24,122 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:19:24,122 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:19:24,126 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8 ' '/dev/disk/by-id/wwn-0x6001405be2d658a434f48da8f2adf26c ' '/dev/disk/by-id/scsi-36001405be2d658a434f48da8f2adf26c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_be2d658a-434f-48da-8f2a-df26c1ebe318 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:be2d658a-434f-48da-8f2a-df26c1ebe318', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8', 'ID_FS_UUID_ENC': 'vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8', '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': 'be2d658a-434f-48da-8f2a-df26c1ebe318', 'ID_SERIAL': '36001405be2d658a434f48da8f2adf26c', 'ID_SERIAL_SHORT': '6001405be2d658a434f48da8f2adf26c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405be2d658a4', 'ID_WWN_VENDOR_EXTENSION': '0x34f48da8f2adf26c', 'ID_WWN_WITH_EXTENSION': '0x6001405be2d658a434f48da8f2adf26c', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405be2d658a434f48da8f2adf26c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:be2d658a-434f-48da-8f2a-df26c1ebe318', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'be2d658a-434f-48da-8f2a-df26c1ebe318', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:48', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:48.service', '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': '622508198'} ; 2024-03-01 17:19:24,126 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:19:24,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:19:24,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:24,137 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:19:24,138 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:19:24,138 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:19:24,138 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:19:24,141 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:19:24,144 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:19:24,145 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:19:24,148 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:19:24,148 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:19:24,149 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:19:24,149 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd13e237048) -- 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 = 6001405be2d658a434f48da8f2adf26c 2024-03-01 17:19:24,152 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:19:24,156 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:24,156 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:19:24,159 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:24,159 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:19:24,163 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:24,163 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:19:24,166 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:24,166 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:19:24,170 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 17:19:24,170 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:19:24,170 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= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:24,199 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:19:24,200 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np. WARNING: Couldn't find device with uuid rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx. WARNING: VG test_vg2 is missing PV HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np (last written to /dev/sde). WARNING: VG test_vg2 is missing PV rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx (last written to /dev/sdf). 2024-03-01 17:19:24,200 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:19:24,200 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 17:19:24,204 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8 ; label: None ; device: /dev/sdd ; serial: 36001405be2d658a434f48da8f2adf26c ; exists: True ; vg_name: test_vg2 ; vg_uuid: 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 17:19:24,205 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 17:19:24,208 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:19:24,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:24,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:19:24,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:24,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:24,221 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= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:24,248 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 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=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:19:24,249 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np. WARNING: Couldn't find device with uuid rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx. WARNING: VG test_vg2 is missing PV HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np (last written to /dev/sde). WARNING: VG test_vg2 is missing PV rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx (last written to /dev/sdf). 2024-03-01 17:19:24,249 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:19:24,249 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:19:24,250 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:19:24,254 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:19:24,258 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:19:24,258 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:19:24,262 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:19:24,262 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= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:24,290 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P 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=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C 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=sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:19:24,291 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np. WARNING: Couldn't find device with uuid rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx. WARNING: VG test_vg2 is missing PV HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np (last written to /dev/sde). WARNING: VG test_vg2 is missing PV rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx (last written to /dev/sdf). 2024-03-01 17:19:24,291 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:19:24,296 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 17:19:24,296 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 17:19:24,299 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 17:19:24,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:24,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:19:24,306 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:19:24,306 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:19:24,310 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2 ' '/dev/disk/by-id/lvm-pv-uuid-HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np ' '/dev/disk/by-id/scsi-360014053f4e31b3f8fd42f5816cab8c3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2 ' '/dev/disk/by-id/wwn-0x60014053f4e31b3f8fd42f5816cab8c3', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np', 'ID_FS_UUID_ENC': 'HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np', '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': '3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'ID_SERIAL': '360014053f4e31b3f8fd42f5816cab8c3', 'ID_SERIAL_SHORT': '60014053f4e31b3f8fd42f5816cab8c3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053f4e31b3f', 'ID_WWN_VENDOR_EXTENSION': '0x8fd42f5816cab8c3', 'ID_WWN_WITH_EXTENSION': '0x60014053f4e31b3f8fd42f5816cab8c3', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053f4e31b3f8fd42f5816cab8c3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3f4e31b3-f8fd-42f5-816c-ab8c3bfad7d2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:64', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:64.service', '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': '622572752'} ; 2024-03-01 17:19:24,310 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:19:24,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:19:24,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:24,321 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:19:24,322 INFO blivet/MainThread: sde is a disk 2024-03-01 17:19:24,322 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:19:24,322 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:19:24,325 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:19:24,329 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:19:24,329 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:19:24,332 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:19:24,333 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:19:24,333 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 17:19:24,333 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd13e2357f0) -- 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 = 60014053f4e31b3f8fd42f5816cab8c3 2024-03-01 17:19:24,337 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:19:24,340 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:24,340 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 17:19:24,344 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:24,344 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 17:19:24,347 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:24,347 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 17:19:24,351 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:24,351 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 17:19:24,354 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 17:19:24,354 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:19:24,354 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= devices { filter=["a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:24,381 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:19:24,382 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx. WARNING: VG test_vg2 is missing PV rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx (last written to /dev/sdf). 2024-03-01 17:19:24,382 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:19:24,382 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 17:19:24,386 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np ; label: None ; device: /dev/sde ; serial: 360014053f4e31b3f8fd42f5816cab8c3 ; exists: True ; vg_name: test_vg2 ; vg_uuid: 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:19:24,387 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 17:19:24,390 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:19:24,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:24,397 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:19:24,400 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:19:24,404 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:19:24,407 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 17:19:24,410 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:24,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:19:24,413 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= devices { filter=["a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:24,442 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P 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=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C 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=sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:19:24,443 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx. WARNING: VG test_vg2 is missing PV rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx (last written to /dev/sdf). 2024-03-01 17:19:24,443 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:19:24,443 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:19:24,443 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:19:24,448 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014058f0ba5a2e010400a93ac079ae ' '/dev/disk/by-id/lvm-pv-uuid-rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_8f0ba5a2-e010-400a-93ac-079aead2720d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:8f0ba5a2-e010-400a-93ac-079aead2720d ' '/dev/disk/by-id/scsi-360014058f0ba5a2e010400a93ac079ae', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx', 'ID_FS_UUID_ENC': 'rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx', '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': '8f0ba5a2-e010-400a-93ac-079aead2720d', 'ID_SERIAL': '360014058f0ba5a2e010400a93ac079ae', 'ID_SERIAL_SHORT': '60014058f0ba5a2e010400a93ac079ae', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058f0ba5a2e', 'ID_WWN_VENDOR_EXTENSION': '0x010400a93ac079ae', 'ID_WWN_WITH_EXTENSION': '0x60014058f0ba5a2e010400a93ac079ae', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058f0ba5a2e010400a93ac079ae', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:8f0ba5a2-e010-400a-93ac-079aead2720d', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8f0ba5a2-e010-400a-93ac-079aead2720d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:80', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:80.service', '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': '622620333'} ; 2024-03-01 17:19:24,448 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:19:24,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:19:24,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:24,460 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:19:24,460 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:19:24,460 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 17:19:24,461 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:19:24,464 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:19:24,467 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:19:24,468 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:19:24,471 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:19:24,471 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:19:24,472 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 17:19:24,472 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd13e235cc0) -- 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 = 60014058f0ba5a2e010400a93ac079ae 2024-03-01 17:19:24,476 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:19:24,479 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:24,479 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 17:19:24,483 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:24,483 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 17:19:24,486 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:24,487 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 17:19:24,490 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:24,490 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 17:19:24,493 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 17:19:24,493 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:19:24,493 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= devices { filter=["a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:24,522 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:19:24,523 INFO program/MainThread: stderr[24]: 2024-03-01 17:19:24,523 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:19:24,523 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 17:19:24,527 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx ; label: None ; device: /dev/sdf ; serial: 360014058f0ba5a2e010400a93ac079ae ; exists: True ; vg_name: test_vg2 ; vg_uuid: 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:19:24,528 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 17:19:24,531 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:19:24,534 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:24,537 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:19:24,541 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:19:24,545 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:19:24,548 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 17:19:24,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 ; incomplete: True ; hidden: False ; 2024-03-01 17:19:24,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:19:24,555 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= devices { filter=["a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:24,584 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P 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=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C 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=sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:19:24,585 INFO program/MainThread: stderr[25]: 2024-03-01 17:19:24,585 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:19:24,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:24,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:24,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C ; incomplete: False ; hidden: False ; 2024-03-01 17:19:24,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:19:24,600 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:19:24,604 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:19:24,604 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:19:24,607 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:19:24,611 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:19:24,612 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:19:24,615 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 17:19:24,616 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:19:24,616 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:19:24,620 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:19:24,623 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:19:24,624 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:19:24,627 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:19:24,631 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:19:24,631 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:19:24,634 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 17:19:24,635 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:19:24,635 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:19:24,635 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 17:19:24,639 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:19:24,639 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:19:24,642 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 17:19:24,643 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:19:24,646 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-uuid/d1e182ae-d2ff-4de6-8ad2-cd7518aca578 ' '/dev/disk/by-id/dm-uuid-LVM-8FnjLrnsVCIcGW4e056OQebmfXOPUWq3x192EUxuiMUEsolqvsw6lYGf9iAbtK3C ' '/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', '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-8FnjLrnsVCIcGW4e056OQebmfXOPUWq3x192EUxuiMUEsolqvsw6lYGf9iAbtK3C', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd1e182ae-d2ff-4de6-8ad2-cd7518aca578', 'ID_FS_UUID_ENC': 'd1e182ae-d2ff-4de6-8ad2-cd7518aca578', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1201746443'} ; 2024-03-01 17:19:24,647 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:19:24,647 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:19:24,651 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:19:24,651 INFO program/MainThread: stderr[26]: 2024-03-01 17:19:24,651 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:19:24,651 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:19:24,655 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:19:24,655 INFO program/MainThread: stderr[27]: 2024-03-01 17:19:24,655 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:19:24,655 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:19:24,658 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:19:24,658 INFO program/MainThread: stderr[28]: 2024-03-01 17:19:24,658 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:19:24,663 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:24,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 17:19:24,669 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:24,670 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:19:24,670 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:24,671 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:19:24,667 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C 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 (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:24,672 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:19:24,676 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:19:24,676 INFO program/MainThread: stderr[29]: 2024-03-01 17:19:24,676 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:19:24,680 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:19:24,685 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:24,685 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 17:19:24,689 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:24,689 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 17:19:24,692 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:24,692 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:19:24,696 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:24,696 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 17:19:24,696 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 17:19:24,700 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:19:24,700 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 17:19:24,703 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:19:24,704 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:19:24,707 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:24,710 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:24,713 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc ; incomplete: False ; hidden: False ; 2024-03-01 17:19:24,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:19:24,729 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:19:24,733 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:19:24,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:19:24,736 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:19:24,740 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:19:24,740 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:19:24,744 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:19:24,744 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:19:24,745 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 17:19:24,748 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:19:24,752 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:19:24,752 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:19:24,755 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:19:24,759 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:19:24,759 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:19:24,763 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:19:24,763 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:19:24,764 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:19:24,764 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 17:19:24,767 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:19:24,767 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:19:24,771 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:19:24,771 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:19:24,775 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-8FnjLrnsVCIcGW4e056OQebmfXOPUWq3sWusCzHco9v953ixKYdLlPgXoUO95SHc ' '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-uuid/efa8984d-9736-46c6-b617-67808c8a96c4 ' '/dev/test_vg2/lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', '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-8FnjLrnsVCIcGW4e056OQebmfXOPUWq3sWusCzHco9v953ixKYdLlPgXoUO95SHc', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'efa8984d-9736-46c6-b617-67808c8a96c4', 'ID_FS_UUID_ENC': 'efa8984d-9736-46c6-b617-67808c8a96c4', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1201417201'} ; 2024-03-01 17:19:24,775 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:19:24,775 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:19:24,779 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:19:24,780 INFO program/MainThread: stderr[30]: 2024-03-01 17:19:24,780 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:19:24,780 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:19:24,784 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:19:24,784 INFO program/MainThread: stderr[31]: 2024-03-01 17:19:24,784 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:19:24,784 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:19:24,788 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:19:24,788 INFO program/MainThread: stderr[32]: 2024-03-01 17:19:24,788 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:19:24,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:24,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 17:19:24,800 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:24,801 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:24,801 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:24,802 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:24,797 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc 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 (0x7fd13e235518) -- name = test_vg2 status = 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:24,802 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:19:24,806 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:19:24,807 INFO program/MainThread: stderr[33]: 2024-03-01 17:19:24,807 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:19:24,811 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:19:24,815 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:24,815 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 17:19:24,819 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:24,819 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 17:19:24,823 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:24,823 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 17:19:24,827 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:24,827 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 17:19:24,827 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 17:19:24,831 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:19:24,831 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 17:19:24,834 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:19:24,835 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:19:24,835 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:19:24,838 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014059ee2d7edb1904862876cf53ad ' '/dev/disk/by-id/wwn-0x60014059ee2d7edb1904862876cf53ad ' '/dev/disk/by-id/lvm-pv-uuid-zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:9ee2d7ed-b190-4862-876c-f53ad06aef55 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_9ee2d7ed-b190-4862-876c-f53ad06aef55', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2', 'ID_FS_UUID_ENC': 'zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2', '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': '9ee2d7ed-b190-4862-876c-f53ad06aef55', 'ID_SERIAL': '360014059ee2d7edb1904862876cf53ad', 'ID_SERIAL_SHORT': '60014059ee2d7edb1904862876cf53ad', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ee2d7edb', 'ID_WWN_VENDOR_EXTENSION': '0x1904862876cf53ad', 'ID_WWN_WITH_EXTENSION': '0x60014059ee2d7edb1904862876cf53ad', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ee2d7edb1904862876cf53ad', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:9ee2d7ed-b190-4862-876c-f53ad06aef55', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ee2d7ed-b190-4862-876c-f53ad06aef55', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:96', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:96.service', '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': '622852341'} ; 2024-03-01 17:19:24,839 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:19:24,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:19:24,846 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:24,850 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:19:24,851 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:19:24,851 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 17:19:24,851 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 17:19:24,854 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:19:24,857 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:19:24,858 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:19:24,861 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:19:24,861 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:19:24,862 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 17:19:24,862 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd13e21e710) -- 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 = 60014059ee2d7edb1904862876cf53ad 2024-03-01 17:19:24,865 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:19:24,869 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:24,869 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 17:19:24,873 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:24,873 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 17:19:24,876 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:24,876 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 17:19:24,880 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:24,880 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 17:19:24,883 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 17:19:24,883 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:19:24,883 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= devices { filter=["a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:24,914 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:19:24,915 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI. WARNING: Couldn't find device with uuid gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE. WARNING: Couldn't find device with uuid l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB. WARNING: VG test_vg3 is missing PV nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:19:24,915 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:19:24,915 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 17:19:24,920 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2 ; label: None ; device: /dev/sdg ; serial: 360014059ee2d7edb1904862876cf53ad ; exists: True ; vg_name: test_vg3 ; vg_uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 17:19:24,920 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 17:19:24,923 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:19:24,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; incomplete: True ; hidden: False ; 2024-03-01 17:19:24,930 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:19:24,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:24,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:24,936 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= devices { filter=["a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:24,966 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 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=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 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=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:19:24,967 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI. WARNING: Couldn't find device with uuid gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE. WARNING: Couldn't find device with uuid l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB. WARNING: VG test_vg3 is missing PV nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:19:24,967 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:19:24,967 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:19:24,967 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:19:24,973 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:19:24,976 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:19:24,977 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 17:19:24,980 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:19:24,980 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= devices { filter=["a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:25,010 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P 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=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C 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=sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc 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=ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn 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=ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn 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=howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B 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=howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B 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=Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e 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=Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:19:25,011 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI. WARNING: Couldn't find device with uuid gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE. WARNING: Couldn't find device with uuid l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB. WARNING: VG test_vg3 is missing PV nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:19:25,011 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:19:25,016 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 17:19:25,016 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 17:19:25,019 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 17:19:25,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; incomplete: True ; hidden: False ; 2024-03-01 17:19:25,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:19:25,026 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:19:25,026 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:19:25,030 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1 ' '/dev/disk/by-id/wwn-0x600140504a338ebca954f6bb1e09cc4a ' '/dev/disk/by-id/scsi-3600140504a338ebca954f6bb1e09cc4a', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI', 'ID_FS_UUID_ENC': 'nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI', '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': '04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'ID_SERIAL': '3600140504a338ebca954f6bb1e09cc4a', 'ID_SERIAL_SHORT': '600140504a338ebca954f6bb1e09cc4a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140504a338ebc', 'ID_WWN_VENDOR_EXTENSION': '0xa954f6bb1e09cc4a', 'ID_WWN_WITH_EXTENSION': '0x600140504a338ebca954f6bb1e09cc4a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140504a338ebca954f6bb1e09cc4a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '04a338eb-ca95-4f6b-b1e0-9cc4a57e2cc1', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:112', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:112.service', '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': '622772161'} ; 2024-03-01 17:19:25,030 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:19:25,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:19:25,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:25,042 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:19:25,042 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:19:25,042 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:19:25,042 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 17:19:25,046 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:19:25,049 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:19:25,049 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:19:25,053 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:19:25,053 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:19:25,054 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 17:19:25,054 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd13e214198) -- 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 = 600140504a338ebca954f6bb1e09cc4a 2024-03-01 17:19:25,057 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:19:25,061 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:25,061 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 17:19:25,064 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:25,064 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 17:19:25,068 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:25,068 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 17:19:25,071 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:25,071 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 17:19:25,074 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 17:19:25,075 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:19:25,075 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= devices { filter=["a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:25,105 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:19:25,106 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE. WARNING: Couldn't find device with uuid l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB. WARNING: VG test_vg3 is missing PV gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:19:25,106 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:19:25,106 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 17:19:25,111 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI ; label: None ; device: /dev/sdh ; serial: 3600140504a338ebca954f6bb1e09cc4a ; exists: True ; vg_name: test_vg3 ; vg_uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; pe_start: 8 MiB ; 2024-03-01 17:19:25,111 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 17:19:25,114 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:19:25,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; incomplete: True ; hidden: False ; 2024-03-01 17:19:25,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:19:25,125 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:19:25,128 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:19:25,131 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 17:19:25,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; incomplete: True ; hidden: False ; 2024-03-01 17:19:25,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:19:25,138 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= devices { filter=["a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:25,168 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P 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=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C 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=sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc 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=ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn 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=ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn 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=howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B 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=howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B 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=Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e 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=Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:19:25,169 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE. WARNING: Couldn't find device with uuid l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB. WARNING: VG test_vg3 is missing PV gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:19:25,169 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:19:25,169 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:19:25,169 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:19:25,174 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE ' '/dev/disk/by-id/scsi-360014052cebd78dcdbb4d3c96bf288c8 ' '/dev/disk/by-id/wwn-0x60014052cebd78dcdbb4d3c96bf288c8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_2cebd78d-cdbb-4d3c-96bf-288c807ea37f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE', 'ID_FS_UUID_ENC': 'gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE', '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': '2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'ID_SERIAL': '360014052cebd78dcdbb4d3c96bf288c8', 'ID_SERIAL_SHORT': '60014052cebd78dcdbb4d3c96bf288c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052cebd78dc', 'ID_WWN_VENDOR_EXTENSION': '0xdbb4d3c96bf288c8', 'ID_WWN_WITH_EXTENSION': '0x60014052cebd78dcdbb4d3c96bf288c8', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052cebd78dcdbb4d3c96bf288c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2cebd78d-cdbb-4d3c-96bf-288c807ea37f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:128', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:128.service', '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': '623112018'} ; 2024-03-01 17:19:25,174 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:19:25,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:19:25,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:25,186 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:19:25,187 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:19:25,187 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 17:19:25,187 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 17:19:25,191 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:19:25,194 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:19:25,194 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:19:25,197 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:19:25,198 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:19:25,198 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 17:19:25,198 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd13e235f98) -- 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 = 60014052cebd78dcdbb4d3c96bf288c8 2024-03-01 17:19:25,202 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:19:25,206 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:25,206 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 17:19:25,209 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:25,209 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 17:19:25,213 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:25,213 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 17:19:25,216 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:25,217 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 17:19:25,220 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 17:19:25,220 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:19:25,220 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= devices { filter=["a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:25,250 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:19:25,251 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB. WARNING: VG test_vg3 is missing PV l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:19:25,251 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:19:25,251 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 17:19:25,256 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE ; label: None ; device: /dev/sdi ; serial: 360014052cebd78dcdbb4d3c96bf288c8 ; exists: True ; vg_name: test_vg3 ; vg_uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; pe_start: 8 MiB ; 2024-03-01 17:19:25,256 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:19:25,259 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:19:25,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; incomplete: True ; hidden: False ; 2024-03-01 17:19:25,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:19:25,269 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:19:25,273 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:19:25,276 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 17:19:25,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; incomplete: True ; hidden: False ; 2024-03-01 17:19:25,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:19:25,283 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= devices { filter=["a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:25,314 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P 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=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C 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=sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc 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=ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn 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=ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn 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=howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B 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=howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B 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=Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e 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=Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:19:25,315 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB. WARNING: VG test_vg3 is missing PV l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:19:25,315 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:19:25,315 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:19:25,315 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:19:25,320 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_271752db-b264-458a-921d-89f2bb8e4a9b ' '/dev/disk/by-id/wwn-0x6001405271752dbb264458a921d89f2b ' '/dev/disk/by-id/scsi-36001405271752dbb264458a921d89f2b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:271752db-b264-458a-921d-89f2bb8e4a9b ' '/dev/disk/by-id/lvm-pv-uuid-l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB', 'ID_FS_UUID_ENC': 'l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB', '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': '271752db-b264-458a-921d-89f2bb8e4a9b', 'ID_SERIAL': '36001405271752dbb264458a921d89f2b', 'ID_SERIAL_SHORT': '6001405271752dbb264458a921d89f2b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405271752dbb', 'ID_WWN_VENDOR_EXTENSION': '0x264458a921d89f2b', 'ID_WWN_WITH_EXTENSION': '0x6001405271752dbb264458a921d89f2b', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405271752dbb264458a921d89f2b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:271752db-b264-458a-921d-89f2bb8e4a9b', 'SCSI_IDENT_PORT_NAME': 'naa.500140584ba9f913,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '271752db-b264-458a-921d-89f2bb8e4a9b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140584ba9f913', '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', 'SYSTEMD_ALIAS': '/dev/block/8:144', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:144.service', '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': '623080974'} ; 2024-03-01 17:19:25,320 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:19:25,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:19:25,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:25,332 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:19:25,332 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:19:25,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:19:25,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 17:19:25,336 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:19:25,339 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:19:25,340 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:19:25,343 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:19:25,343 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:19:25,344 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 17:19:25,344 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd13e2465c0) -- 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 = 6001405271752dbb264458a921d89f2b 2024-03-01 17:19:25,348 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:19:25,351 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:25,351 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 17:19:25,355 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:25,355 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 17:19:25,358 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:25,358 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 17:19:25,362 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:25,362 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 17:19:25,365 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 17:19:25,365 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:19:25,365 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= devices { filter=["a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:25,397 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=LPToif-jEfC-uEsY-bSxT-sZsa-eeIX-XyuYFQ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=AhXg4U-7ose-cUTD-ntmh-aMLu-jG8d-VxaJMY LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=SR0YCo-Q3qf-3Pjm-5CPs-x38l-Yz5Y-tRm9o0 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vhw3tE-aL9S-CB5x-X71b-Fy2j-cWXV-E5YUN8 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=HK7ore-3F6n-JWqc-mbqb-iAOt-eejK-9Ya4Np LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=rwOqj1-iB2K-pJMM-oNyH-add8-TFON-WUQfmx LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 LVM2_VG_SIZE=3196059648 LVM2_VG_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=zMNrTR-8Aoh-d6id-d5Sb-KJLi-lcF0-T8pnO2 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=nweaNK-Ce2X-WNIE-a1uU-cc0D-IZ3J-Z6IzsI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=gzmE2C-YAMa-Z2K7-aMiu-H6se-V3eC-VsAbJE LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=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=l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:19:25,397 INFO program/MainThread: stderr[41]: 2024-03-01 17:19:25,397 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:19:25,397 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 17:19:25,402 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: l1dxic-g2K0-4ya8-GqP6-w5rq-dD5D-SR3HmB ; label: None ; device: /dev/sdj ; serial: 36001405271752dbb264458a921d89f2b ; exists: True ; vg_name: test_vg3 ; vg_uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 17:19:25,402 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 17:19:25,405 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:19:25,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; incomplete: True ; hidden: False ; 2024-03-01 17:19:25,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:19:25,416 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:19:25,419 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:19:25,422 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 17:19:25,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN ; incomplete: True ; hidden: False ; 2024-03-01 17:19:25,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:19:25,430 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= devices { filter=["a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:25,459 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P 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=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C 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=sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc 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=ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn 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=ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn 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=howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B 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=howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B 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=Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e 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=Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:19:25,460 INFO program/MainThread: stderr[42]: 2024-03-01 17:19:25,460 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:19:25,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:25,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:25,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn ; incomplete: False ; hidden: False ; 2024-03-01 17:19:25,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:19:25,475 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 17:19:25,479 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:19:25,479 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:19:25,483 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:19:25,487 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:19:25,487 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:19:25,491 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:19:25,491 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:19:25,492 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 17:19:25,495 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:19:25,500 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:19:25,500 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 17:19:25,503 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:19:25,507 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:19:25,507 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:19:25,511 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:19:25,511 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:19:25,511 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:19:25,512 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 17:19:25,515 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:19:25,515 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:19:25,519 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:19:25,519 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:19:25,523 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNZbcKQ2OGxs4RexGhQ7z0H3SHpHmqNlyn ' '/dev/disk/by-uuid/601fecaf-b2a2-4401-a9f5-05f2e15301db ' '/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', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNZbcKQ2OGxs4RexGhQ7z0H3SHpHmqNlyn', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '601fecaf-b2a2-4401-a9f5-05f2e15301db', 'ID_FS_UUID_ENC': '601fecaf-b2a2-4401-a9f5-05f2e15301db', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1200439246'} ; 2024-03-01 17:19:25,523 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:19:25,523 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:19:25,527 INFO program/MainThread: stdout[43]: LVM 2024-03-01 17:19:25,528 INFO program/MainThread: stderr[43]: 2024-03-01 17:19:25,528 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:19:25,528 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:19:25,531 INFO program/MainThread: stdout[44]: LVM 2024-03-01 17:19:25,531 INFO program/MainThread: stderr[44]: 2024-03-01 17:19:25,531 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:19:25,532 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:19:25,535 INFO program/MainThread: stdout[45]: LVM 2024-03-01 17:19:25,535 INFO program/MainThread: stderr[45]: 2024-03-01 17:19:25,535 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:19:25,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:25,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 17:19:25,547 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:25,548 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:19:25,548 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:25,549 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:19:25,544 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn 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 (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:25,550 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:19:25,554 INFO program/MainThread: stdout[46]: LVM 2024-03-01 17:19:25,554 INFO program/MainThread: stderr[46]: 2024-03-01 17:19:25,554 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:19:25,559 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:19:25,562 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:25,563 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 17:19:25,567 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:25,567 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 17:19:25,570 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:25,571 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 17:19:25,574 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:25,574 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 17:19:25,575 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 17:19:25,578 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:19:25,578 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 17:19:25,581 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:19:25,582 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:19:25,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:25,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:25,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B ; incomplete: False ; hidden: False ; 2024-03-01 17:19:25,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:19:25,595 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 17:19:25,599 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:19:25,599 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:19:25,603 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:19:25,606 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:19:25,607 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:19:25,610 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 17:19:25,611 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:19:25,611 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 17:19:25,615 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:19:25,618 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:19:25,619 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:19:25,622 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:19:25,626 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:19:25,626 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:19:25,629 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 17:19:25,630 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:19:25,630 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:19:25,630 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 17:19:25,634 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:19:25,634 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:19:25,638 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 17:19:25,638 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:19:25,642 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNhowUmEyKQMV9PoaFYX25RYRgMc2b5i3B ' '/dev/disk/by-uuid/78807e98-a314-48ed-9763-ac6893919710 ' '/dev/mapper/test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-name-test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNhowUmEyKQMV9PoaFYX25RYRgMc2b5i3B', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '78807e98-a314-48ed-9763-ac6893919710', 'ID_FS_UUID_ENC': '78807e98-a314-48ed-9763-ac6893919710', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1200089970'} ; 2024-03-01 17:19:25,642 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:19:25,642 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:19:25,646 INFO program/MainThread: stdout[47]: LVM 2024-03-01 17:19:25,647 INFO program/MainThread: stderr[47]: 2024-03-01 17:19:25,647 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:19:25,647 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:19:25,650 INFO program/MainThread: stdout[48]: LVM 2024-03-01 17:19:25,650 INFO program/MainThread: stderr[48]: 2024-03-01 17:19:25,651 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:19:25,651 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:19:25,654 INFO program/MainThread: stdout[49]: LVM 2024-03-01 17:19:25,654 INFO program/MainThread: stderr[49]: 2024-03-01 17:19:25,654 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:19:25,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:25,663 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 17:19:25,666 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:25,667 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:19:25,668 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:25,669 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:19:25,663 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B 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 (0x7fd13e207710) -- name = test_vg3 status = True 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:25,669 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:19:25,673 INFO program/MainThread: stdout[50]: LVM 2024-03-01 17:19:25,673 INFO program/MainThread: stderr[50]: 2024-03-01 17:19:25,673 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:19:25,678 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:19:25,682 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:25,682 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 17:19:25,686 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:25,686 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 17:19:25,690 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:25,690 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 17:19:25,693 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:25,693 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 17:19:25,694 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 17:19:25,697 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:19:25,698 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 17:19:25,701 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:19:25,701 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:19:25,705 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:25,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:25,712 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e ; incomplete: False ; hidden: False ; 2024-03-01 17:19:25,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:19:25,715 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:19:25,719 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:19:25,719 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 17:19:25,723 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:19:25,727 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:19:25,727 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:19:25,730 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 17:19:25,731 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:19:25,731 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 17:19:25,735 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:19:25,739 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:19:25,739 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 17:19:25,742 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:19:25,746 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:19:25,746 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:19:25,750 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 17:19:25,750 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:19:25,751 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:19:25,751 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 17:19:25,754 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:19:25,754 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:19:25,758 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 17:19:25,758 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:19:25,762 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/d93243f7-065e-450d-8289-8946b28ef431 ' '/dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNDv73AzWJ6OEoz3v4qgVAdts064N0BM8e ' '/dev/disk/by-id/dm-name-test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', '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-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNDv73AzWJ6OEoz3v4qgVAdts064N0BM8e', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd93243f7-065e-450d-8289-8946b28ef431', 'ID_FS_UUID_ENC': 'd93243f7-065e-450d-8289-8946b28ef431', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1199739404'} ; 2024-03-01 17:19:25,762 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:19:25,762 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:19:25,767 INFO program/MainThread: stdout[51]: LVM 2024-03-01 17:19:25,767 INFO program/MainThread: stderr[51]: 2024-03-01 17:19:25,767 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:19:25,767 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:19:25,771 INFO program/MainThread: stdout[52]: LVM 2024-03-01 17:19:25,771 INFO program/MainThread: stderr[52]: 2024-03-01 17:19:25,771 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:19:25,771 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:19:25,774 INFO program/MainThread: stdout[53]: LVM 2024-03-01 17:19:25,775 INFO program/MainThread: stderr[53]: 2024-03-01 17:19:25,775 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:19:25,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:25,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 17:19:25,787 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:25,788 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:19:25,788 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:25,789 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:19:25,784 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e 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 (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:25,790 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:19:25,794 INFO program/MainThread: stdout[54]: LVM 2024-03-01 17:19:25,794 INFO program/MainThread: stderr[54]: 2024-03-01 17:19:25,794 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 17:19:25,799 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:19:25,803 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:25,803 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 17:19:25,807 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:25,807 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 17:19:25,811 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:25,811 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 17:19:25,814 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:25,814 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 17:19:25,815 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 17:19:25,818 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:19:25,818 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 17:19:25,822 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:19:25,822 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:19:25,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:25,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:25,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S ; incomplete: False ; hidden: False ; 2024-03-01 17:19:25,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:19:25,836 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 17:19:25,840 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:19:25,840 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 17:19:25,843 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:19:25,847 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:19:25,847 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:19:25,851 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:19:25,852 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:19:25,852 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 17:19:25,855 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:19:25,859 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:19:25,859 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 17:19:25,863 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:19:25,866 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:19:25,867 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:19:25,870 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:19:25,871 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:19:25,871 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:19:25,871 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 17:19:25,875 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:19:25,875 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:19:25,878 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:19:25,879 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:19:25,882 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNZti5VwOmfFJ7PUZ0MI10kVI9rU0j5S3S ' '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/4efdec22-a294-41d0-86fe-5b8217545c2f ' '/dev/test_vg3/lv8 /dev/disk/by-id/dm-name-test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNZti5VwOmfFJ7PUZ0MI10kVI9rU0j5S3S', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4efdec22-a294-41d0-86fe-5b8217545c2f', 'ID_FS_UUID_ENC': '4efdec22-a294-41d0-86fe-5b8217545c2f', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1199375483'} ; 2024-03-01 17:19:25,883 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:19:25,883 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:19:25,887 INFO program/MainThread: stdout[55]: LVM 2024-03-01 17:19:25,887 INFO program/MainThread: stderr[55]: 2024-03-01 17:19:25,887 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 17:19:25,887 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:19:25,890 INFO program/MainThread: stdout[56]: LVM 2024-03-01 17:19:25,891 INFO program/MainThread: stderr[56]: 2024-03-01 17:19:25,891 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 17:19:25,891 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:19:25,894 INFO program/MainThread: stdout[57]: LVM 2024-03-01 17:19:25,894 INFO program/MainThread: stderr[57]: 2024-03-01 17:19:25,894 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 17:19:25,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:25,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 17:19:25,907 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:25,908 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:25,908 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:25,910 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:25,904 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S 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 (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:25,910 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:19:25,914 INFO program/MainThread: stdout[58]: LVM 2024-03-01 17:19:25,915 INFO program/MainThread: stderr[58]: 2024-03-01 17:19:25,915 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 17:19:25,919 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:19:25,923 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:25,923 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 17:19:25,927 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:25,927 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 17:19:25,931 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:25,931 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 17:19:25,934 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:25,935 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 17:19:25,935 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 17:19:25,938 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:19:25,939 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 17:19:25,942 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:19:25,942 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:19:25,943 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:19:25,946 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '27441688'} ; 2024-03-01 17:19:25,946 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:19:25,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:19:25,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:25,958 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:19:25,958 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:19:25,958 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:19:25,958 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:19:25,959 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 17:19:25,959 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 17:19:25,962 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:19:25,965 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:19:25,965 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:19:25,969 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:19:25,969 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:19:25,970 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 17:19:25,970 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd13e1dc048) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:19:25,973 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:19:25,977 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:25,977 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 17:19:25,981 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:25,981 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 17:19:25,984 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:25,984 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 17:19:25,988 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:25,988 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 17:19:25,991 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:19:25,994 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:19:25,998 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:19:26,002 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 0x7fd13e1dbac8> 2024-03-01 17:19:29,057 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 17:19:29,062 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:19:29,062 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:19:29,066 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5 ' '/dev/disk/by-partuuid/b2f85011-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_FS_UUID_ENC': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', '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': 'b2f85011-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'ID_SCSI': '1', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '27446458'} ; 2024-03-01 17:19:29,066 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:19:29,067 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:19:29,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:29,078 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:19:29,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:29,085 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:29,099 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:29,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 17:19:29,123 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 17:19:29,127 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:19:29,127 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 17:19:29,130 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:19:29,134 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:19:29,134 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:19:29,138 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:19:29,138 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:19:29,138 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:19:29,141 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:19:29,145 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:19:29,148 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:19:29,151 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:19:29,155 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:19:29,155 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:19:29,155 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 17:19:29,156 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:19:29,155 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fd13e1effd0) -- name = xvda1 status = True id = 238 children = [] parents = ['existing 250 GiB disk xvda (228) with existing msdos disklabel'] uuid = b2f85011-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 0x7fd13e1f49e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:19:29,161 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:19:29,164 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:19:29,164 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 17:19:29,168 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:19:29,168 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 17:19:29,171 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:29,171 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 17:19:29,175 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:19:29,175 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 17:19:29,175 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:19:29,178 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:19:29,178 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 17:19:29,181 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:19:29,182 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:19:29,185 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv8 /dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-uuid-LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNZti5VwOmfFJ7PUZ0MI10kVI9rU0j5S3S ' '/dev/disk/by-uuid/4efdec22-a294-41d0-86fe-5b8217545c2f', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNZti5VwOmfFJ7PUZ0MI10kVI9rU0j5S3S', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4efdec22-a294-41d0-86fe-5b8217545c2f', 'ID_FS_UUID_ENC': '4efdec22-a294-41d0-86fe-5b8217545c2f', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1199375483'} ; 2024-03-01 17:19:29,185 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:19:29,185 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:19:29,189 INFO program/MainThread: stdout[59]: LVM 2024-03-01 17:19:29,190 INFO program/MainThread: stderr[59]: 2024-03-01 17:19:29,190 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 17:19:29,190 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:19:29,193 INFO program/MainThread: stdout[60]: LVM 2024-03-01 17:19:29,194 INFO program/MainThread: stderr[60]: 2024-03-01 17:19:29,194 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 17:19:29,194 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:19:29,197 INFO program/MainThread: stdout[61]: LVM 2024-03-01 17:19:29,197 INFO program/MainThread: stderr[61]: 2024-03-01 17:19:29,197 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 17:19:29,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 17:19:29,210 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:29,211 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:29,211 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:29,213 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:29,207 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:29,213 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:19:29,217 INFO program/MainThread: stdout[62]: LVM 2024-03-01 17:19:29,218 INFO program/MainThread: stderr[62]: 2024-03-01 17:19:29,218 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 17:19:29,222 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:19:29,222 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 17:19:29,226 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-uuid/d93243f7-065e-450d-8289-8946b28ef431 ' '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNDv73AzWJ6OEoz3v4qgVAdts064N0BM8e ' '/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', '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-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNDv73AzWJ6OEoz3v4qgVAdts064N0BM8e', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd93243f7-065e-450d-8289-8946b28ef431', 'ID_FS_UUID_ENC': 'd93243f7-065e-450d-8289-8946b28ef431', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1199739404'} ; 2024-03-01 17:19:29,226 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:19:29,226 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:19:29,230 INFO program/MainThread: stdout[63]: LVM 2024-03-01 17:19:29,231 INFO program/MainThread: stderr[63]: 2024-03-01 17:19:29,231 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 17:19:29,231 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:19:29,234 INFO program/MainThread: stdout[64]: LVM 2024-03-01 17:19:29,235 INFO program/MainThread: stderr[64]: 2024-03-01 17:19:29,235 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 17:19:29,235 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:19:29,238 INFO program/MainThread: stdout[65]: LVM 2024-03-01 17:19:29,238 INFO program/MainThread: stderr[65]: 2024-03-01 17:19:29,239 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 17:19:29,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 17:19:29,251 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:29,252 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:29,252 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:29,254 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:29,247 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:29,254 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:19:29,258 INFO program/MainThread: stdout[66]: LVM 2024-03-01 17:19:29,259 INFO program/MainThread: stderr[66]: 2024-03-01 17:19:29,259 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 17:19:29,263 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:19:29,263 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 17:19:29,266 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/78807e98-a314-48ed-9763-ac6893919710 ' '/dev/disk/by-id/dm-uuid-LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNhowUmEyKQMV9PoaFYX25RYRgMc2b5i3B ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNhowUmEyKQMV9PoaFYX25RYRgMc2b5i3B', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '78807e98-a314-48ed-9763-ac6893919710', 'ID_FS_UUID_ENC': '78807e98-a314-48ed-9763-ac6893919710', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1200089970'} ; 2024-03-01 17:19:29,266 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:19:29,267 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:19:29,271 INFO program/MainThread: stdout[67]: LVM 2024-03-01 17:19:29,271 INFO program/MainThread: stderr[67]: 2024-03-01 17:19:29,271 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 17:19:29,271 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:19:29,274 INFO program/MainThread: stdout[68]: LVM 2024-03-01 17:19:29,275 INFO program/MainThread: stderr[68]: 2024-03-01 17:19:29,275 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 17:19:29,275 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:19:29,278 INFO program/MainThread: stdout[69]: LVM 2024-03-01 17:19:29,279 INFO program/MainThread: stderr[69]: 2024-03-01 17:19:29,279 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 17:19:29,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 17:19:29,291 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:29,292 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:29,292 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:29,294 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:29,288 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:29,294 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:19:29,298 INFO program/MainThread: stdout[70]: LVM 2024-03-01 17:19:29,299 INFO program/MainThread: stderr[70]: 2024-03-01 17:19:29,299 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 17:19:29,303 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:19:29,303 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 17:19:29,306 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNZbcKQ2OGxs4RexGhQ7z0H3SHpHmqNlyn ' '/dev/disk/by-uuid/601fecaf-b2a2-4401-a9f5-05f2e15301db ' '/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', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-5hDLJr5jaCfsKZ70ArOnaXi9LQwJ9FkNZbcKQ2OGxs4RexGhQ7z0H3SHpHmqNlyn', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '601fecaf-b2a2-4401-a9f5-05f2e15301db', 'ID_FS_UUID_ENC': '601fecaf-b2a2-4401-a9f5-05f2e15301db', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1200439246'} ; 2024-03-01 17:19:29,306 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:19:29,307 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:19:29,311 INFO program/MainThread: stdout[71]: LVM 2024-03-01 17:19:29,311 INFO program/MainThread: stderr[71]: 2024-03-01 17:19:29,311 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 17:19:29,311 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:19:29,315 INFO program/MainThread: stdout[72]: LVM 2024-03-01 17:19:29,315 INFO program/MainThread: stderr[72]: 2024-03-01 17:19:29,315 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 17:19:29,315 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:19:29,319 INFO program/MainThread: stdout[73]: LVM 2024-03-01 17:19:29,319 INFO program/MainThread: stderr[73]: 2024-03-01 17:19:29,319 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 17:19:29,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 17:19:29,331 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:29,332 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:29,333 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:29,334 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:29,328 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:29,335 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:19:29,339 INFO program/MainThread: stdout[74]: LVM 2024-03-01 17:19:29,339 INFO program/MainThread: stderr[74]: 2024-03-01 17:19:29,339 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 17:19:29,343 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:19:29,343 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 17:19:29,347 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-uuid/efa8984d-9736-46c6-b617-67808c8a96c4 ' '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-8FnjLrnsVCIcGW4e056OQebmfXOPUWq3sWusCzHco9v953ixKYdLlPgXoUO95SHc ' '/dev/test_vg2/lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', '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-8FnjLrnsVCIcGW4e056OQebmfXOPUWq3sWusCzHco9v953ixKYdLlPgXoUO95SHc', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'efa8984d-9736-46c6-b617-67808c8a96c4', 'ID_FS_UUID_ENC': 'efa8984d-9736-46c6-b617-67808c8a96c4', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1201417201'} ; 2024-03-01 17:19:29,347 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:19:29,347 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:19:29,351 INFO program/MainThread: stdout[75]: LVM 2024-03-01 17:19:29,351 INFO program/MainThread: stderr[75]: 2024-03-01 17:19:29,351 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 17:19:29,352 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:19:29,355 INFO program/MainThread: stdout[76]: LVM 2024-03-01 17:19:29,355 INFO program/MainThread: stderr[76]: 2024-03-01 17:19:29,355 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 17:19:29,356 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:19:29,359 INFO program/MainThread: stdout[77]: LVM 2024-03-01 17:19:29,359 INFO program/MainThread: stderr[77]: 2024-03-01 17:19:29,359 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 17:19:29,364 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 17:19:29,371 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:29,372 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:29,372 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:29,373 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:29,368 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:29,373 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:19:29,378 INFO program/MainThread: stdout[78]: LVM 2024-03-01 17:19:29,378 INFO program/MainThread: stderr[78]: 2024-03-01 17:19:29,378 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 17:19:29,382 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:19:29,382 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 17:19:29,386 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-8FnjLrnsVCIcGW4e056OQebmfXOPUWq3x192EUxuiMUEsolqvsw6lYGf9iAbtK3C ' '/dev/disk/by-uuid/d1e182ae-d2ff-4de6-8ad2-cd7518aca578 ' '/dev/mapper/test_vg2-lv3 /dev/test_vg2/lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', '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-8FnjLrnsVCIcGW4e056OQebmfXOPUWq3x192EUxuiMUEsolqvsw6lYGf9iAbtK3C', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd1e182ae-d2ff-4de6-8ad2-cd7518aca578', 'ID_FS_UUID_ENC': 'd1e182ae-d2ff-4de6-8ad2-cd7518aca578', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1201746443'} ; 2024-03-01 17:19:29,386 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:19:29,386 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:19:29,390 INFO program/MainThread: stdout[79]: LVM 2024-03-01 17:19:29,390 INFO program/MainThread: stderr[79]: 2024-03-01 17:19:29,390 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 17:19:29,390 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:19:29,394 INFO program/MainThread: stdout[80]: LVM 2024-03-01 17:19:29,394 INFO program/MainThread: stderr[80]: 2024-03-01 17:19:29,394 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 17:19:29,394 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:19:29,398 INFO program/MainThread: stdout[81]: LVM 2024-03-01 17:19:29,398 INFO program/MainThread: stderr[81]: 2024-03-01 17:19:29,398 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 17:19:29,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,407 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 17:19:29,410 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:29,411 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:29,411 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:29,412 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:29,407 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:29,412 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:19:29,416 INFO program/MainThread: stdout[82]: LVM 2024-03-01 17:19:29,417 INFO program/MainThread: stderr[82]: 2024-03-01 17:19:29,417 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 17:19:29,421 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:19:29,421 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 17:19:29,424 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-uuid/a38c7d66-d4cc-4c89-b333-18db2a07abf6 ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-7f0eCK8TOA0PTjIfhLmLrJQdHcVDDE74uksCv3bEzEX8Tk7GDZPpfLflQjxKA4Cp ' '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/test_vg1/lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-7f0eCK8TOA0PTjIfhLmLrJQdHcVDDE74uksCv3bEzEX8Tk7GDZPpfLflQjxKA4Cp', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a38c7d66-d4cc-4c89-b333-18db2a07abf6', 'ID_FS_UUID_ENC': 'a38c7d66-d4cc-4c89-b333-18db2a07abf6', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1202627488'} ; 2024-03-01 17:19:29,425 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:19:29,425 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:19:29,429 INFO program/MainThread: stdout[83]: LVM 2024-03-01 17:19:29,429 INFO program/MainThread: stderr[83]: 2024-03-01 17:19:29,429 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 17:19:29,429 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:19:29,433 INFO program/MainThread: stdout[84]: LVM 2024-03-01 17:19:29,433 INFO program/MainThread: stderr[84]: 2024-03-01 17:19:29,433 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 17:19:29,433 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:19:29,436 INFO program/MainThread: stdout[85]: LVM 2024-03-01 17:19:29,437 INFO program/MainThread: stderr[85]: 2024-03-01 17:19:29,437 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 17:19:29,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 17:19:29,448 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,449 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,449 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,450 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,445 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,451 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:19:29,455 INFO program/MainThread: stdout[86]: LVM 2024-03-01 17:19:29,455 INFO program/MainThread: stderr[86]: 2024-03-01 17:19:29,455 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 17:19:29,459 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:19:29,459 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 17:19:29,463 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-7f0eCK8TOA0PTjIfhLmLrJQdHcVDDE74QxzW3qe07NFYBpQj81tWHaVsgMtAY72P ' '/dev/disk/by-uuid/20632f9b-f047-4b18-ba09-16b57fb865aa', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', '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-7f0eCK8TOA0PTjIfhLmLrJQdHcVDDE74QxzW3qe07NFYBpQj81tWHaVsgMtAY72P', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '20632f9b-f047-4b18-ba09-16b57fb865aa', 'ID_FS_UUID_ENC': '20632f9b-f047-4b18-ba09-16b57fb865aa', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1202965716'} ; 2024-03-01 17:19:29,463 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:19:29,463 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:19:29,467 INFO program/MainThread: stdout[87]: LVM 2024-03-01 17:19:29,467 INFO program/MainThread: stderr[87]: 2024-03-01 17:19:29,467 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 17:19:29,468 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:19:29,471 INFO program/MainThread: stdout[88]: LVM 2024-03-01 17:19:29,471 INFO program/MainThread: stderr[88]: 2024-03-01 17:19:29,471 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 17:19:29,472 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:19:29,475 INFO program/MainThread: stdout[89]: LVM 2024-03-01 17:19:29,475 INFO program/MainThread: stderr[89]: 2024-03-01 17:19:29,475 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 17:19:29,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,484 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:19:29,487 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,488 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,488 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,489 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,484 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,489 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:19:29,493 INFO program/MainThread: stdout[90]: LVM 2024-03-01 17:19:29,493 INFO program/MainThread: stderr[90]: 2024-03-01 17:19:29,494 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 17:19:29,498 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:19:29,498 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:19:29,498 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:29,511 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:29,528 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:19:29,529 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:19:29,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:29,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:19:29,543 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:19:29,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,549 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:29,552 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,556 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:19:29,556 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:19:29,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:29,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:19:29,569 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:19:29,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:29,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:19:29,582 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:19:29,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:29,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:19:29,594 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:19:29,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:19:29,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:19:29,607 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:19:29,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:19:29,614 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 17:19:29,614 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:19:29,614 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:19:29,615 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:19:29,615 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:19:29,616 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:19:29,616 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:19:29,616 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:19:29,617 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:19:29,617 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:19:29,617 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:19:29,618 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:19:29,618 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:19:29,622 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,625 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:19:29,625 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:19:29,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:19:29,631 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:19:29,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,636 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 17:19:29,637 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:19:29,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:19:29,643 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:19:29,646 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,646 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,647 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,648 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,643 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,650 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,651 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,652 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,652 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,648 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,655 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,656 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,656 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,657 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,653 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,660 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,660 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,661 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,661 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,657 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,664 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,665 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,665 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,666 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,662 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,669 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,670 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,670 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,671 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,667 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,673 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,674 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,675 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,675 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,671 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,678 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,679 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,679 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,680 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,676 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,683 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,683 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,684 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,684 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,680 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,687 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,688 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,688 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,689 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,685 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,692 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,692 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,693 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,694 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,689 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,696 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,697 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,697 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,698 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,694 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,701 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,702 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,702 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,703 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,699 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,706 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,706 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,707 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,707 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,703 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,710 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,711 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,711 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,712 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,708 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,715 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,715 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,716 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,717 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,713 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,719 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,720 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,720 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,721 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,717 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,724 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,725 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,725 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,726 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,722 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,728 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,729 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,730 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,730 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,726 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,733 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,734 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,734 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,735 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,731 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,738 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,738 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,739 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,740 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,736 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,742 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,743 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,743 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,744 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,740 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,747 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,748 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,748 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,749 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,745 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,751 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,752 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,752 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,753 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,749 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,756 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,757 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,757 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,758 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,754 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,760 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,761 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,762 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,762 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,758 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,765 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,766 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,766 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,767 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,763 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,770 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,770 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,771 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,772 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,768 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,774 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,775 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,775 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,776 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,772 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,779 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,780 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,780 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,781 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,777 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,784 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,784 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,785 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,785 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,781 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,788 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,789 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,789 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,790 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:19:29,786 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QxzW3q-e07N-FYBp-Qj81-tWHa-VsgM-tAY72P size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:19:29,791 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 17:19:29,794 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:19:29,794 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:19:29,795 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 17:19:29,798 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 17:19:29,798 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:19:29,799 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 17:19:29,803 INFO program/MainThread: stdout[91]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:19:29,803 INFO program/MainThread: stderr[91]: 2024-03-01 17:19:29,803 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 17:19:29,808 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 17:19:29,808 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 17:19:29,809 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:19:29,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:29,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 17:19:29,815 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:19:29,818 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,819 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,819 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,820 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,815 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,823 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,824 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,824 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,825 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,821 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,828 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,828 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,829 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,829 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,825 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,832 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,833 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,833 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,834 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,830 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,837 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,838 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,838 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,839 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,835 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,841 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,842 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,843 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,843 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,839 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,846 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,847 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,847 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,848 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,844 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,851 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,851 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,852 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,852 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,848 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,855 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,856 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,856 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,857 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,853 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,860 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,861 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,861 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,862 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,858 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,864 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,865 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,866 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,866 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,862 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,869 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,870 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,870 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,871 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,867 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,874 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,874 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,875 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,875 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,871 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,878 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,879 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,879 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,880 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,876 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,883 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,884 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,884 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,885 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,881 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,888 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,888 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,889 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,889 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,885 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,892 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,893 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,893 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,894 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,890 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,897 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,897 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,898 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,898 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,894 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,901 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,902 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,902 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,903 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,899 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,906 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,906 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,907 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,908 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,904 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,910 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,911 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,911 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,912 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,908 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,915 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,916 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,916 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,917 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,913 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,919 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,920 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,921 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,921 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,917 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,924 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,925 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,925 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,926 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,922 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,928 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,929 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,930 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,930 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,926 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,933 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,934 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,934 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,935 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,931 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,938 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,938 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,939 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,939 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,935 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,942 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,943 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,943 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,944 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,940 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,946 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,947 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,947 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,948 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,944 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,951 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,952 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,952 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,953 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,949 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,955 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,956 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,956 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,957 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,953 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,960 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,960 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,961 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:19:29,961 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:19:29,957 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e21edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = uksCv3-bEzE-X8Tk-7GDZ-PpfL-flQj-xKA4Cp size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e295ac8) -- 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 = 7f0eCK-8TOA-0PTj-IfhL-mLrJ-QdHc-VDDE74 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:19:29,962 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 17:19:29,965 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:19:29,965 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:19:29,966 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 17:19:29,969 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 17:19:29,969 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:19:29,973 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:19:29,973 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 17:19:29,973 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:19:29,973 DEBUG blivet.ansible/MainThread: ['sdc', 'sda', 'test_vg1', 'sdb'] 2024-03-01 17:19:29,973 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 17:19:29,976 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 17:19:29,977 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:19:29,980 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:19:29,983 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:19:29,986 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:19:29,986 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 17:19:29,986 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:19:29,987 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 17:19:29,987 DEBUG blivet/MainThread: removing sdc 2024-03-01 17:19:29,989 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 17:19:29,990 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:19:29,990 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 17:19:29,993 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 17:19:29,993 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:19:29,993 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 17:19:29,993 DEBUG blivet/MainThread: removing sda 2024-03-01 17:19:29,996 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 17:19:29,996 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:19:29,997 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 17:19:30,000 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 17:19:30,000 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:19:30,000 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 17:19:30,000 DEBUG blivet/MainThread: removing sdb 2024-03-01 17:19:30,003 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 17:19:30,003 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:19:30,003 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 17:19:30,006 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 17:19:30,006 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:19:30,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:30,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:19:30,013 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 17:19:30,013 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:19:30,014 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:19:30,014 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:19:30,014 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:19:30,015 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:19:30,015 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:19:30,015 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:19:30,016 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:19:30,016 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:19:30,017 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:19:30,017 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:19:30,017 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:19:30,021 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:19:30,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 17:19:30,024 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 17:19:30,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:19:30,030 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 17:19:30,030 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 17:19:30,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:19:30,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 17:19:30,036 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 17:19:30,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:30,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 17:19:30,042 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:19:30,044 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,045 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,046 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,046 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,042 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,049 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,050 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,050 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,051 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,047 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,054 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,054 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,055 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,056 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,052 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,058 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,059 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,059 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,060 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,056 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,063 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,064 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,064 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,065 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,061 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,067 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,068 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,068 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,069 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,065 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,072 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,073 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,073 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,074 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,070 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,076 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,077 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,077 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,078 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,074 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,081 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,082 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,082 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,083 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,079 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,086 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,086 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,087 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,087 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,083 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,090 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,091 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,091 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,092 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,088 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,095 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,095 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,096 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,097 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,093 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,099 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,100 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,100 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,101 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,097 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,104 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,105 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,105 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,106 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,102 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,108 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,109 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,110 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,110 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,106 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,113 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,114 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,114 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,115 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,111 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,118 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,118 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,119 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,120 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,116 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,122 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,123 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,123 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,124 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,120 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,127 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,128 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,128 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,129 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,125 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,131 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,132 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,132 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,133 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,129 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,136 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,137 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,137 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,138 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,134 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,141 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,141 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,142 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,142 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,138 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,145 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,146 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,146 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,147 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,143 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,150 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,150 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,151 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,152 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,147 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,154 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,155 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,155 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,156 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,152 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,159 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,160 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,160 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,161 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,157 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,163 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,164 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,165 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,165 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,161 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,168 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,169 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,169 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,170 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,166 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,173 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,173 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,174 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,174 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,170 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,177 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,178 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,178 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,179 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,175 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,182 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,182 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,183 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,183 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,179 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,186 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,187 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,187 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,188 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:19:30,184 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e23df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = x192EU-xuiM-UEso-lqvs-w6lY-Gf9i-AbtK3C size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:19:30,189 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 17:19:30,192 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:19:30,192 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:19:30,193 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 17:19:30,196 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 17:19:30,196 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:19:30,200 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 17:19:30,200 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 17:19:30,200 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:19:30,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:30,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 17:19:30,206 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:19:30,209 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,209 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,209 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,210 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,206 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,213 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,213 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,214 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,214 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,211 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,217 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,217 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,218 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,218 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,215 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,221 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,221 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,222 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,222 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,219 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,225 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,225 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,226 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,226 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,223 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,229 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,230 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,230 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,230 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,227 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,233 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,234 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,234 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,235 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,231 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,237 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,238 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,238 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,239 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,235 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,241 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,242 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,242 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,243 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,239 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,245 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,246 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,246 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,247 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,243 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,249 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,250 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,250 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,251 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,247 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,253 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,254 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,254 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,255 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,251 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,257 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,258 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,258 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,259 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,255 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,261 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,262 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,262 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,263 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,259 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,265 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,266 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,266 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,267 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,263 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,269 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,270 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,270 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,271 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,267 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,273 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,274 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,274 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,275 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,271 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,277 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,278 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,278 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,279 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,275 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,281 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,282 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,282 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,283 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,279 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,285 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,286 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,286 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,287 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,283 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,289 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,290 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,290 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,291 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,287 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,293 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,294 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,294 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,295 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,291 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,297 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,298 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,298 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,299 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,295 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,301 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,302 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,302 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,303 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,299 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,305 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,306 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,306 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,307 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,303 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,309 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,310 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,310 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,311 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,307 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,313 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,314 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,314 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,315 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,311 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,317 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,318 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,318 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,319 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,315 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,322 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,322 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,323 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,323 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,320 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,326 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,326 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,327 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,327 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,324 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,330 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,330 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,331 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,331 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,328 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,334 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,334 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,335 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:19:30,335 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:19:30,332 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd14d2b4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = sWusCz-Hco9-v953-ixKY-dLlP-gXoU-O95SHc size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e235518) -- 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 = 8FnjLr-nsVC-IcGW-4e05-6OQe-bmfX-OPUWq3 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:19:30,336 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 17:19:30,339 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:19:30,339 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:19:30,340 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 17:19:30,343 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 17:19:30,343 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:19:30,347 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:19:30,347 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 17:19:30,347 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:19:30,347 DEBUG blivet.ansible/MainThread: ['test_vg2', 'sdf', 'sdd', 'sde'] 2024-03-01 17:19:30,347 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 17:19:30,350 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 17:19:30,350 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:19:30,354 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:19:30,357 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:19:30,360 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:19:30,360 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 17:19:30,360 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:19:30,360 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 17:19:30,360 DEBUG blivet/MainThread: removing sdf 2024-03-01 17:19:30,363 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 17:19:30,363 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:19:30,363 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 17:19:30,367 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 17:19:30,367 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:19:30,367 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 17:19:30,367 DEBUG blivet/MainThread: removing sdd 2024-03-01 17:19:30,370 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 17:19:30,370 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:19:30,370 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 17:19:30,373 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 17:19:30,373 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:19:30,373 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 17:19:30,373 DEBUG blivet/MainThread: removing sde 2024-03-01 17:19:30,376 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 17:19:30,376 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:19:30,377 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 17:19:30,380 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 17:19:30,380 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:19:30,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:30,386 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:19:30,386 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 17:19:30,387 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:19:30,387 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:19:30,388 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:19:30,388 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:19:30,389 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:19:30,389 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:19:30,389 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:19:30,390 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:19:30,390 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:19:30,391 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:19:30,391 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:19:30,392 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:19:30,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:19:30,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 17:19:30,398 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 17:19:30,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:19:30,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 17:19:30,404 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 17:19:30,407 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:19:30,410 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 17:19:30,410 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 17:19:30,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:19:30,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 17:19:30,417 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 17:19:30,420 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:30,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 17:19:30,423 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:19:30,426 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,427 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,428 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,429 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,423 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,432 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,433 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,434 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,435 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,430 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,438 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,440 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,440 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,441 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,436 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,445 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,446 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,446 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,447 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,442 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,451 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,452 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,452 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,453 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,448 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,457 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,458 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,459 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,460 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,454 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,463 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,464 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,465 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,466 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,461 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,469 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,470 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,471 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,472 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,467 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,475 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,477 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,477 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,478 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,473 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,482 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,483 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,483 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,484 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,479 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,488 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,489 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,489 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,491 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,485 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,494 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,495 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,496 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,497 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,491 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,500 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,502 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,502 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,503 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,498 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,507 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,508 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,508 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,509 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,504 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,513 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,514 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,514 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,515 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,510 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,519 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,520 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,521 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,522 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,516 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,525 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,526 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,527 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,528 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,522 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,531 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,532 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,533 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,534 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,529 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,537 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,538 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,539 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,540 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,535 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,544 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,545 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,545 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,546 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,541 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,550 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,551 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,551 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,553 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,547 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,556 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,557 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,558 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,559 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,553 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,562 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,563 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,564 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,565 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,560 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,568 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,570 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,570 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,571 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,566 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,575 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,576 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,576 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,577 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,572 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,581 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,582 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,582 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,583 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,578 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,587 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,588 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,588 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,590 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,584 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,593 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,594 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,595 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,596 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,590 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,599 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,600 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,601 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,602 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,596 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,605 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,607 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,607 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,608 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,603 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,612 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,613 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,613 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,614 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,609 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,618 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,619 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,619 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,620 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:19:30,615 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e2466d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZbcKQ2-OGxs-4Rex-GhQ7-z0H3-SHpH-mqNlyn size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:19:30,621 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 17:19:30,624 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:19:30,625 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:19:30,625 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 17:19:30,628 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 17:19:30,628 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:19:30,632 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 17:19:30,632 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 17:19:30,632 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:19:30,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:30,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 17:19:30,639 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:19:30,641 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,642 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,643 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,644 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,639 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,647 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,648 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,648 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,649 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,644 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,653 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,654 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,654 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,655 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,650 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,659 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,660 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,660 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,661 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,656 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,664 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,665 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,666 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,667 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,662 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,670 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,671 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,671 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,672 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,667 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,676 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,677 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,677 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,678 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,673 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,681 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,682 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,683 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,684 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,679 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,687 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,688 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,688 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,689 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,684 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,693 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,694 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,694 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,695 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,690 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,698 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,699 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,700 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,701 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,696 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,704 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,705 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,705 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,706 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,701 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,710 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,711 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,711 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,712 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,707 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,715 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,716 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,717 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,718 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,713 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,721 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,722 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,723 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,724 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,718 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,727 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,728 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,728 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,729 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,724 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,733 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,733 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,734 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,735 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,730 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,738 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,739 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,740 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,741 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,736 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,744 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,745 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,745 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,746 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,741 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,749 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,751 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,751 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,752 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,747 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,755 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,756 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,757 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,758 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,753 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,761 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,762 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,762 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,763 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,758 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,767 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,768 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,768 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,769 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,764 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,772 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,773 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,774 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,775 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,770 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,778 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,779 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,780 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,781 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,776 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,784 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,785 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,785 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,786 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,781 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,790 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,791 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,791 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,792 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,787 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,795 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,796 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,797 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,798 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,793 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,801 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,802 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,802 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,803 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,798 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,807 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,808 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,808 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,809 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,804 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,812 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,813 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,814 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,815 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,810 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,818 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,819 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,819 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,820 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:19:30,815 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e233828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = howUmE-yKQM-V9Po-aFYX-25RY-RgMc-2b5i3B size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:19:30,821 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 17:19:30,824 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:19:30,825 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:19:30,825 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 17:19:30,828 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 17:19:30,828 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:19:30,832 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 17:19:30,832 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 17:19:30,832 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:19:30,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:30,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 17:19:30,839 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:19:30,841 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,842 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,843 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,844 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,839 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,847 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,848 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,848 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,849 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,844 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,852 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,853 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,853 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,854 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,849 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,857 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,858 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,858 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,859 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,855 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,862 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,863 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,864 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,865 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,860 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,868 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,869 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,869 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,870 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,865 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,873 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,874 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,874 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,875 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,871 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,878 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,879 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,880 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,880 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,876 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,883 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,884 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,885 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,886 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,881 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,889 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,890 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,890 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,891 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,886 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,894 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,895 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,895 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,896 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,891 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,899 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,900 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,900 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,901 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,897 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,904 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,905 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,906 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,906 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,902 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,909 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,910 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,911 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,912 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,907 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,915 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,916 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,916 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,917 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,912 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,920 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,921 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,921 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,922 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,917 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,925 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,926 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,926 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,927 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,923 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,930 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,931 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,932 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,932 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,928 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,935 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,936 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,937 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,937 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,933 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,941 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,941 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,942 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,943 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,938 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,946 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,946 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,947 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,948 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,943 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,951 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,952 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,952 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,953 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,948 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,956 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,957 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,957 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,958 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,954 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,961 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,962 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,963 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,963 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,959 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,966 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,967 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,968 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,968 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,964 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,972 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,972 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,973 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,974 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,969 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,977 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,977 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,978 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,979 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,974 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,982 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,983 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,983 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,984 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,979 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,987 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,988 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,988 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,989 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,985 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,992 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,993 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,993 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,994 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,990 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:30,997 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,998 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,999 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:30,999 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:30,995 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,003 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,003 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:31,004 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,005 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:19:31,000 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1e5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Dv73Az-WJ6O-Eoz3-v4qg-VAdt-s064-N0BM8e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,005 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 17:19:31,009 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:19:31,009 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:19:31,009 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 17:19:31,012 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 17:19:31,013 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:19:31,016 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:19:31,016 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 17:19:31,016 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:19:31,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:19:31,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 17:19:31,023 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:19:31,025 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,026 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,026 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,027 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,023 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,030 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,031 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,031 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,032 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,028 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,035 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,035 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,036 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,036 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,032 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,039 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,040 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,040 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,041 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,037 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,044 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,045 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,045 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,046 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,042 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,049 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,049 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,050 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,050 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,046 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,053 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,054 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,054 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,055 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,051 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,058 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,059 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,059 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,060 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,056 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,063 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,063 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,064 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,064 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,060 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,067 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,068 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,068 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,069 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,065 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,072 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,073 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,073 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,074 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,070 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,077 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,077 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,078 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,078 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,074 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,081 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,082 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,082 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,083 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,079 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,086 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,087 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,087 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,088 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,084 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,091 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,092 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,092 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,093 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,088 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,096 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,096 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,097 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,097 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,093 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,100 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,101 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,101 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,102 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,098 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,105 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,106 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,106 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,107 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,103 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,110 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,111 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,111 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,112 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,107 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,115 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,115 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,116 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,116 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,112 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,119 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,120 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,121 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,121 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,117 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,124 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,125 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,125 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,126 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,122 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,129 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,129 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,130 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,130 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,126 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,133 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,134 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,134 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,135 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,131 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,138 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,139 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,139 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,140 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,136 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,143 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,143 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,144 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,144 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,140 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,147 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,148 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,148 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,149 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,145 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,152 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,153 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,153 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,154 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,150 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,157 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,157 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,158 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,159 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,154 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,161 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,162 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,162 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,163 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,159 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,166 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,167 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,167 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,168 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,164 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,171 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,171 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,172 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:19:31,173 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:19:31,168 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd13e1d0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Zti5Vw-OmfF-J7PU-Z0MI-10kV-I9rU-0j5S3S size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd13e207710) -- 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 = 5hDLJr-5jaC-fsKZ-70Ar-OnaX-i9LQ-wJ9FkN size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:19:31,173 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 17:19:31,176 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:19:31,177 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:19:31,177 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 17:19:31,180 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 17:19:31,180 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:19:31,184 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 17:19:31,184 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 17:19:31,184 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:19:31,184 DEBUG blivet.ansible/MainThread: ['test_vg3', 'sdg', 'sdh', 'sdj', 'sdi'] 2024-03-01 17:19:31,184 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 17:19:31,187 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 17:19:31,188 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:19:31,191 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:19:31,194 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:19:31,197 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:19:31,201 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:19:31,201 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 17:19:31,201 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:19:31,201 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 17:19:31,201 DEBUG blivet/MainThread: removing sdg 2024-03-01 17:19:31,204 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 17:19:31,204 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:19:31,204 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 17:19:31,207 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 17:19:31,207 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:19:31,208 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 17:19:31,208 DEBUG blivet/MainThread: removing sdh 2024-03-01 17:19:31,210 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 17:19:31,211 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:19:31,211 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 17:19:31,214 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 17:19:31,214 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:19:31,214 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 17:19:31,214 DEBUG blivet/MainThread: removing sdj 2024-03-01 17:19:31,217 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 17:19:31,217 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:19:31,217 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 17:19:31,220 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 17:19:31,221 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:19:31,221 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 17:19:31,221 DEBUG blivet/MainThread: removing sdi 2024-03-01 17:19:31,223 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 17:19:31,224 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:19:31,224 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 17:19:31,227 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 17:19:31,227 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:19:31,228 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:31,239 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:31,255 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:31,266 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:31,285 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:19:31,286 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:31,297 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:31,316 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:19:31,317 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:31,328 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:31,347 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:19:31,348 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:31,359 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:31,378 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:19:31,379 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:31,393 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:31,412 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:19:31,413 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:31,427 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:31,446 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:19:31,447 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:31,461 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:31,480 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:19:31,481 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:31,495 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:31,515 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:19:31,515 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:19:31,515 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:19:31,516 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:19:31,516 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:19:31,516 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:19:31,516 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:19:31,516 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:19:31,516 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:19:31,516 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:19:31,516 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:19:31,516 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:19:31,516 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:19:31,516 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:19:31,516 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:19:31,517 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:19:31,517 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:19:31,517 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:19:31,517 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:19:31,517 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:19:31,517 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:19:31,517 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:19:31,517 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:19:31,517 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:19:31,517 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:19:31,517 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:19:31,517 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:19:31,518 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:19:31,518 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:19:31,518 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:19:31,518 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:19:31,520 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:19:31,523 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:19:31,526 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:19:31,529 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:19:31,529 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:19:31,532 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:19:31,532 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 0x7fd13e1c5620> 2024-03-01 17:19:31,533 INFO blivet/MainThread: sorting actions... 2024-03-01 17:19:31,554 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:19:31,555 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:19:31,555 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:19:31,555 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:19:31,555 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:19:31,555 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:19:31,555 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:19:31,556 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:19:31,556 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:19:31,556 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:19:31,556 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:19:31,556 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:19:31,556 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:19:31,556 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:19:31,557 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:19:31,557 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:19:31,557 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:19:31,557 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:19:31,557 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:19:31,557 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:19:31,557 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:19:31,558 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:19:31,558 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:19:31,558 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:19:31,558 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:19:31,558 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:19:31,558 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:19:31,558 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:19:31,559 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:19:31,559 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:19:31,562 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:31,566 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:19:31,566 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 17:19:31,575 INFO program/MainThread: stdout: 2024-03-01 17:19:31,575 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:19:31,575 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:31,575 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:31,596 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:31,597 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:31,610 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:31,611 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:19:31,615 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 17:19:31,619 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 17:19:31,623 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:19:31,626 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 17:19:31,630 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 17:19:31,630 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:31,667 INFO program/MainThread: stdout[92]: 2024-03-01 17:19:31,668 INFO program/MainThread: stderr[92]: 2024-03-01 17:19:31,668 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 17:19:31,672 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:19:31,676 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:31,679 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:19:31,682 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:31,685 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:19:31,689 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:31,692 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:19:31,695 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:31,699 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:19:31,702 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 17:19:31,702 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:31,754 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 17:19:31,755 INFO program/MainThread: stderr[93]: 2024-03-01 17:19:31,755 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 17:19:31,756 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:19:31,763 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:31,772 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:19:31,773 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 17:19:31,794 INFO program/MainThread: stdout: 2024-03-01 17:19:31,794 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:19:31,794 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:31,795 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:31,819 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:31,820 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:31,833 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:31,834 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:19:31,838 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 17:19:31,842 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 17:19:31,846 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:19:31,849 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 17:19:31,853 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 17:19:31,853 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:31,886 INFO program/MainThread: stdout[94]: 2024-03-01 17:19:31,887 INFO program/MainThread: stderr[94]: 2024-03-01 17:19:31,887 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 17:19:31,891 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:19:31,895 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:31,898 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:19:31,901 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:31,904 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:19:31,908 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:31,911 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:19:31,915 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:31,918 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:19:31,921 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 17:19:31,921 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:31,978 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 17:19:31,978 INFO program/MainThread: stderr[95]: 2024-03-01 17:19:31,978 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 17:19:31,979 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:19:31,987 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:31,997 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:19:31,998 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 17:19:32,013 INFO program/MainThread: stdout: 2024-03-01 17:19:32,013 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:19:32,013 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:32,013 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:32,039 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:32,040 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:32,053 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:32,054 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:19:32,058 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 17:19:32,062 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 17:19:32,066 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:19:32,069 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 17:19:32,073 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 17:19:32,073 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:32,109 INFO program/MainThread: stdout[96]: 2024-03-01 17:19:32,109 INFO program/MainThread: stderr[96]: 2024-03-01 17:19:32,109 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 17:19:32,113 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:19:32,117 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:32,120 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:19:32,123 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:32,127 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:19:32,130 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:32,133 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:19:32,136 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:32,140 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:19:32,143 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 17:19:32,143 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:32,189 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 17:19:32,190 INFO program/MainThread: stderr[97]: 2024-03-01 17:19:32,190 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 17:19:32,190 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:19:32,198 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:32,206 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:19:32,206 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 17:19:32,222 INFO program/MainThread: stdout: 2024-03-01 17:19:32,222 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:19:32,223 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:32,223 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:32,256 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:32,257 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:32,270 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:32,271 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:19:32,275 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 17:19:32,279 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 17:19:32,283 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:19:32,286 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 17:19:32,290 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 17:19:32,290 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:32,326 INFO program/MainThread: stdout[98]: 2024-03-01 17:19:32,327 INFO program/MainThread: stderr[98]: 2024-03-01 17:19:32,327 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 17:19:32,331 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:19:32,335 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:32,338 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:19:32,341 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:32,345 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:19:32,348 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:32,351 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:19:32,354 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:32,358 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:19:32,361 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 17:19:32,361 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:32,403 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 17:19:32,403 INFO program/MainThread: stderr[99]: 2024-03-01 17:19:32,403 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 17:19:32,404 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:19:32,411 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 17:19:32,418 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 17:19:32,424 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:19:32,437 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:32,452 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:19:32,458 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:32,466 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:19:32,472 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:32,477 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:19:32,480 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:32,484 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:19:32,487 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 17:19:32,487 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:32,519 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 17:19:32,520 INFO program/MainThread: stderr[100]: 2024-03-01 17:19:32,520 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 17:19:32,520 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:32,584 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 17:19:32,585 INFO program/MainThread: stderr[101]: 2024-03-01 17:19:32,585 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 17:19:32,585 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:32,629 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 17:19:32,629 INFO program/MainThread: stderr[102]: 2024-03-01 17:19:32,629 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 17:19:32,630 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:19:32,637 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:32,648 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 17:19:32,653 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 17:19:32,654 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdi --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:32,705 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 17:19:32,706 INFO program/MainThread: stderr[103]: 2024-03-01 17:19:32,706 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 17:19:32,706 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 17:19:32,706 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:32,719 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:32,720 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:32,733 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:32,734 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:32,745 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:32,746 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:19:32,750 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:32,753 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 17:19:32,756 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 17:19:32,756 INFO program/MainThread: Running [104] lvm pvremove --force --force --yes /dev/sdj --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:32,785 INFO program/MainThread: stdout[104]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 17:19:32,786 INFO program/MainThread: stderr[104]: 2024-03-01 17:19:32,786 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 17:19:32,786 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 17:19:32,786 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:32,828 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:32,828 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:32,842 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:32,843 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:32,858 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:32,859 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:19:32,863 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:32,866 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 17:19:32,869 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 17:19:32,870 INFO program/MainThread: Running [105] lvm pvremove --force --force --yes /dev/sdh --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:32,903 INFO program/MainThread: stdout[105]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 17:19:32,904 INFO program/MainThread: stderr[105]: 2024-03-01 17:19:32,904 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 17:19:32,904 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 17:19:32,905 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:32,943 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:32,943 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:32,964 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:32,964 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:32,978 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:32,979 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:19:32,983 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:32,986 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 17:19:32,989 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 17:19:32,989 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdg --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:33,019 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 17:19:33,020 INFO program/MainThread: stderr[106]: 2024-03-01 17:19:33,020 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 17:19:33,020 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 17:19:33,020 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:33,053 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:33,053 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:33,068 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:33,068 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:33,084 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:33,085 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:19:33,090 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:33,093 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:19:33,093 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 17:19:33,104 INFO program/MainThread: stdout: 2024-03-01 17:19:33,104 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:19:33,104 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:33,104 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:33,123 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:33,124 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:33,137 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:33,138 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:19:33,142 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 17:19:33,146 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 17:19:33,150 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:19:33,154 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 17:19:33,157 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 17:19:33,157 INFO program/MainThread: Running [107] lvm lvchange -an test_vg2/lv4 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:33,194 INFO program/MainThread: stdout[107]: 2024-03-01 17:19:33,194 INFO program/MainThread: stderr[107]: 2024-03-01 17:19:33,194 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 17:19:33,198 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:19:33,202 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:33,205 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 17:19:33,208 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:33,211 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 17:19:33,215 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:33,218 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 17:19:33,222 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 17:19:33,222 INFO program/MainThread: Running [108] lvm lvremove --yes test_vg2/lv4 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:33,266 INFO program/MainThread: stdout[108]: Logical volume "lv4" successfully removed. 2024-03-01 17:19:33,266 INFO program/MainThread: stderr[108]: 2024-03-01 17:19:33,266 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 17:19:33,267 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:19:33,275 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:33,283 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:19:33,284 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 17:19:33,298 INFO program/MainThread: stdout: 2024-03-01 17:19:33,299 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:19:33,299 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:33,299 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:33,324 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:33,325 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:33,336 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:33,337 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:19:33,341 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 17:19:33,345 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 17:19:33,349 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:19:33,352 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 17:19:33,356 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 17:19:33,356 INFO program/MainThread: Running [109] lvm lvchange -an test_vg2/lv3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:33,390 INFO program/MainThread: stdout[109]: 2024-03-01 17:19:33,391 INFO program/MainThread: stderr[109]: 2024-03-01 17:19:33,391 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 17:19:33,395 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:19:33,398 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:33,402 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:19:33,405 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:33,408 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:19:33,411 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:33,415 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:19:33,418 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 17:19:33,418 INFO program/MainThread: Running [110] lvm lvremove --yes test_vg2/lv3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:33,461 INFO program/MainThread: stdout[110]: Logical volume "lv3" successfully removed. 2024-03-01 17:19:33,461 INFO program/MainThread: stderr[110]: 2024-03-01 17:19:33,461 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 17:19:33,462 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:19:33,469 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 17:19:33,477 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 17:19:33,482 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:19:33,489 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:33,498 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:19:33,504 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:33,511 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:19:33,515 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:33,518 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:19:33,521 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 17:19:33,521 INFO program/MainThread: Running [111] lvm vgreduce --removemissing --force test_vg2 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:33,556 INFO program/MainThread: stdout[111]: Volume group "test_vg2" is already consistent. 2024-03-01 17:19:33,556 INFO program/MainThread: stderr[111]: 2024-03-01 17:19:33,556 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 17:19:33,557 INFO program/MainThread: Running [112] lvm vgchange -an test_vg2 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:33,609 INFO program/MainThread: stdout[112]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 17:19:33,609 INFO program/MainThread: stderr[112]: 2024-03-01 17:19:33,609 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 17:19:33,609 INFO program/MainThread: Running [113] lvm vgremove --force test_vg2 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:33,651 INFO program/MainThread: stdout[113]: Volume group "test_vg2" successfully removed 2024-03-01 17:19:33,652 INFO program/MainThread: stderr[113]: 2024-03-01 17:19:33,652 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 17:19:33,653 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:19:33,659 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:33,666 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 17:19:33,672 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 17:19:33,672 INFO program/MainThread: Running [114] lvm pvremove --force --force --yes /dev/sde --config= devices { filter=["a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:33,719 INFO program/MainThread: stdout[114]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 17:19:33,719 INFO program/MainThread: stderr[114]: 2024-03-01 17:19:33,720 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 17:19:33,720 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 17:19:33,720 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:33,754 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:33,754 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:33,767 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:33,767 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:33,784 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:33,785 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:19:33,789 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:33,792 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 17:19:33,795 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 17:19:33,795 INFO program/MainThread: Running [115] lvm pvremove --force --force --yes /dev/sdd --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:33,828 INFO program/MainThread: stdout[115]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 17:19:33,828 INFO program/MainThread: stderr[115]: 2024-03-01 17:19:33,829 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 17:19:33,829 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 17:19:33,829 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:33,853 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:33,854 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:33,874 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:33,875 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:33,892 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:33,893 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:19:33,897 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:33,900 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 17:19:33,903 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 17:19:33,903 INFO program/MainThread: Running [116] lvm pvremove --force --force --yes /dev/sdf --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:33,931 INFO program/MainThread: stdout[116]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 17:19:33,932 INFO program/MainThread: stderr[116]: 2024-03-01 17:19:33,932 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 17:19:33,932 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 17:19:33,932 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:33,967 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:33,967 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:33,981 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:33,981 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:33,998 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:33,999 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:19:34,003 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:34,007 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:19:34,007 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 17:19:34,017 INFO program/MainThread: stdout: 2024-03-01 17:19:34,018 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:19:34,018 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:34,018 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:34,036 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:34,036 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:34,048 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:34,049 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:19:34,053 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 17:19:34,057 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 17:19:34,061 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:19:34,064 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 17:19:34,068 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 17:19:34,068 INFO program/MainThread: Running [117] lvm lvchange -an test_vg1/lv2 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:34,102 INFO program/MainThread: stdout[117]: 2024-03-01 17:19:34,102 INFO program/MainThread: stderr[117]: 2024-03-01 17:19:34,102 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 17:19:34,107 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:19:34,110 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:34,113 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 17:19:34,117 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:34,120 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 17:19:34,123 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:34,127 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 17:19:34,130 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 17:19:34,130 INFO program/MainThread: Running [118] lvm lvremove --yes test_vg1/lv2 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:34,177 INFO program/MainThread: stdout[118]: Logical volume "lv2" successfully removed. 2024-03-01 17:19:34,178 INFO program/MainThread: stderr[118]: 2024-03-01 17:19:34,178 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 17:19:34,178 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:19:34,186 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:34,195 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:19:34,195 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 17:19:34,215 INFO program/MainThread: stdout: 2024-03-01 17:19:34,215 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:19:34,215 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:34,215 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:34,231 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:34,231 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:34,243 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:34,244 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:19:34,248 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 17:19:34,252 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:19:34,256 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:19:34,260 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 17:19:34,263 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:19:34,263 INFO program/MainThread: Running [119] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:34,304 INFO program/MainThread: stdout[119]: 2024-03-01 17:19:34,304 INFO program/MainThread: stderr[119]: 2024-03-01 17:19:34,304 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 17:19:34,308 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:19:34,312 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:34,315 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:19:34,318 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:34,322 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:19:34,325 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:34,328 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:19:34,332 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 17:19:34,332 INFO program/MainThread: Running [120] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:34,367 INFO program/MainThread: stdout[120]: Logical volume "lv1" successfully removed. 2024-03-01 17:19:34,368 INFO program/MainThread: stderr[120]: 2024-03-01 17:19:34,368 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 17:19:34,369 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:19:34,375 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 17:19:34,386 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 17:19:34,391 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:19:34,400 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:34,408 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:19:34,414 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:34,420 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:19:34,424 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:34,428 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:19:34,434 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 17:19:34,434 INFO program/MainThread: Running [121] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:34,475 INFO program/MainThread: stdout[121]: Volume group "test_vg1" is already consistent. 2024-03-01 17:19:34,475 INFO program/MainThread: stderr[121]: 2024-03-01 17:19:34,475 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 17:19:34,476 INFO program/MainThread: Running [122] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:34,523 INFO program/MainThread: stdout[122]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 17:19:34,524 INFO program/MainThread: stderr[122]: 2024-03-01 17:19:34,524 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 17:19:34,524 INFO program/MainThread: Running [123] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:34,558 INFO program/MainThread: stdout[123]: Volume group "test_vg1" successfully removed 2024-03-01 17:19:34,559 INFO program/MainThread: stderr[123]: 2024-03-01 17:19:34,559 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 17:19:34,560 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:19:34,566 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:34,576 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:19:34,582 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:19:34,582 INFO program/MainThread: Running [124] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:34,624 INFO program/MainThread: stdout[124]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 17:19:34,625 INFO program/MainThread: stderr[124]: 2024-03-01 17:19:34,625 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 17:19:34,625 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 17:19:34,625 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:34,637 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:34,637 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:34,648 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:34,648 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:34,660 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:34,661 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:19:34,665 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:34,668 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:19:34,671 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:19:34,671 INFO program/MainThread: Running [125] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:34,699 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 17:19:34,700 INFO program/MainThread: stderr[125]: 2024-03-01 17:19:34,700 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 17:19:34,700 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 17:19:34,700 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:34,735 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:34,735 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:34,748 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:34,749 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:34,765 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:34,766 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:19:34,770 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:19:34,773 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:19:34,776 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:19:34,776 INFO program/MainThread: Running [126] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:19:34,810 INFO program/MainThread: stdout[126]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 17:19:34,810 INFO program/MainThread: stderr[126]: 2024-03-01 17:19:34,810 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 17:19:34,810 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 17:19:34,811 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:34,845 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:34,845 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:34,861 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:34,861 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:19:34,875 DEBUG program/MainThread: Return code: 0 2024-03-01 17:19:34,881 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:19:34,881 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 0x7fd13e1c5a40> to retry, use: --limit @/tmp/tests_mount_verify.retry PLAY RECAP ********************************************************************* sut : ok=236 changed=12 unreachable=0 failed=1 skipped=161 rescued=0 ignored=0 Friday 01 March 2024 17:19:42 +0000 (0:00:00.809) 0:02:25.365 ********** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 12.10s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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 -- 10.36s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Get required packages --------------- 6.81s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Get required packages --------------- 4.27s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.snapshot : Run snapshot command snapshot ------ 2.98s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.69s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.68s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.63s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.61s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.60s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.58s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.57s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.57s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.56s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.55s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.55s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Ensure dmsetup ---------------------------------------------------------- 2.55s /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/cleanup.yml:39 -------- fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.51s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.49s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.49s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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. ---^---^---^---^---^---