# 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-failuresdm7xs70g/.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_single_lv.yml ************************************************** 1 plays in /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_single_lv.yml PLAY [Single LV snapshot test] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_single_lv.yml:2 Friday 01 March 2024 21:18:43 +0000 (0:00:00.032) 0:00:00.032 ********** ok: [sut] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_single_lv.yml:36 Friday 01 March 2024 21:18:44 +0000 (0:00:01.043) 0:00:01.075 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:10 Friday 01 March 2024 21:18:44 +0000 (0:00:00.012) 0:00:01.087 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set mount parent] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:15 Friday 01 March 2024 21:18:44 +0000 (0:00:00.259) 0:00:01.347 ********** ok: [sut] => { "ansible_facts": { "test_mnt_parent": "/mnt" }, "changed": false } TASK [Run the storage role install base packages] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:19 Friday 01 March 2024 21:18:44 +0000 (0:00:00.016) 0:00:01.364 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 21:18:44 +0000 (0:00:00.015) 0:00:01.380 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 21:18:45 +0000 (0:00:00.013) 0:00:01.393 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 21:18:45 +0000 (0:00:00.018) 0:00:01.411 ********** 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-failuresdm7xs70g/.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-failuresdm7xs70g/.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 21:18:45 +0000 (0:00:00.025) 0:00:01.437 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 21:18:45 +0000 (0:00:00.208) 0:00:01.645 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 21:18:45 +0000 (0:00:00.014) 0:00:01.659 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 21:18:45 +0000 (0:00:00.009) 0:00:01.668 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 21:18:45 +0000 (0:00:00.009) 0:00:01.678 ********** 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-failuresdm7xs70g/.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 21:18:45 +0000 (0:00:00.026) 0:00:01.704 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 21:18:48 +0000 (0:00:02.793) 0:00:04.498 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 21:18:48 +0000 (0:00:00.011) 0:00:04.509 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 21:18:48 +0000 (0:00:00.010) 0:00:04.520 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 21:18:48 +0000 (0:00:00.487) 0:00:05.008 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 21:18:48 +0000 (0:00:00.019) 0:00:05.027 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 21:18:48 +0000 (0:00:00.015) 0:00:05.043 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 21:18:48 +0000 (0:00:00.015) 0:00:05.059 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 21:18:48 +0000 (0:00:00.017) 0:00:05.076 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 21:18:51 +0000 (0:00:02.672) 0:00:07.749 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 21:18:53 +0000 (0:00:01.830) 0:00:09.580 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 21:18:53 +0000 (0:00:00.029) 0:00:09.610 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 21:18:53 +0000 (0:00:00.008) 0:00:09.619 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 21:18:53 +0000 (0:00:00.405) 0:00:10.024 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 21:18:53 +0000 (0:00:00.018) 0:00:10.043 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 21:18:53 +0000 (0:00:00.008) 0:00:10.052 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 21:18:53 +0000 (0:00:00.012) 0:00:10.065 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 21:18:53 +0000 (0:00:00.011) 0:00:10.077 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 21:18:53 +0000 (0:00:00.011) 0:00:10.089 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 21:18:53 +0000 (0:00:00.020) 0:00:10.109 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 21:18:53 +0000 (0:00:00.010) 0:00:10.119 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 21:18:53 +0000 (0:00:00.018) 0:00:10.137 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 21:18:53 +0000 (0:00:00.018) 0:00:10.156 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 21:18:53 +0000 (0:00:00.009) 0:00:10.166 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709326976.5369654, "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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 21:18:53 +0000 (0:00:00.217) 0:00:10.383 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 21:18:54 +0000 (0:00:00.010) 0:00:10.393 ********** ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:23 Friday 01 March 2024 21:18:54 +0000 (0:00:00.804) 0:00:11.197 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:5 Friday 01 March 2024 21:18:54 +0000 (0:00:00.018) 0:00:11.216 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:10 Friday 01 March 2024 21:18:55 +0000 (0:00:00.210) 0:00:11.426 ********** ok: [sut] => { "ansible_facts": { "__snapshot_is_ostree": false }, "changed": false } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 Friday 01 March 2024 21:18:55 +0000 (0:00:00.015) 0:00:11.442 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:23 Friday 01 March 2024 21:18:57 +0000 (0:00:02.711) 0:00:14.153 ********** 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-failuresdm7xs70g/tests/get_unused_disk.yml:31 Friday 01 March 2024 21:18:58 +0000 (0:00:00.304) 0:00:14.457 ********** 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-failuresdm7xs70g/tests/get_unused_disk.yml:36 Friday 01 March 2024 21:18:58 +0000 (0:00:00.012) 0:00:14.470 ********** 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-failuresdm7xs70g/tests/get_unused_disk.yml:44 Friday 01 March 2024 21:18:58 +0000 (0:00:00.012) 0:00:14.482 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:49 Friday 01 March 2024 21:18:58 +0000 (0:00:00.018) 0:00:14.501 ********** 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-failuresdm7xs70g/tests/get_unused_disk.yml:58 Friday 01 March 2024 21:18:58 +0000 (0:00:00.018) 0:00:14.519 ********** 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-failuresdm7xs70g/tests/tasks/setup.yml:29 Friday 01 March 2024 21:18:58 +0000 (0:00:00.018) 0:00:14.538 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 21:18:58 +0000 (0:00:00.025) 0:00:14.563 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 21:18:58 +0000 (0:00:00.016) 0:00:14.579 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 21:18:58 +0000 (0:00:00.021) 0:00:14.600 ********** 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-failuresdm7xs70g/.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-failuresdm7xs70g/.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 21:18:58 +0000 (0:00:00.029) 0:00:14.630 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 21:18:58 +0000 (0:00:00.012) 0:00:14.643 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 21:18:58 +0000 (0:00:00.013) 0:00:14.656 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 21:18:58 +0000 (0:00:00.025) 0:00:14.682 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 21:18:58 +0000 (0:00:00.011) 0:00:14.694 ********** 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-failuresdm7xs70g/.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 21:18:58 +0000 (0:00:00.026) 0:00:14.720 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 21:19:01 +0000 (0:00:02.683) 0:00:17.403 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "volumes": [ { "name": "lv1", "size": "15%" }, { "name": "lv2", "size": "50%" } ] }, { "disks": [ "sdd", "sde", "sdf" ], "name": "test_vg2", "volumes": [ { "name": "lv3", "size": "10%" }, { "name": "lv4", "size": "20%" } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "name": "test_vg3", "volumes": [ { "name": "lv5", "size": "30%" }, { "name": "lv6", "size": "25%" }, { "name": "lv7", "size": "10%" }, { "name": "lv8", "size": "10%" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 21:19:01 +0000 (0:00:00.028) 0:00:17.432 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 21:19:01 +0000 (0:00:00.013) 0:00:17.446 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 21:19:05 +0000 (0:00:04.551) 0:00:21.998 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 21:19:05 +0000 (0:00:00.022) 0:00:22.020 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 21:19:05 +0000 (0:00:00.018) 0:00:22.039 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 21:19:05 +0000 (0:00:00.018) 0:00:22.058 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 21:19:05 +0000 (0:00:00.017) 0:00:22.076 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 21:19:08 +0000 (0:00:02.690) 0:00:24.766 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 21:19:10 +0000 (0:00:01.809) 0:00:26.576 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 21:19:10 +0000 (0:00:00.029) 0:00:26.606 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 21:19:10 +0000 (0:00:00.009) 0:00:26.615 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 21:19:20 +0000 (0:00:10.124) 0:00:36.740 ********** ok: [sut] => { "changed": false, "cmd": [ "udevadm", "trigger", "--subsystem-match=block" ], "delta": "0:00:00.020247", "end": "2024-03-01 21:19:20.630925", "rc": 0, "start": "2024-03-01 21:19:20.610678" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 21:19:20 +0000 (0:00:00.360) 0:00:37.100 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 21:19:20 +0000 (0:00:00.010) 0:00:37.111 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 21:19:20 +0000 (0:00:00.022) 0:00:37.133 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 21:19:20 +0000 (0:00:00.019) 0:00:37.153 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 21:19:20 +0000 (0:00:00.013) 0:00:37.167 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 21:19:20 +0000 (0:00:00.018) 0:00:37.185 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 21:19:20 +0000 (0:00:00.011) 0:00:37.197 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 21:19:20 +0000 (0:00:00.019) 0:00:37.216 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 21:19:20 +0000 (0:00:00.018) 0:00:37.235 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 21:19:20 +0000 (0:00:00.010) 0:00:37.246 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709326976.5369654, "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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 21:19:21 +0000 (0:00:00.218) 0:00:37.464 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 21:19:21 +0000 (0:00:00.010) 0:00:37.475 ********** ok: [sut] TASK [Run the snapshot role to create snapshot of single LV] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_single_lv.yml:39 Friday 01 March 2024 21:19:21 +0000 (0:00:00.853) 0:00:38.329 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:19:21 +0000 (0:00:00.023) 0:00:38.352 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:19:21 +0000 (0:00:00.017) 0:00:38.370 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:19:22 +0000 (0:00:00.021) 0:00:38.392 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:19:22 +0000 (0:00:00.014) 0:00:38.406 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:19:22 +0000 (0:00:00.014) 0:00:38.421 ********** 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-failuresdm7xs70g/.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-failuresdm7xs70g/.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:19:22 +0000 (0:00:00.030) 0:00:38.451 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:19:24 +0000 (0:00:02.698) 0:00:41.150 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py snapshot -r 15 -vg test_vg1 -lv lv1 -s snapset1 " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command snapshot] ****** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:19:24 +0000 (0:00:00.028) 0:00:41.178 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:19:25 +0000 (0:00:00.717) 0:00:41.895 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.12.232 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.12.232 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:19:25 +0000 (0:00:00.014) 0:00:41.910 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:19:25 +0000 (0:00:00.024) 0:00:41.934 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:19:25 +0000 (0:00:00.011) 0:00:41.946 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify the snapshot LV is created] *************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_single_lv.yml:49 Friday 01 March 2024 21:19:25 +0000 (0:00:00.014) 0:00:41.961 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:19:25 +0000 (0:00:00.041) 0:00:42.003 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:19:25 +0000 (0:00:00.017) 0:00:42.020 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:19:25 +0000 (0:00:00.021) 0:00:42.042 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:19:25 +0000 (0:00:00.014) 0:00:42.056 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:19:25 +0000 (0:00:00.013) 0:00:42.069 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 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-failuresdm7xs70g/.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-failuresdm7xs70g/.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:19:25 +0000 (0:00:00.029) 0:00:42.099 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:19:28 +0000 (0:00:02.687) 0:00:44.787 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py check -v -vg test_vg1 -lv lv1 -s snapset1 " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command check] ********* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:19:28 +0000 (0:00:00.027) 0:00:44.814 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:19:28 +0000 (0:00:00.392) 0:00:45.207 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.12.232 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.12.232 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:19:28 +0000 (0:00:00.014) 0:00:45.222 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:19:28 +0000 (0:00:00.025) 0:00:45.247 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:19:28 +0000 (0:00:00.012) 0:00:45.259 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Run the snapshot role remove the snapshot for single LV] ***************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_single_lv.yml:59 Friday 01 March 2024 21:19:28 +0000 (0:00:00.015) 0:00:45.275 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:19:28 +0000 (0:00:00.028) 0:00:45.304 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:19:28 +0000 (0:00:00.017) 0:00:45.321 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:19:28 +0000 (0:00:00.021) 0:00:45.343 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:19:28 +0000 (0:00:00.014) 0:00:45.358 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:19:28 +0000 (0:00:00.014) 0:00:45.372 ********** 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-failuresdm7xs70g/.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-failuresdm7xs70g/.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:19:29 +0000 (0:00:00.030) 0:00:45.403 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:19:31 +0000 (0:00:02.673) 0:00:48.076 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -vg test_vg1 -lv lv1 -s snapset1 " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:19:31 +0000 (0:00:00.027) 0:00:48.104 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:19:32 +0000 (0:00:00.463) 0:00:48.567 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.12.232 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.12.232 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:19:32 +0000 (0:00:00.014) 0:00:48.582 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:19:32 +0000 (0:00:00.025) 0:00:48.607 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:19:32 +0000 (0:00:00.012) 0:00:48.619 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Use the snapshot_lvm_verify_only option to make sure remove is done] ***** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_single_lv.yml:68 Friday 01 March 2024 21:19:32 +0000 (0:00:00.015) 0:00:48.635 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:19:32 +0000 (0:00:00.031) 0:00:48.667 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:19:32 +0000 (0:00:00.017) 0:00:48.684 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:19:32 +0000 (0:00:00.022) 0:00:48.707 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:19:32 +0000 (0:00:00.014) 0:00:48.722 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:19:32 +0000 (0:00:00.014) 0:00:48.736 ********** 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-failuresdm7xs70g/.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-failuresdm7xs70g/.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:19:32 +0000 (0:00:00.030) 0:00:48.766 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:19:35 +0000 (0:00:02.664) 0:00:51.431 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -v -vg test_vg1 -lv lv1 -s snapset1 " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:19:35 +0000 (0:00:00.027) 0:00:51.458 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:19:35 +0000 (0:00:00.410) 0:00:51.868 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.12.232 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.12.232 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:19:35 +0000 (0:00:00.014) 0:00:51.883 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:19:35 +0000 (0:00:00.026) 0:00:51.909 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:19:35 +0000 (0:00:00.030) 0:00:51.939 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_single_lv.yml:79 Friday 01 March 2024 21:19:35 +0000 (0:00:00.016) 0:00:51.956 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml for sut TASK [Remove storage volumes] ************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:7 Friday 01 March 2024 21:19:35 +0000 (0:00:00.024) 0:00:51.980 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 21:19:35 +0000 (0:00:00.018) 0:00:51.999 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 21:19:35 +0000 (0:00:00.018) 0:00:52.017 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 21:19:35 +0000 (0:00:00.021) 0:00:52.039 ********** 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-failuresdm7xs70g/.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-failuresdm7xs70g/.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 21:19:35 +0000 (0:00:00.031) 0:00:52.070 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 21:19:35 +0000 (0:00:00.015) 0:00:52.085 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 21:19:35 +0000 (0:00:00.013) 0:00:52.099 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 21:19:35 +0000 (0:00:00.011) 0:00:52.111 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 21:19:35 +0000 (0:00:00.011) 0:00:52.123 ********** 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-failuresdm7xs70g/.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 21:19:35 +0000 (0:00:00.028) 0:00:52.152 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 21:19:38 +0000 (0:00:02.688) 0:00:54.840 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 21:19:38 +0000 (0:00:00.030) 0:00:54.871 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 21:19:38 +0000 (0:00:00.015) 0:00:54.887 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 21:19:45 +0000 (0:00:06.633) 0:01:01.520 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 21:19:45 +0000 (0:00:00.024) 0:01:01.545 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 21:19:45 +0000 (0:00:00.020) 0:01:01.565 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 21:19:45 +0000 (0:00:00.019) 0:01:01.585 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 21:19:45 +0000 (0:00:00.018) 0:01:01.604 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 21:19:47 +0000 (0:00:02.683) 0:01:04.287 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 21:19:49 +0000 (0:00:01.755) 0:01:06.043 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 21:19:49 +0000 (0:00:00.031) 0:01:06.075 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 21:19:49 +0000 (0:00:00.010) 0:01:06.085 ********** 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/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 21:20:01 +0000 (0:00:11.704) 0:01:17.790 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 21:20:01 +0000 (0:00:00.019) 0:01:17.810 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 21:20:01 +0000 (0:00:00.010) 0:01:17.820 ********** 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/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 21:20:01 +0000 (0:00:00.024) 0:01:17.845 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 21:20:01 +0000 (0:00:00.020) 0:01:17.865 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 21:20:01 +0000 (0:00:00.014) 0:01:17.879 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 21:20:01 +0000 (0:00:00.019) 0:01:17.899 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 21:20:01 +0000 (0:00:00.011) 0:01:17.911 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 21:20:01 +0000 (0:00:00.023) 0:01:17.934 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 21:20:01 +0000 (0:00:00.020) 0:01:17.954 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 21:20:01 +0000 (0:00:00.012) 0:01:17.967 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709326976.5369654, "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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 21:20:01 +0000 (0:00:00.222) 0:01:18.189 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 21:20:01 +0000 (0:00:00.012) 0:01:18.202 ********** ok: [sut] TASK [Save unused_disk_return before verify] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:29 Friday 01 March 2024 21:20:02 +0000 (0:00:00.863) 0:01:19.065 ********** 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-failuresdm7xs70g/tests/tasks/cleanup.yml:33 Friday 01 March 2024 21:20:02 +0000 (0:00:00.013) 0:01:19.078 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:5 Friday 01 March 2024 21:20:02 +0000 (0:00:00.017) 0:01:19.096 ********** 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-failuresdm7xs70g/tests/get_unused_disk.yml:10 Friday 01 March 2024 21:20:02 +0000 (0:00:00.013) 0:01:19.110 ********** 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-failuresdm7xs70g/tests/get_unused_disk.yml:14 Friday 01 March 2024 21:20:02 +0000 (0:00:00.013) 0:01:19.123 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:23 Friday 01 March 2024 21:20:05 +0000 (0:00:02.698) 0:01:21.821 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdd", "sde", "sdg", "sdh", "sdi", "sdj", "sdk", "sdl" ], "info": [ "Disk [/dev/sdc] attrs [{'type': 'disk', 'size': '1073741824', 'fstype': 'LVM2_member'}] has fstype", "Disk [/dev/sdf] attrs [{'type': 'disk', 'size': '1073741824', 'fstype': 'LVM2_member'}] has fstype" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:31 Friday 01 March 2024 21:20:05 +0000 (0:00:00.236) 0:01:22.058 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdd", "sde", "sdg", "sdh", "sdi", "sdj", "sdk", "sdl" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:36 Friday 01 March 2024 21:20:05 +0000 (0:00:00.013) 0:01:22.072 ********** ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdd", "sde", "sdg", "sdh", "sdi", "sdj", "sdk", "sdl" ] } TASK [Print info from find_unused_disk] **************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:44 Friday 01 March 2024 21:20:05 +0000 (0:00:00.013) 0:01:22.085 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:49 Friday 01 March 2024 21:20:05 +0000 (0:00:00.019) 0:01:22.104 ********** 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-failuresdm7xs70g/tests/get_unused_disk.yml:58 Friday 01 March 2024 21:20:05 +0000 (0:00:00.018) 0:01:22.123 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Debug why list of unused disks has changed] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:39 Friday 01 March 2024 21:20:05 +0000 (0:00:00.018) 0:01:22.141 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "set -euxo pipefail\nexec 1>&2\nmount -f -l\ndf -H\nlvs --all\npvs --all\nvgs --all\ncat /tmp/snapshot_role.log || :\ncat /etc/lvm/devices/system.devices || :\nfor dev in $(lsblk -l -p -o NAME); do\n if [ \"$dev\" = NAME ]; then continue; fi\n echo blkid info with cache\n blkid \"$dev\" || :\n echo blkid info without cache\n blkid -p \"$dev\" || :\ndone\n# garbage collect\nblkid -g || :\necho lsblk after garbage collect\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE\n# flush cache\nblkid -s none || :\necho lsblk after cache flush\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE\ncat /tmp/blivet.log || :\n", "delta": "0:00:00.571088", "end": "2024-03-01 21:20:06.516799", "failed_when_result": true, "rc": 0, "start": "2024-03-01 21:20:05.945711" } 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/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,rdma) 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/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,freezer) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,blkio) cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpu,cpuacct) cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,memory) cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,hugetlb) cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,pids) cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpuset) cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,devices) cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,perf_event) 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=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=18281) 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.4G 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 21:09:29,287 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 21:09:29,287 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:09:29,323 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:29,324 INFO snapshot-role/MainThread: { 2024-03-01 21:09:29,324 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:29,324 INFO snapshot-role/MainThread: { 2024-03-01 21:09:29,324 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:29,324 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:09:29,324 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,324 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,324 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:29,324 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:09:29,324 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:09:29,324 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:09:29,324 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:09:29,324 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,324 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,324 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:29,324 INFO snapshot-role/MainThread: {"lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:09:29,324 INFO snapshot-role/MainThread: {"lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:09:29,324 INFO snapshot-role/MainThread: {"lv_uuid":"hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:09:29,324 INFO snapshot-role/MainThread: {"lv_uuid":"UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:09:29,324 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,324 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi", "lv_uuid":"UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi", "lv_uuid":"hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi", "lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0", "lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp", "pv_name":"/dev/sdh"}, 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy", "lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt", "pv_name":"/dev/sdj"}, 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB", "lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt", "pv_name":"/dev/sdi"} 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt"}, 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt"}, 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t"}, 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp"}, 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp"}, 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk"} 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: } 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: { 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: {"lv_uuid":"oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: {"lv_uuid":"TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,325 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA", "lv_uuid":"TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA", "lv_uuid":"oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8"}, 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG"} 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: } 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: { 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: {"lv_uuid":"gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: {"lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d", "lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d", "lv_uuid":"gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c", "lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg", "pv_name":"/dev/sda"}, 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,326 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg"}, 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg"}, 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N"} 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: } 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: } 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: VG: test_vg3 free 1052770304 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: LV: lv5 size : 1283457024 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: LV: lv6 size : 1069547520 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: LV: lv7 size : 427819008 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: LV: lv8 size : 427819008 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: LV: total 3208642560 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: space needed: 481296384.00 space available: 1052770304 sufficient space: 1 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: VG: test_vg2 free 2231369728 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: LV: lv4 size : 641728512 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: LV: total 964689920 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: space needed: 144703488.00 space available: 2231369728 sufficient space: 1 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: VG: test_vg1 free 1107296256 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: LV: total 2088763392 2024-03-01 21:09:29,327 INFO snapshot-role/MainThread: space needed: 313314508.80 space available: 1107296256 sufficient space: 1 2024-03-01 21:09:29,328 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:09:29,355 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:29,355 INFO snapshot-role/MainThread: { 2024-03-01 21:09:29,355 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:29,355 INFO snapshot-role/MainThread: { 2024-03-01 21:09:29,355 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:29,355 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:09:29,355 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: {"lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: {"lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: {"lv_uuid":"hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: {"lv_uuid":"UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi", "lv_uuid":"UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi", "lv_uuid":"hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi", "lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0", "lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp", "pv_name":"/dev/sdh"}, 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy", "lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt", "pv_name":"/dev/sdj"}, 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB", "lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt", "pv_name":"/dev/sdi"} 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt"}, 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt"}, 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t"}, 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp"}, 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp"}, 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk"} 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: } 2024-03-01 21:09:29,356 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: { 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: {"lv_uuid":"oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: {"lv_uuid":"TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA", "lv_uuid":"TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA", "lv_uuid":"oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8"}, 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG"} 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: } 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: { 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:29,357 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: {"lv_uuid":"gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: {"lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d", "lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d", "lv_uuid":"gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c", "lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg", "pv_name":"/dev/sda"}, 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg"}, 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg"}, 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N"} 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: } 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: } 2024-03-01 21:09:29,358 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 21:09:29,381 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:29,381 INFO snapshot-role/MainThread: { 2024-03-01 21:09:29,381 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:29,381 INFO snapshot-role/MainThread: { 2024-03-01 21:09:29,381 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:29,381 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:29,381 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,381 INFO snapshot-role/MainThread: } 2024-03-01 21:09:29,381 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,381 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,381 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:29,381 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,381 INFO snapshot-role/MainThread: } 2024-03-01 21:09:29,382 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:09:29,409 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:29,409 INFO snapshot-role/MainThread: { 2024-03-01 21:09:29,409 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:29,409 INFO snapshot-role/MainThread: { 2024-03-01 21:09:29,410 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:29,410 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:29,410 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:29,410 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:29,410 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:29,410 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,410 INFO snapshot-role/MainThread: } 2024-03-01 21:09:29,410 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,410 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,410 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:29,410 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,410 INFO snapshot-role/MainThread: } 2024-03-01 21:09:29,410 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 21:09:29,435 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:09:29,436 INFO snapshot-role/MainThread: { 2024-03-01 21:09:29,436 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:29,436 INFO snapshot-role/MainThread: { 2024-03-01 21:09:29,436 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:29,436 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,436 INFO snapshot-role/MainThread: } 2024-03-01 21:09:29,436 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,436 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,436 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:29,436 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,436 INFO snapshot-role/MainThread: } 2024-03-01 21:09:29,436 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv5_snapset1 -L 192544768B test_vg3/lv5 2024-03-01 21:09:29,698 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:29,698 INFO snapshot-role/MainThread: { 2024-03-01 21:09:29,698 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:29,698 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,698 INFO snapshot-role/MainThread: } 2024-03-01 21:09:29,698 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 21:09:29,747 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:29,747 INFO snapshot-role/MainThread: { 2024-03-01 21:09:29,747 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:29,747 INFO snapshot-role/MainThread: { 2024-03-01 21:09:29,747 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:29,747 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:29,747 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,747 INFO snapshot-role/MainThread: } 2024-03-01 21:09:29,747 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,747 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,747 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:29,747 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,747 INFO snapshot-role/MainThread: } 2024-03-01 21:09:29,747 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:09:29,775 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:29,775 INFO snapshot-role/MainThread: { 2024-03-01 21:09:29,775 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:29,775 INFO snapshot-role/MainThread: { 2024-03-01 21:09:29,775 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:29,775 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:29,775 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:29,775 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:29,775 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:29,775 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:29,775 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,775 INFO snapshot-role/MainThread: } 2024-03-01 21:09:29,775 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,775 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,775 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:29,775 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,775 INFO snapshot-role/MainThread: } 2024-03-01 21:09:29,775 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 21:09:29,801 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:09:29,801 INFO snapshot-role/MainThread: { 2024-03-01 21:09:29,801 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:29,801 INFO snapshot-role/MainThread: { 2024-03-01 21:09:29,801 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:29,801 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,801 INFO snapshot-role/MainThread: } 2024-03-01 21:09:29,801 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,801 INFO snapshot-role/MainThread: , 2024-03-01 21:09:29,801 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:29,801 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:29,801 INFO snapshot-role/MainThread: } 2024-03-01 21:09:29,801 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv6_snapset1 -L 160497664B test_vg3/lv6 2024-03-01 21:09:30,029 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:30,030 INFO snapshot-role/MainThread: { 2024-03-01 21:09:30,030 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:30,030 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,030 INFO snapshot-role/MainThread: } 2024-03-01 21:09:30,030 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 21:09:30,068 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:30,069 INFO snapshot-role/MainThread: { 2024-03-01 21:09:30,069 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:30,069 INFO snapshot-role/MainThread: { 2024-03-01 21:09:30,069 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:30,069 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:30,069 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,069 INFO snapshot-role/MainThread: } 2024-03-01 21:09:30,069 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,069 INFO snapshot-role/MainThread: , 2024-03-01 21:09:30,069 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:30,069 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,069 INFO snapshot-role/MainThread: } 2024-03-01 21:09:30,069 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:09:30,095 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:30,096 INFO snapshot-role/MainThread: { 2024-03-01 21:09:30,096 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:30,096 INFO snapshot-role/MainThread: { 2024-03-01 21:09:30,096 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:30,096 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:30,096 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:30,096 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:30,096 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:30,096 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:30,096 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:30,096 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,096 INFO snapshot-role/MainThread: } 2024-03-01 21:09:30,096 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,096 INFO snapshot-role/MainThread: , 2024-03-01 21:09:30,096 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:30,096 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,096 INFO snapshot-role/MainThread: } 2024-03-01 21:09:30,096 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:09:30,120 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:09:30,121 INFO snapshot-role/MainThread: { 2024-03-01 21:09:30,121 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:30,121 INFO snapshot-role/MainThread: { 2024-03-01 21:09:30,121 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:30,121 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,121 INFO snapshot-role/MainThread: } 2024-03-01 21:09:30,121 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,121 INFO snapshot-role/MainThread: , 2024-03-01 21:09:30,121 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:30,121 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,121 INFO snapshot-role/MainThread: } 2024-03-01 21:09:30,121 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 64225280B test_vg3/lv7 2024-03-01 21:09:30,341 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:30,342 INFO snapshot-role/MainThread: { 2024-03-01 21:09:30,342 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:30,342 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,342 INFO snapshot-role/MainThread: } 2024-03-01 21:09:30,342 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 21:09:30,388 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:30,389 INFO snapshot-role/MainThread: { 2024-03-01 21:09:30,389 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:30,389 INFO snapshot-role/MainThread: { 2024-03-01 21:09:30,389 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:30,389 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:30,389 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,389 INFO snapshot-role/MainThread: } 2024-03-01 21:09:30,389 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,389 INFO snapshot-role/MainThread: , 2024-03-01 21:09:30,389 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:30,389 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,389 INFO snapshot-role/MainThread: } 2024-03-01 21:09:30,389 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:09:30,420 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:30,421 INFO snapshot-role/MainThread: { 2024-03-01 21:09:30,421 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:30,421 INFO snapshot-role/MainThread: { 2024-03-01 21:09:30,421 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:30,421 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:30,421 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:30,421 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:30,421 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:30,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 21:09:30,421 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:30,421 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:30,421 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,421 INFO snapshot-role/MainThread: } 2024-03-01 21:09:30,421 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,421 INFO snapshot-role/MainThread: , 2024-03-01 21:09:30,421 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:30,421 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,421 INFO snapshot-role/MainThread: } 2024-03-01 21:09:30,421 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 21:09:30,446 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:09:30,447 INFO snapshot-role/MainThread: { 2024-03-01 21:09:30,447 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:30,447 INFO snapshot-role/MainThread: { 2024-03-01 21:09:30,447 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:30,447 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,447 INFO snapshot-role/MainThread: } 2024-03-01 21:09:30,447 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,447 INFO snapshot-role/MainThread: , 2024-03-01 21:09:30,447 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:30,447 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,447 INFO snapshot-role/MainThread: } 2024-03-01 21:09:30,447 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv8_snapset1 -L 64225280B test_vg3/lv8 2024-03-01 21:09:30,673 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:30,673 INFO snapshot-role/MainThread: { 2024-03-01 21:09:30,673 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:30,673 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,673 INFO snapshot-role/MainThread: } 2024-03-01 21:09:30,673 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 21:09:30,721 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:30,721 INFO snapshot-role/MainThread: { 2024-03-01 21:09:30,721 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:30,721 INFO snapshot-role/MainThread: { 2024-03-01 21:09:30,721 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:30,721 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:30,721 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,721 INFO snapshot-role/MainThread: } 2024-03-01 21:09:30,721 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,721 INFO snapshot-role/MainThread: , 2024-03-01 21:09:30,721 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:30,721 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,721 INFO snapshot-role/MainThread: } 2024-03-01 21:09:30,721 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:09:30,749 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:30,749 INFO snapshot-role/MainThread: { 2024-03-01 21:09:30,749 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:30,749 INFO snapshot-role/MainThread: { 2024-03-01 21:09:30,749 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:30,749 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:30,749 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:30,749 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,749 INFO snapshot-role/MainThread: } 2024-03-01 21:09:30,749 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,749 INFO snapshot-role/MainThread: , 2024-03-01 21:09:30,749 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:30,749 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,749 INFO snapshot-role/MainThread: } 2024-03-01 21:09:30,749 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:09:30,774 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:09:30,775 INFO snapshot-role/MainThread: { 2024-03-01 21:09:30,775 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:30,775 INFO snapshot-role/MainThread: { 2024-03-01 21:09:30,775 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:30,775 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,775 INFO snapshot-role/MainThread: } 2024-03-01 21:09:30,775 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,775 INFO snapshot-role/MainThread: , 2024-03-01 21:09:30,775 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:30,775 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,775 INFO snapshot-role/MainThread: } 2024-03-01 21:09:30,775 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 48496640B test_vg2/lv3 2024-03-01 21:09:30,994 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:30,994 INFO snapshot-role/MainThread: { 2024-03-01 21:09:30,994 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:30,994 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:30,995 INFO snapshot-role/MainThread: } 2024-03-01 21:09:30,995 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 21:09:31,037 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:31,037 INFO snapshot-role/MainThread: { 2024-03-01 21:09:31,037 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:31,037 INFO snapshot-role/MainThread: { 2024-03-01 21:09:31,037 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:31,037 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:31,037 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,037 INFO snapshot-role/MainThread: } 2024-03-01 21:09:31,037 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,037 INFO snapshot-role/MainThread: , 2024-03-01 21:09:31,037 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:31,037 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,037 INFO snapshot-role/MainThread: } 2024-03-01 21:09:31,037 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:09:31,062 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:31,063 INFO snapshot-role/MainThread: { 2024-03-01 21:09:31,063 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:31,063 INFO snapshot-role/MainThread: { 2024-03-01 21:09:31,063 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:31,063 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:31,063 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:31,063 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:31,063 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,063 INFO snapshot-role/MainThread: } 2024-03-01 21:09:31,063 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,063 INFO snapshot-role/MainThread: , 2024-03-01 21:09:31,063 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:31,063 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,063 INFO snapshot-role/MainThread: } 2024-03-01 21:09:31,063 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:09:31,089 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:09:31,090 INFO snapshot-role/MainThread: { 2024-03-01 21:09:31,090 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:31,090 INFO snapshot-role/MainThread: { 2024-03-01 21:09:31,090 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:31,090 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,090 INFO snapshot-role/MainThread: } 2024-03-01 21:09:31,090 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,090 INFO snapshot-role/MainThread: , 2024-03-01 21:09:31,090 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:31,090 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,090 INFO snapshot-role/MainThread: } 2024-03-01 21:09:31,090 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96272384B test_vg2/lv4 2024-03-01 21:09:31,299 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:31,299 INFO snapshot-role/MainThread: { 2024-03-01 21:09:31,299 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:31,299 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,299 INFO snapshot-role/MainThread: } 2024-03-01 21:09:31,299 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:09:31,343 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:31,343 INFO snapshot-role/MainThread: { 2024-03-01 21:09:31,343 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:31,343 INFO snapshot-role/MainThread: { 2024-03-01 21:09:31,343 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:31,343 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:31,343 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,343 INFO snapshot-role/MainThread: } 2024-03-01 21:09:31,343 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,343 INFO snapshot-role/MainThread: , 2024-03-01 21:09:31,343 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:31,343 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,343 INFO snapshot-role/MainThread: } 2024-03-01 21:09:31,343 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:09:31,370 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:31,371 INFO snapshot-role/MainThread: { 2024-03-01 21:09:31,371 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:31,371 INFO snapshot-role/MainThread: { 2024-03-01 21:09:31,371 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:31,371 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:31,371 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:31,371 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,371 INFO snapshot-role/MainThread: } 2024-03-01 21:09:31,371 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,371 INFO snapshot-role/MainThread: , 2024-03-01 21:09:31,371 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:31,371 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,371 INFO snapshot-role/MainThread: } 2024-03-01 21:09:31,371 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:09:31,397 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:09:31,398 INFO snapshot-role/MainThread: { 2024-03-01 21:09:31,398 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:31,398 INFO snapshot-role/MainThread: { 2024-03-01 21:09:31,398 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:31,398 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,398 INFO snapshot-role/MainThread: } 2024-03-01 21:09:31,398 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,398 INFO snapshot-role/MainThread: , 2024-03-01 21:09:31,398 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:31,398 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,398 INFO snapshot-role/MainThread: } 2024-03-01 21:09:31,398 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 72417280B test_vg1/lv1 2024-03-01 21:09:31,612 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:31,612 INFO snapshot-role/MainThread: { 2024-03-01 21:09:31,612 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:31,612 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,612 INFO snapshot-role/MainThread: } 2024-03-01 21:09:31,612 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 21:09:31,654 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:31,654 INFO snapshot-role/MainThread: { 2024-03-01 21:09:31,655 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:31,655 INFO snapshot-role/MainThread: { 2024-03-01 21:09:31,655 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:31,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 21:09:31,655 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,655 INFO snapshot-role/MainThread: } 2024-03-01 21:09:31,655 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,655 INFO snapshot-role/MainThread: , 2024-03-01 21:09:31,655 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:31,655 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,655 INFO snapshot-role/MainThread: } 2024-03-01 21:09:31,655 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:09:31,684 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:31,684 INFO snapshot-role/MainThread: { 2024-03-01 21:09:31,684 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:31,684 INFO snapshot-role/MainThread: { 2024-03-01 21:09:31,684 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:31,684 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:31,684 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:31,684 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:31,684 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,684 INFO snapshot-role/MainThread: } 2024-03-01 21:09:31,684 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,684 INFO snapshot-role/MainThread: , 2024-03-01 21:09:31,684 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:31,684 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,684 INFO snapshot-role/MainThread: } 2024-03-01 21:09:31,684 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 21:09:31,712 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:09:31,712 INFO snapshot-role/MainThread: { 2024-03-01 21:09:31,712 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:31,712 INFO snapshot-role/MainThread: { 2024-03-01 21:09:31,712 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:31,712 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,712 INFO snapshot-role/MainThread: } 2024-03-01 21:09:31,712 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,712 INFO snapshot-role/MainThread: , 2024-03-01 21:09:31,712 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:31,712 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,712 INFO snapshot-role/MainThread: } 2024-03-01 21:09:31,712 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv2_snapset1 -L 240975872B test_vg1/lv2 2024-03-01 21:09:31,936 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:31,936 INFO snapshot-role/MainThread: { 2024-03-01 21:09:31,936 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:31,936 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:31,936 INFO snapshot-role/MainThread: } 2024-03-01 21:09:31,937 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:09:35,167 INFO snapshot-role/MainThread: check_cmd: check 20 None None snapset1 1 None 2024-03-01 21:09:35,167 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:09:35,198 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: {"lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: {"lv_uuid":"eYyNIi-B0KR-OdPB-Izsx-6bff-JMQm-hZ7Bkd", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: {"lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: {"lv_uuid":"bvdi1e-MjjS-a2ii-qCs3-3YH1-xeLD-EWlDUj", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: {"lv_uuid":"hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: {"lv_uuid":"cWpuPH-NsVf-b2fJ-grot-Qu4G-uzxQ-40bygi", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: {"lv_uuid":"UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: {"lv_uuid":"YuNAa2-Zo9D-nAX0-azAs-qB5H-u2EC-dSwWAQ", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:35,199 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi", "lv_uuid":"UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi", "lv_uuid":"hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi", "lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi", "lv_uuid":"eYyNIi-B0KR-OdPB-Izsx-6bff-JMQm-hZ7Bkd", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0", "lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp", "pv_name":"/dev/sdh"}, 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy", "lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt", "pv_name":"/dev/sdj"}, 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy", "lv_uuid":"bvdi1e-MjjS-a2ii-qCs3-3YH1-xeLD-EWlDUj", "pv_name":"/dev/sdj"}, 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy", "lv_uuid":"cWpuPH-NsVf-b2fJ-grot-Qu4G-uzxQ-40bygi", "pv_name":"/dev/sdj"}, 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy", "lv_uuid":"YuNAa2-Zo9D-nAX0-azAs-qB5H-u2EC-dSwWAQ", "pv_name":"/dev/sdj"}, 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB", "lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt", "pv_name":"/dev/sdi"} 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt"}, 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt"}, 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t"}, 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"YuNAa2-Zo9D-nAX0-azAs-qB5H-u2EC-dSwWAQ"}, 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"bvdi1e-MjjS-a2ii-qCs3-3YH1-xeLD-EWlDUj"}, 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"cWpuPH-NsVf-b2fJ-grot-Qu4G-uzxQ-40bygi"}, 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"eYyNIi-B0KR-OdPB-Izsx-6bff-JMQm-hZ7Bkd"}, 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp"}, 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp"}, 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk"} 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,200 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: {"lv_uuid":"oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: {"lv_uuid":"2qjIoP-Mw0u-Vfpc-0uCW-qY3Q-SJRY-vOL0Mk", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: {"lv_uuid":"TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: {"lv_uuid":"2kHYNm-gJhL-hwIv-mqRC-3LJi-ER7G-xretvn", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA", "lv_uuid":"TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA", "lv_uuid":"oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA", "lv_uuid":"2qjIoP-Mw0u-Vfpc-0uCW-qY3Q-SJRY-vOL0Mk", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe", "lv_uuid":"2kHYNm-gJhL-hwIv-mqRC-3LJi-ER7G-xretvn", "pv_name":"/dev/sde"}, 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"2kHYNm-gJhL-hwIv-mqRC-3LJi-ER7G-xretvn"}, 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"2qjIoP-Mw0u-Vfpc-0uCW-qY3Q-SJRY-vOL0Mk"}, 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8"}, 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG"} 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,201 INFO snapshot-role/MainThread: {"lv_uuid":"gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: {"lv_uuid":"ApPLuo-vjgs-yHmd-YpIl-lZGD-mqR9-jpIlQD", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: {"lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: {"lv_uuid":"c9vH01-Kdn6-rbf7-1xOq-yt8w-Dy7u-Ovhkd9", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d", "lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d", "lv_uuid":"gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c", "lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg", "pv_name":"/dev/sda"}, 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf", "lv_uuid":"ApPLuo-vjgs-yHmd-YpIl-lZGD-mqR9-jpIlQD", "pv_name":"/dev/sdc"}, 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf", "lv_uuid":"c9vH01-Kdn6-rbf7-1xOq-yt8w-Dy7u-Ovhkd9", "pv_name":"/dev/sdc"}, 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"ApPLuo-vjgs-yHmd-YpIl-lZGD-mqR9-jpIlQD"}, 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg"}, 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg"}, 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"c9vH01-Kdn6-rbf7-1xOq-yt8w-Dy7u-Ovhkd9"}, 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N"} 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,202 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,203 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 21:09:35,230 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,230 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,230 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,230 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,230 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,230 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,230 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,230 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,230 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,230 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,230 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,230 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,230 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,230 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:09:35,261 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,261 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,261 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,261 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,261 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,261 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,261 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,261 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,261 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,261 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,261 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,261 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,261 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,261 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,261 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,261 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,261 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,261 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,261 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,261 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,262 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 21:09:35,288 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,288 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,288 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,288 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,288 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,288 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,288 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,288 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,288 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,288 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,288 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,288 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,288 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,288 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 21:09:35,317 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,317 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,317 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,317 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,317 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,317 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,317 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,317 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,317 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,317 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,317 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,317 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,317 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,317 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 21:09:35,346 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,347 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,347 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,347 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,347 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,347 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,347 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,347 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,347 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,347 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,347 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,347 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,347 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,347 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 21:09:35,373 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,374 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,374 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,374 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,374 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,374 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,374 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,374 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,374 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,374 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,374 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,374 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,374 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,374 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:09:35,402 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,403 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,403 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,403 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,403 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,403 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,403 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,403 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,403 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,403 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,403 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,403 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,403 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,403 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,403 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,403 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,403 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,403 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,403 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,403 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,403 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 21:09:35,428 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,429 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,429 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,429 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,429 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,429 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,429 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,429 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,429 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,429 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,429 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,429 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,429 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,429 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 21:09:35,454 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,455 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,455 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,455 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,455 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,455 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,455 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,455 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,455 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,455 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,455 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,455 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,455 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,455 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 21:09:35,481 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,481 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,481 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,481 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,481 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,481 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,481 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,481 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,481 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,481 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,481 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,481 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,481 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,481 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 21:09:35,509 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,509 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,509 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,509 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,509 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,509 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,509 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,509 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,509 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,509 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,509 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,509 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,509 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,509 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:09:35,540 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,540 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,540 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,540 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,540 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,540 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,540 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,540 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,540 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,540 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,540 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,540 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,540 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,540 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,540 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,540 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,540 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,540 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,540 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,541 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,541 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:09:35,568 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,568 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,568 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,568 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,568 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,568 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,568 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,568 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,568 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,568 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,568 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,568 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,568 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,568 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:09:35,597 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,597 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,597 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,597 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,597 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,597 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,597 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,597 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,597 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,597 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,597 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,597 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,597 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,597 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:09:35,625 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,625 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,625 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,625 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,625 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,625 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,625 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,625 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,625 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,625 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,625 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,625 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,625 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,625 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 21:09:35,653 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,653 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,653 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,653 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,653 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,653 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,653 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,653 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,653 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,653 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,653 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,653 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,653 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,653 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:09:35,686 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,686 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,686 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,686 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,686 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,686 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,686 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,686 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,686 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,686 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,686 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,686 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,686 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,686 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,686 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,686 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,686 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,686 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,686 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,686 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,686 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 21:09:35,715 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,716 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,716 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,716 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,716 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,716 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,716 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,716 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,716 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,716 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,716 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,716 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,716 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,716 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 21:09:35,747 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,747 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,747 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,747 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,747 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,747 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,747 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,747 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,747 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,747 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,747 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,747 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,747 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,747 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 21:09:35,774 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,774 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,774 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,774 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,774 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,774 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,774 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,774 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,774 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,774 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,774 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,774 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,774 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,774 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 21:09:35,802 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,803 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,803 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,803 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,803 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,803 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,803 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,803 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,803 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,803 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,803 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,803 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,803 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,803 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:09:35,831 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,832 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,832 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,832 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,832 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,832 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,832 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,832 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,832 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,832 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,832 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,832 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,832 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,832 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,832 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,832 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,832 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:09:35,862 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,863 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,863 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,863 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,863 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,863 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,863 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,863 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,863 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,863 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,863 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,863 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,863 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,863 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:09:35,889 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,889 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,889 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,889 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,889 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,889 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,889 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,889 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,889 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,889 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,889 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,889 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,889 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,889 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:09:35,918 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,919 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,919 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,919 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,919 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,919 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,919 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,919 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,919 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,919 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,919 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,919 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,919 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,919 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 21:09:35,944 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,945 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,945 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,945 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,945 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,945 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,945 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,945 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,945 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,945 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,945 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,945 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,945 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,945 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:09:35,973 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:35,974 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,974 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:35,974 INFO snapshot-role/MainThread: { 2024-03-01 21:09:35,974 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:35,974 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,974 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,974 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:35,974 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:35,974 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,974 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,974 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,974 INFO snapshot-role/MainThread: , 2024-03-01 21:09:35,974 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:35,974 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:35,974 INFO snapshot-role/MainThread: } 2024-03-01 21:09:35,974 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:09:36,000 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:36,001 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,001 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:36,001 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,001 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:36,001 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:36,001 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,001 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,001 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,001 INFO snapshot-role/MainThread: , 2024-03-01 21:09:36,001 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:36,001 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,001 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,001 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:09:36,027 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:36,028 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,028 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:36,028 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,028 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:36,028 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:36,028 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,028 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,028 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,028 INFO snapshot-role/MainThread: , 2024-03-01 21:09:36,028 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:36,028 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,028 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,028 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:09:36,054 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:36,055 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,055 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:36,055 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,055 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:36,055 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:36,055 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,055 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,055 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,055 INFO snapshot-role/MainThread: , 2024-03-01 21:09:36,055 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:36,055 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,055 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,055 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:09:36,083 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:36,084 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,084 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:36,084 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,084 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:36,084 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:36,084 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,084 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,084 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,084 INFO snapshot-role/MainThread: , 2024-03-01 21:09:36,084 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:36,084 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,084 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,084 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:09:36,110 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:36,111 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,111 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:36,111 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,111 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:36,111 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:36,111 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:36,111 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:36,111 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:36,111 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,111 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,111 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,111 INFO snapshot-role/MainThread: , 2024-03-01 21:09:36,111 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:36,111 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,111 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,111 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:09:36,137 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:36,138 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,138 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:36,138 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,138 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:36,138 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:36,138 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,138 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,138 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,138 INFO snapshot-role/MainThread: , 2024-03-01 21:09:36,138 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:36,138 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,138 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,138 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:09:36,163 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:36,164 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,164 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:36,164 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,164 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:36,164 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:36,164 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,164 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,164 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,164 INFO snapshot-role/MainThread: , 2024-03-01 21:09:36,164 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:36,164 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,164 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,164 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:09:36,190 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:36,191 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,191 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:36,191 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,191 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:36,191 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:36,191 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,191 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,191 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,191 INFO snapshot-role/MainThread: , 2024-03-01 21:09:36,191 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:36,191 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,191 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,191 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 21:09:36,219 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:36,220 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,220 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:36,220 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,220 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:36,220 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:36,220 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,220 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,220 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,220 INFO snapshot-role/MainThread: , 2024-03-01 21:09:36,220 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:36,220 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,220 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,220 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:09:36,251 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:36,252 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,252 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:36,252 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,252 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:36,252 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:36,252 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:36,252 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:36,252 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:36,252 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,252 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,252 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,252 INFO snapshot-role/MainThread: , 2024-03-01 21:09:36,252 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:36,252 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,252 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,252 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 21:09:36,281 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:36,281 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,281 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:36,281 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,281 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:36,281 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:36,281 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,281 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,281 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,281 INFO snapshot-role/MainThread: , 2024-03-01 21:09:36,281 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:36,281 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,281 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,281 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 21:09:36,306 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:36,307 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,307 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:36,307 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,307 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:36,307 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:36,307 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,307 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,307 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,307 INFO snapshot-role/MainThread: , 2024-03-01 21:09:36,307 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:36,307 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,307 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,307 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 21:09:36,335 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:36,335 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,335 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:36,335 INFO snapshot-role/MainThread: { 2024-03-01 21:09:36,335 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:36,335 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:36,335 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,335 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,335 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,335 INFO snapshot-role/MainThread: , 2024-03-01 21:09:36,335 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:36,335 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:36,335 INFO snapshot-role/MainThread: } 2024-03-01 21:09:36,335 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:09:39,538 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 21:09:39,538 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 21:09:39,539 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:09:39,566 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:39,566 INFO snapshot-role/MainThread: { 2024-03-01 21:09:39,566 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:39,566 INFO snapshot-role/MainThread: { 2024-03-01 21:09:39,566 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:39,566 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:39,566 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:39,566 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:39,566 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:39,566 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:39,566 INFO snapshot-role/MainThread: } 2024-03-01 21:09:39,566 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:39,566 INFO snapshot-role/MainThread: , 2024-03-01 21:09:39,566 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:39,566 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:39,566 INFO snapshot-role/MainThread: } 2024-03-01 21:09:39,566 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:09:39,597 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:39,597 INFO snapshot-role/MainThread: { 2024-03-01 21:09:39,597 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:39,597 INFO snapshot-role/MainThread: { 2024-03-01 21:09:39,597 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:39,597 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:39,597 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:39,597 INFO snapshot-role/MainThread: } 2024-03-01 21:09:39,597 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:39,597 INFO snapshot-role/MainThread: , 2024-03-01 21:09:39,597 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:39,597 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:39,597 INFO snapshot-role/MainThread: } 2024-03-01 21:09:39,598 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg1/lv1_snapset1 /mnt/lv1_mp 2024-03-01 21:09:39,632 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:39,632 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:09:42,837 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 21:09:42,837 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 21:09:42,837 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:09:42,865 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:42,866 INFO snapshot-role/MainThread: { 2024-03-01 21:09:42,866 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:42,866 INFO snapshot-role/MainThread: { 2024-03-01 21:09:42,866 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:42,866 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:42,866 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:42,866 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:42,866 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:42,866 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:42,866 INFO snapshot-role/MainThread: } 2024-03-01 21:09:42,866 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:42,866 INFO snapshot-role/MainThread: , 2024-03-01 21:09:42,866 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:42,866 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:42,866 INFO snapshot-role/MainThread: } 2024-03-01 21:09:42,866 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:09:42,893 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:42,894 INFO snapshot-role/MainThread: { 2024-03-01 21:09:42,894 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:42,894 INFO snapshot-role/MainThread: { 2024-03-01 21:09:42,894 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:42,894 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:42,894 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:42,894 INFO snapshot-role/MainThread: } 2024-03-01 21:09:42,894 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:42,894 INFO snapshot-role/MainThread: , 2024-03-01 21:09:42,894 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:42,894 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:42,894 INFO snapshot-role/MainThread: } 2024-03-01 21:09:42,894 INFO snapshot-role/MainThread: exit code: 0: ['/mnt/lv1_mp is already mounted at /dev/test_vg1/lv1_snapset1'] 2024-03-01 21:09:46,121 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv2_mp None None snapset1 lv2 test_vg1 None 2024-03-01 21:09:46,122 INFO snapshot-role/MainThread: mount_lv : /mnt/lv2_mp 2024-03-01 21:09:46,122 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:09:46,149 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:46,150 INFO snapshot-role/MainThread: { 2024-03-01 21:09:46,150 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:46,150 INFO snapshot-role/MainThread: { 2024-03-01 21:09:46,150 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:46,150 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:46,150 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:46,150 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:46,150 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:46,150 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:46,150 INFO snapshot-role/MainThread: } 2024-03-01 21:09:46,150 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:46,150 INFO snapshot-role/MainThread: , 2024-03-01 21:09:46,150 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:46,150 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:46,150 INFO snapshot-role/MainThread: } 2024-03-01 21:09:46,150 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 21:09:46,176 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:46,177 INFO snapshot-role/MainThread: { 2024-03-01 21:09:46,177 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:46,177 INFO snapshot-role/MainThread: { 2024-03-01 21:09:46,177 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:46,177 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:46,177 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:46,177 INFO snapshot-role/MainThread: } 2024-03-01 21:09:46,177 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:46,177 INFO snapshot-role/MainThread: , 2024-03-01 21:09:46,177 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:46,177 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:46,177 INFO snapshot-role/MainThread: } 2024-03-01 21:09:46,177 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg1/lv2_snapset1 /mnt/lv2_mp 2024-03-01 21:09:46,208 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:46,208 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:09:49,443 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv7_mp None None snapset1 lv7 test_vg3 None 2024-03-01 21:09:49,443 INFO snapshot-role/MainThread: mount_lv : /mnt/lv7_mp 2024-03-01 21:09:49,443 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:09:49,476 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:49,476 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,476 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:49,476 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,476 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:49,476 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:49,476 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:49,476 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:49,476 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:49,476 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:49,476 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:49,476 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:49,476 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:49,477 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,477 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,477 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,477 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,477 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:49,477 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,477 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,477 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:09:49,503 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:49,503 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,503 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:49,503 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,503 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:49,503 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:49,503 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,503 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,503 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,503 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,503 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:49,503 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,503 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,504 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg3/lv7_snapset1 /mnt/lv7_mp 2024-03-01 21:09:49,537 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:49,538 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:09:52,775 INFO snapshot-role/MainThread: mount_cmd: 1 1 0 /mnt/lv6_mp None None snapset1 lv6 test_vg3 None 2024-03-01 21:09:52,775 INFO snapshot-role/MainThread: mount_lv : /mnt/lv6_mp 2024-03-01 21:09:52,775 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:09:52,803 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:52,803 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,803 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:52,803 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,803 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:52,803 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:52,803 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:52,803 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:52,803 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:52,803 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:52,803 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:52,803 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:52,803 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:52,803 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,803 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,803 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,803 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,803 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:52,803 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,803 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,803 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6 2024-03-01 21:09:52,830 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:52,831 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,831 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:52,831 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,831 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:52,831 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:52,831 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,831 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,831 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,831 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,831 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:52,831 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,831 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,832 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg3/lv6 /mnt/lv6_mp 2024-03-01 21:09:52,857 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:52,858 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:09:56,098 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 21:09:56,098 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv1_mp None test_vg1 lv1 snapset1 2024-03-01 21:09:56,098 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:09:56,127 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:56,127 INFO snapshot-role/MainThread: { 2024-03-01 21:09:56,127 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:56,127 INFO snapshot-role/MainThread: { 2024-03-01 21:09:56,127 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:56,127 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:56,127 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:56,127 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:56,127 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:56,127 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,127 INFO snapshot-role/MainThread: } 2024-03-01 21:09:56,127 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,127 INFO snapshot-role/MainThread: , 2024-03-01 21:09:56,127 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:56,127 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,127 INFO snapshot-role/MainThread: } 2024-03-01 21:09:56,127 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:09:56,152 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:56,153 INFO snapshot-role/MainThread: { 2024-03-01 21:09:56,153 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:56,153 INFO snapshot-role/MainThread: { 2024-03-01 21:09:56,153 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:56,153 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:56,153 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,153 INFO snapshot-role/MainThread: } 2024-03-01 21:09:56,153 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,153 INFO snapshot-role/MainThread: , 2024-03-01 21:09:56,153 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:56,153 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,153 INFO snapshot-role/MainThread: } 2024-03-01 21:09:56,153 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv1_snapset1 -P 2024-03-01 21:09:56,156 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:56,156 INFO snapshot-role/MainThread: TARGET="/mnt/lv1_mp" SOURCE="/dev/mapper/test_vg1-lv1_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 21:09:56,157 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:09:59,371 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/lv2_mp None None snapset1 lv2 test_vg1 None 2024-03-01 21:09:59,371 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv2_mp None test_vg1 lv2 snapset1 2024-03-01 21:09:59,371 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:09:59,401 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:59,401 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,401 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:59,401 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,401 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:59,401 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:59,401 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:59,401 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:59,401 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:59,401 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,401 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,401 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,401 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,402 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:59,402 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,402 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,402 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 21:09:59,427 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:59,428 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,428 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:59,428 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,428 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:59,428 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:59,428 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,428 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,428 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,428 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,428 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:59,428 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,428 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,428 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv2_snapset1 -P 2024-03-01 21:09:59,431 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:59,431 INFO snapshot-role/MainThread: TARGET="/mnt/lv2_mp" SOURCE="/dev/mapper/test_vg1-lv2_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 21:09:59,432 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:10:02,703 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/lv7_mp None None snapset1 lv7 test_vg3 None 2024-03-01 21:10:02,703 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv7_mp None test_vg3 lv7 snapset1 2024-03-01 21:10:02,703 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:10:02,730 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:02,731 INFO snapshot-role/MainThread: { 2024-03-01 21:10:02,731 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:02,731 INFO snapshot-role/MainThread: { 2024-03-01 21:10:02,731 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:02,731 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:02,731 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:02,731 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-aos---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:02,731 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"1.29", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:02,731 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:02,731 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:02,731 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:02,731 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:02,731 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,731 INFO snapshot-role/MainThread: } 2024-03-01 21:10:02,731 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,731 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,731 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:02,731 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,731 INFO snapshot-role/MainThread: } 2024-03-01 21:10:02,731 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:10:02,758 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:02,758 INFO snapshot-role/MainThread: { 2024-03-01 21:10:02,758 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:02,758 INFO snapshot-role/MainThread: { 2024-03-01 21:10:02,758 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:02,758 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:02,758 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,758 INFO snapshot-role/MainThread: } 2024-03-01 21:10:02,758 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,758 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,758 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:02,758 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,758 INFO snapshot-role/MainThread: } 2024-03-01 21:10:02,758 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv7_snapset1 -P 2024-03-01 21:10:02,761 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:02,762 INFO snapshot-role/MainThread: TARGET="/mnt/lv7_mp" SOURCE="/dev/mapper/test_vg3-lv7_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 21:10:02,762 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:10:06,005 INFO snapshot-role/MainThread: mount_cmd: 1 1 1 /mnt/lv6_mp None None snapset1 lv6 test_vg3 None 2024-03-01 21:10:06,005 INFO snapshot-role/MainThread: mount_verify_lv : 1 /mnt/lv6_mp None test_vg3 lv6 snapset1 2024-03-01 21:10:06,005 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:10:06,035 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:06,035 INFO snapshot-role/MainThread: { 2024-03-01 21:10:06,035 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:06,035 INFO snapshot-role/MainThread: { 2024-03-01 21:10:06,035 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:06,035 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:06,035 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:06,035 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-aos---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:06,035 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"1.29", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:06,035 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:06,035 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:06,035 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:06,035 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:06,035 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,035 INFO snapshot-role/MainThread: } 2024-03-01 21:10:06,035 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,035 INFO snapshot-role/MainThread: , 2024-03-01 21:10:06,035 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:06,035 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,035 INFO snapshot-role/MainThread: } 2024-03-01 21:10:06,035 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6 2024-03-01 21:10:06,060 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:06,061 INFO snapshot-role/MainThread: { 2024-03-01 21:10:06,061 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:06,061 INFO snapshot-role/MainThread: { 2024-03-01 21:10:06,061 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:06,061 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-aos---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:06,061 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,061 INFO snapshot-role/MainThread: } 2024-03-01 21:10:06,061 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,061 INFO snapshot-role/MainThread: , 2024-03-01 21:10:06,061 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:06,061 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,061 INFO snapshot-role/MainThread: } 2024-03-01 21:10:06,061 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv6 -P 2024-03-01 21:10:06,064 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:06,064 INFO snapshot-role/MainThread: TARGET="/mnt/lv6_mp" SOURCE="/dev/mapper/test_vg3-lv6" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 21:10:06,065 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:10:09,312 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv1_mp lv1 test_vg1 None 2024-03-01 21:10:09,312 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 21:10:09,312 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:10:09,339 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:09,339 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,339 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,339 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,339 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,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 21:10:09,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 21:10:09,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 21:10:09,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 21:10:09,339 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,339 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,339 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,339 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,339 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,339 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,339 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,339 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:10:09,367 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:09,368 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,368 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,368 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,368 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,368 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:09,368 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,368 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,368 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,368 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,368 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,368 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,368 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,368 INFO snapshot-role/MainThread: umount target /mnt/lv1_mp from device /dev/mapper/test_vg1-lv1_snapset1 2024-03-01 21:10:09,368 INFO snapshot-role/MainThread: Running... umount /mnt/lv1_mp -A 2024-03-01 21:10:09,383 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:09,383 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:10:12,662 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv1_mp lv1 test_vg1 None 2024-03-01 21:10:12,662 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 21:10:12,662 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:10:12,690 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:12,690 INFO snapshot-role/MainThread: { 2024-03-01 21:10:12,690 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:12,690 INFO snapshot-role/MainThread: { 2024-03-01 21:10:12,690 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:12,690 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:12,690 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:12,690 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:12,690 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:12,690 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:12,690 INFO snapshot-role/MainThread: } 2024-03-01 21:10:12,690 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:12,690 INFO snapshot-role/MainThread: , 2024-03-01 21:10:12,690 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:12,690 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:12,690 INFO snapshot-role/MainThread: } 2024-03-01 21:10:12,690 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:10:12,721 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:12,721 INFO snapshot-role/MainThread: { 2024-03-01 21:10:12,721 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:12,721 INFO snapshot-role/MainThread: { 2024-03-01 21:10:12,721 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:12,721 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:12,721 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:12,721 INFO snapshot-role/MainThread: } 2024-03-01 21:10:12,721 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:12,721 INFO snapshot-role/MainThread: , 2024-03-01 21:10:12,721 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:12,721 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:12,721 INFO snapshot-role/MainThread: } 2024-03-01 21:10:12,722 INFO snapshot-role/MainThread: exit code: 0: ['not mounted /mnt/lv1_mp'] 2024-03-01 21:10:15,980 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv2_mp lv2 test_vg1 None 2024-03-01 21:10:15,980 INFO snapshot-role/MainThread: umount_lv : /mnt/lv2_mp 2024-03-01 21:10:15,980 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:10:16,011 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:16,011 INFO snapshot-role/MainThread: { 2024-03-01 21:10:16,011 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:16,011 INFO snapshot-role/MainThread: { 2024-03-01 21:10:16,011 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:16,011 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:16,011 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:16,011 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:16,011 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:16,011 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:16,011 INFO snapshot-role/MainThread: } 2024-03-01 21:10:16,011 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:16,011 INFO snapshot-role/MainThread: , 2024-03-01 21:10:16,011 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:16,011 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:16,011 INFO snapshot-role/MainThread: } 2024-03-01 21:10:16,011 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2 2024-03-01 21:10:16,038 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:16,039 INFO snapshot-role/MainThread: { 2024-03-01 21:10:16,039 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:16,039 INFO snapshot-role/MainThread: { 2024-03-01 21:10:16,039 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:16,039 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:16,039 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:16,039 INFO snapshot-role/MainThread: } 2024-03-01 21:10:16,039 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:16,039 INFO snapshot-role/MainThread: , 2024-03-01 21:10:16,039 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:16,039 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:16,039 INFO snapshot-role/MainThread: } 2024-03-01 21:10:16,039 INFO snapshot-role/MainThread: umount target /mnt/lv2_mp from device /dev/mapper/test_vg1-lv2_snapset1 2024-03-01 21:10:16,039 INFO snapshot-role/MainThread: Running... umount /mnt/lv2_mp -A 2024-03-01 21:10:16,053 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:16,053 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:10:19,324 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv7_mp lv7 test_vg3 None 2024-03-01 21:10:19,325 INFO snapshot-role/MainThread: umount_lv : /mnt/lv7_mp 2024-03-01 21:10:19,325 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:10:19,355 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:19,356 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,356 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,356 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,356 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,356 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:19,356 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:19,356 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-aos---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:19,356 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"1.29", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:19,356 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:19,356 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:19,356 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:19,356 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:19,356 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,356 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,356 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,356 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,356 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,356 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,356 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,356 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 21:10:19,383 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:19,384 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,384 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,384 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,384 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,384 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:19,384 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,384 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,384 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,384 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,384 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,384 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,384 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,384 INFO snapshot-role/MainThread: umount target /mnt/lv7_mp from device /dev/mapper/test_vg3-lv7_snapset1 2024-03-01 21:10:19,384 INFO snapshot-role/MainThread: Running... umount /mnt/lv7_mp -A 2024-03-01 21:10:19,399 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:19,400 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:10:22,641 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv6_mp None None None 2024-03-01 21:10:22,641 INFO snapshot-role/MainThread: umount_lv : /mnt/lv6_mp 2024-03-01 21:10:22,641 INFO snapshot-role/MainThread: umount target /mnt/lv6_mp from device /dev/mapper/test_vg3-lv6 2024-03-01 21:10:22,641 INFO snapshot-role/MainThread: Running... umount /mnt/lv6_mp -A 2024-03-01 21:10:22,654 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:22,655 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:10:25,909 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv1_mp lv1 test_vg1 None 2024-03-01 21:10:25,909 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv1_mp -P 2024-03-01 21:10:25,912 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 21:10:25,912 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:10:29,162 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv2_mp lv2 test_vg1 None 2024-03-01 21:10:29,162 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv2_mp -P 2024-03-01 21:10:29,165 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 21:10:29,166 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:10:32,401 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv7_mp lv7 test_vg3 None 2024-03-01 21:10:32,401 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv7_mp -P 2024-03-01 21:10:32,404 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 21:10:32,405 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:10:36,696 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv6_mp lv6 test_vg3 None 2024-03-01 21:10:36,696 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv6_mp -P 2024-03-01 21:10:36,699 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 21:10:36,700 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:10:39,949 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 21:10:39,949 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:10:39,987 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:39,987 INFO snapshot-role/MainThread: { 2024-03-01 21:10:39,987 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:39,987 INFO snapshot-role/MainThread: { 2024-03-01 21:10:39,987 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:39,987 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 21:10:39,987 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:39,987 INFO snapshot-role/MainThread: , 2024-03-01 21:10:39,987 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:39,987 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:10:39,987 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:10:39,987 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:10:39,987 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:10:39,987 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:39,987 INFO snapshot-role/MainThread: , 2024-03-01 21:10:39,987 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:39,987 INFO snapshot-role/MainThread: {"lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:10:39,987 INFO snapshot-role/MainThread: {"lv_uuid":"eYyNIi-B0KR-OdPB-Izsx-6bff-JMQm-hZ7Bkd", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"lv_uuid":"bvdi1e-MjjS-a2ii-qCs3-3YH1-xeLD-EWlDUj", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"1.30", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"lv_uuid":"hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"lv_uuid":"cWpuPH-NsVf-b2fJ-grot-Qu4G-uzxQ-40bygi", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"3.16", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"lv_uuid":"UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"lv_uuid":"YuNAa2-Zo9D-nAX0-azAs-qB5H-u2EC-dSwWAQ", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: , 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi", "lv_uuid":"UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi", "lv_uuid":"hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi", "lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi", "lv_uuid":"eYyNIi-B0KR-OdPB-Izsx-6bff-JMQm-hZ7Bkd", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0", "lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp", "pv_name":"/dev/sdh"}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy", "lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt", "pv_name":"/dev/sdj"}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy", "lv_uuid":"bvdi1e-MjjS-a2ii-qCs3-3YH1-xeLD-EWlDUj", "pv_name":"/dev/sdj"}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy", "lv_uuid":"cWpuPH-NsVf-b2fJ-grot-Qu4G-uzxQ-40bygi", "pv_name":"/dev/sdj"}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy", "lv_uuid":"YuNAa2-Zo9D-nAX0-azAs-qB5H-u2EC-dSwWAQ", "pv_name":"/dev/sdj"}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB", "lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt", "pv_name":"/dev/sdi"} 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: , 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt"}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt"}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t"}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"YuNAa2-Zo9D-nAX0-azAs-qB5H-u2EC-dSwWAQ"}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"bvdi1e-MjjS-a2ii-qCs3-3YH1-xeLD-EWlDUj"}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"cWpuPH-NsVf-b2fJ-grot-Qu4G-uzxQ-40bygi"}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"eYyNIi-B0KR-OdPB-Izsx-6bff-JMQm-hZ7Bkd"}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp"}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp"}, 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk"} 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: } 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: , 2024-03-01 21:10:39,988 INFO snapshot-role/MainThread: { 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: , 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: , 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: {"lv_uuid":"oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: {"lv_uuid":"2qjIoP-Mw0u-Vfpc-0uCW-qY3Q-SJRY-vOL0Mk", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: {"lv_uuid":"TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: {"lv_uuid":"2kHYNm-gJhL-hwIv-mqRC-3LJi-ER7G-xretvn", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: , 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA", "lv_uuid":"TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA", "lv_uuid":"oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA", "lv_uuid":"2qjIoP-Mw0u-Vfpc-0uCW-qY3Q-SJRY-vOL0Mk", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe", "lv_uuid":"2kHYNm-gJhL-hwIv-mqRC-3LJi-ER7G-xretvn", "pv_name":"/dev/sde"}, 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: , 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"2kHYNm-gJhL-hwIv-mqRC-3LJi-ER7G-xretvn"}, 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"2qjIoP-Mw0u-Vfpc-0uCW-qY3Q-SJRY-vOL0Mk"}, 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8"}, 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG"} 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: } 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: , 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: { 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:39,989 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: , 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: , 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: {"lv_uuid":"gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: {"lv_uuid":"ApPLuo-vjgs-yHmd-YpIl-lZGD-mqR9-jpIlQD", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"2.81", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: {"lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: {"lv_uuid":"c9vH01-Kdn6-rbf7-1xOq-yt8w-Dy7u-Ovhkd9", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.87", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: , 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d", "lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d", "lv_uuid":"gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c", "lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg", "pv_name":"/dev/sda"}, 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf", "lv_uuid":"ApPLuo-vjgs-yHmd-YpIl-lZGD-mqR9-jpIlQD", "pv_name":"/dev/sdc"}, 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf", "lv_uuid":"c9vH01-Kdn6-rbf7-1xOq-yt8w-Dy7u-Ovhkd9", "pv_name":"/dev/sdc"}, 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: , 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"ApPLuo-vjgs-yHmd-YpIl-lZGD-mqR9-jpIlQD"}, 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg"}, 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg"}, 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"c9vH01-Kdn6-rbf7-1xOq-yt8w-Dy7u-Ovhkd9"}, 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N"} 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: } 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: , 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:39,990 INFO snapshot-role/MainThread: } 2024-03-01 21:10:39,991 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 21:10:40,017 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:40,018 INFO snapshot-role/MainThread: { 2024-03-01 21:10:40,018 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:40,018 INFO snapshot-role/MainThread: { 2024-03-01 21:10:40,018 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:40,018 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:40,018 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:40,018 INFO snapshot-role/MainThread: } 2024-03-01 21:10:40,018 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:40,018 INFO snapshot-role/MainThread: , 2024-03-01 21:10:40,018 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:40,018 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:40,018 INFO snapshot-role/MainThread: } 2024-03-01 21:10:40,018 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv5_snapset1 2024-03-01 21:10:40,151 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:40,152 INFO snapshot-role/MainThread: { 2024-03-01 21:10:40,152 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:40,152 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:40,152 INFO snapshot-role/MainThread: } 2024-03-01 21:10:40,152 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 21:10:40,204 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:40,204 INFO snapshot-role/MainThread: { 2024-03-01 21:10:40,204 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:40,204 INFO snapshot-role/MainThread: { 2024-03-01 21:10:40,204 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:40,204 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"1.30", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:40,204 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:40,204 INFO snapshot-role/MainThread: } 2024-03-01 21:10:40,204 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:40,204 INFO snapshot-role/MainThread: , 2024-03-01 21:10:40,204 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:40,204 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:40,204 INFO snapshot-role/MainThread: } 2024-03-01 21:10:40,204 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv6_snapset1 2024-03-01 21:10:40,335 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:40,336 INFO snapshot-role/MainThread: { 2024-03-01 21:10:40,336 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:40,336 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:40,336 INFO snapshot-role/MainThread: } 2024-03-01 21:10:40,336 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:10:40,387 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:40,387 INFO snapshot-role/MainThread: { 2024-03-01 21:10:40,387 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:40,387 INFO snapshot-role/MainThread: { 2024-03-01 21:10:40,387 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:40,387 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:40,387 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:40,387 INFO snapshot-role/MainThread: } 2024-03-01 21:10:40,387 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:40,387 INFO snapshot-role/MainThread: , 2024-03-01 21:10:40,387 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:40,387 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:40,387 INFO snapshot-role/MainThread: } 2024-03-01 21:10:40,387 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv7_snapset1 2024-03-01 21:10:40,508 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:40,509 INFO snapshot-role/MainThread: { 2024-03-01 21:10:40,509 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:40,509 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:40,509 INFO snapshot-role/MainThread: } 2024-03-01 21:10:40,509 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 21:10:40,563 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:40,563 INFO snapshot-role/MainThread: { 2024-03-01 21:10:40,563 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:40,563 INFO snapshot-role/MainThread: { 2024-03-01 21:10:40,563 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:40,563 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:40,563 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:40,563 INFO snapshot-role/MainThread: } 2024-03-01 21:10:40,563 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:40,563 INFO snapshot-role/MainThread: , 2024-03-01 21:10:40,563 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:40,563 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:40,563 INFO snapshot-role/MainThread: } 2024-03-01 21:10:40,563 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv8_snapset1 2024-03-01 21:10:40,683 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:40,683 INFO snapshot-role/MainThread: { 2024-03-01 21:10:40,683 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:40,683 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:40,683 INFO snapshot-role/MainThread: } 2024-03-01 21:10:40,683 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:10:40,735 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:40,735 INFO snapshot-role/MainThread: { 2024-03-01 21:10:40,735 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:40,735 INFO snapshot-role/MainThread: { 2024-03-01 21:10:40,735 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:40,736 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:40,736 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:40,736 INFO snapshot-role/MainThread: } 2024-03-01 21:10:40,736 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:40,736 INFO snapshot-role/MainThread: , 2024-03-01 21:10:40,736 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:40,736 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:40,736 INFO snapshot-role/MainThread: } 2024-03-01 21:10:40,736 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset1 2024-03-01 21:10:40,860 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:40,861 INFO snapshot-role/MainThread: { 2024-03-01 21:10:40,861 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:40,861 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:40,861 INFO snapshot-role/MainThread: } 2024-03-01 21:10:40,861 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:10:40,906 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:40,907 INFO snapshot-role/MainThread: { 2024-03-01 21:10:40,907 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:40,907 INFO snapshot-role/MainThread: { 2024-03-01 21:10:40,907 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:40,907 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:40,907 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:40,907 INFO snapshot-role/MainThread: } 2024-03-01 21:10:40,907 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:40,907 INFO snapshot-role/MainThread: , 2024-03-01 21:10:40,907 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:40,907 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:40,907 INFO snapshot-role/MainThread: } 2024-03-01 21:10:40,907 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset1 2024-03-01 21:10:41,028 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:41,028 INFO snapshot-role/MainThread: { 2024-03-01 21:10:41,028 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:41,029 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:41,029 INFO snapshot-role/MainThread: } 2024-03-01 21:10:41,029 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:10:41,076 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:41,076 INFO snapshot-role/MainThread: { 2024-03-01 21:10:41,076 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:41,076 INFO snapshot-role/MainThread: { 2024-03-01 21:10:41,076 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:41,076 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:41,076 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:41,076 INFO snapshot-role/MainThread: } 2024-03-01 21:10:41,076 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:41,076 INFO snapshot-role/MainThread: , 2024-03-01 21:10:41,076 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:41,076 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:41,076 INFO snapshot-role/MainThread: } 2024-03-01 21:10:41,076 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 21:10:41,197 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:41,197 INFO snapshot-role/MainThread: { 2024-03-01 21:10:41,197 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:41,197 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:41,197 INFO snapshot-role/MainThread: } 2024-03-01 21:10:41,197 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 21:10:41,242 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:41,242 INFO snapshot-role/MainThread: { 2024-03-01 21:10:41,242 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:41,242 INFO snapshot-role/MainThread: { 2024-03-01 21:10:41,242 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:41,242 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:41,242 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:41,242 INFO snapshot-role/MainThread: } 2024-03-01 21:10:41,242 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:41,242 INFO snapshot-role/MainThread: , 2024-03-01 21:10:41,242 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:41,242 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:41,242 INFO snapshot-role/MainThread: } 2024-03-01 21:10:41,242 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv2_snapset1 2024-03-01 21:10:41,371 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:41,371 INFO snapshot-role/MainThread: { 2024-03-01 21:10:41,371 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:41,372 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:41,372 INFO snapshot-role/MainThread: } 2024-03-01 21:10:41,372 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:10:44,623 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-03-01 21:10:44,623 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:10:44,653 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: {"lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: {"lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: {"lv_uuid":"hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: {"lv_uuid":"UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi", "lv_uuid":"UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi", "lv_uuid":"hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi", "lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0", "lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp", "pv_name":"/dev/sdh"}, 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy", "lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt", "pv_name":"/dev/sdj"}, 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB", "lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt", "pv_name":"/dev/sdi"} 2024-03-01 21:10:44,654 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt"}, 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt"}, 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t"}, 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp"}, 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp"}, 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk"} 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: {"lv_uuid":"oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: {"lv_uuid":"TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA", "lv_uuid":"TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA", "lv_uuid":"oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8"}, 2024-03-01 21:10:44,655 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG"} 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: {"lv_uuid":"gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: {"lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d", "lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d", "lv_uuid":"gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c", "lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg", "pv_name":"/dev/sda"}, 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg"}, 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg"}, 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N"} 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,656 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,657 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 21:10:44,681 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:44,681 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,681 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:44,681 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,681 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:44,681 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:44,682 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,682 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,682 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,682 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,682 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:44,682 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,682 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,682 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:10:44,707 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:44,707 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,708 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:44,708 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,708 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:44,708 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:44,708 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:44,708 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:44,708 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:44,708 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,708 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,708 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,708 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,708 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:44,708 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,708 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,708 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 21:10:44,734 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:44,734 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,734 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:44,734 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,735 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:44,735 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,735 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,735 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,735 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,735 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:44,735 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,735 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,735 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 21:10:44,761 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:44,761 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,761 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:44,761 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,761 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:44,761 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:44,762 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,762 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,762 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,762 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,762 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:44,762 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,762 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,762 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:10:44,787 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:44,787 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,787 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:44,787 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,788 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:44,788 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:44,788 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:44,788 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:44,788 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:44,788 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,788 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,788 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,788 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,788 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:44,788 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,788 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,788 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 21:10:44,812 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:44,812 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,813 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:44,813 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,813 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:44,813 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,813 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,813 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,813 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,813 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:44,813 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,813 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,813 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 21:10:44,836 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:44,836 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,837 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:44,837 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,837 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:44,837 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:44,837 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,837 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,837 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,837 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,837 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:44,837 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,837 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,837 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:10:44,861 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:44,861 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,861 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:44,861 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,861 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:44,862 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:44,862 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:44,862 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:44,862 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:44,862 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,862 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,862 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,862 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,862 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:44,862 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,862 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,862 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:10:44,885 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:44,885 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,886 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:44,886 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,886 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:44,886 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,886 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,886 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,886 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,886 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:44,886 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,886 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,886 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 21:10:44,908 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:44,908 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,909 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:44,909 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,909 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:44,909 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:44,909 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,909 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,909 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,909 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,909 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:44,909 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,909 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,909 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:10:44,933 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:44,933 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,934 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:44,934 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,934 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:44,934 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:44,934 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:44,934 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:44,934 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:44,934 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,934 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,934 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,934 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,934 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:44,934 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,934 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,934 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 21:10:44,957 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:44,957 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,957 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:44,957 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,957 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:44,957 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,957 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,957 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,957 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,957 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:44,957 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,957 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,958 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 21:10:44,982 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:44,982 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,982 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:44,982 INFO snapshot-role/MainThread: { 2024-03-01 21:10:44,982 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:44,982 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:44,982 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,983 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,983 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,983 INFO snapshot-role/MainThread: , 2024-03-01 21:10:44,983 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:44,983 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:44,983 INFO snapshot-role/MainThread: } 2024-03-01 21:10:44,983 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:10:45,008 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:45,008 INFO snapshot-role/MainThread: { 2024-03-01 21:10:45,008 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:45,008 INFO snapshot-role/MainThread: { 2024-03-01 21:10:45,008 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:45,008 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:45,009 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:45,009 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,009 INFO snapshot-role/MainThread: } 2024-03-01 21:10:45,009 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,009 INFO snapshot-role/MainThread: , 2024-03-01 21:10:45,009 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:45,009 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,009 INFO snapshot-role/MainThread: } 2024-03-01 21:10:45,009 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:10:45,034 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:45,034 INFO snapshot-role/MainThread: { 2024-03-01 21:10:45,034 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:45,034 INFO snapshot-role/MainThread: { 2024-03-01 21:10:45,034 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:45,034 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,034 INFO snapshot-role/MainThread: } 2024-03-01 21:10:45,034 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,034 INFO snapshot-role/MainThread: , 2024-03-01 21:10:45,034 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:45,034 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,034 INFO snapshot-role/MainThread: } 2024-03-01 21:10:45,034 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 21:10:45,058 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:45,058 INFO snapshot-role/MainThread: { 2024-03-01 21:10:45,058 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:45,059 INFO snapshot-role/MainThread: { 2024-03-01 21:10:45,059 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:45,059 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:45,059 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,059 INFO snapshot-role/MainThread: } 2024-03-01 21:10:45,059 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,059 INFO snapshot-role/MainThread: , 2024-03-01 21:10:45,059 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:45,059 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,059 INFO snapshot-role/MainThread: } 2024-03-01 21:10:45,059 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:10:45,083 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:45,083 INFO snapshot-role/MainThread: { 2024-03-01 21:10:45,083 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:45,083 INFO snapshot-role/MainThread: { 2024-03-01 21:10:45,083 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:45,083 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:45,083 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:45,083 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,084 INFO snapshot-role/MainThread: } 2024-03-01 21:10:45,084 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,084 INFO snapshot-role/MainThread: , 2024-03-01 21:10:45,084 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:45,084 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,084 INFO snapshot-role/MainThread: } 2024-03-01 21:10:45,084 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:10:45,106 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:45,106 INFO snapshot-role/MainThread: { 2024-03-01 21:10:45,106 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:45,106 INFO snapshot-role/MainThread: { 2024-03-01 21:10:45,106 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:45,106 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,106 INFO snapshot-role/MainThread: } 2024-03-01 21:10:45,106 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,106 INFO snapshot-role/MainThread: , 2024-03-01 21:10:45,106 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:45,106 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,107 INFO snapshot-role/MainThread: } 2024-03-01 21:10:45,107 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:10:45,131 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:45,131 INFO snapshot-role/MainThread: { 2024-03-01 21:10:45,131 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:45,131 INFO snapshot-role/MainThread: { 2024-03-01 21:10:45,131 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:45,132 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:45,132 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,132 INFO snapshot-role/MainThread: } 2024-03-01 21:10:45,132 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,132 INFO snapshot-role/MainThread: , 2024-03-01 21:10:45,132 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:45,132 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,132 INFO snapshot-role/MainThread: } 2024-03-01 21:10:45,132 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:10:45,156 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:45,156 INFO snapshot-role/MainThread: { 2024-03-01 21:10:45,156 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:45,156 INFO snapshot-role/MainThread: { 2024-03-01 21:10:45,156 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:45,156 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:45,156 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:45,156 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,157 INFO snapshot-role/MainThread: } 2024-03-01 21:10:45,157 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,157 INFO snapshot-role/MainThread: , 2024-03-01 21:10:45,157 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:45,157 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,157 INFO snapshot-role/MainThread: } 2024-03-01 21:10:45,157 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:10:45,179 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:45,179 INFO snapshot-role/MainThread: { 2024-03-01 21:10:45,179 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:45,179 INFO snapshot-role/MainThread: { 2024-03-01 21:10:45,179 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:45,179 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,179 INFO snapshot-role/MainThread: } 2024-03-01 21:10:45,179 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,179 INFO snapshot-role/MainThread: , 2024-03-01 21:10:45,179 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:45,179 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,179 INFO snapshot-role/MainThread: } 2024-03-01 21:10:45,180 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 21:10:45,203 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:45,203 INFO snapshot-role/MainThread: { 2024-03-01 21:10:45,203 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:45,203 INFO snapshot-role/MainThread: { 2024-03-01 21:10:45,204 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:45,204 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:45,204 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,204 INFO snapshot-role/MainThread: } 2024-03-01 21:10:45,204 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,204 INFO snapshot-role/MainThread: , 2024-03-01 21:10:45,204 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:45,204 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,204 INFO snapshot-role/MainThread: } 2024-03-01 21:10:45,204 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:10:45,228 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:45,228 INFO snapshot-role/MainThread: { 2024-03-01 21:10:45,228 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:45,228 INFO snapshot-role/MainThread: { 2024-03-01 21:10:45,228 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:45,228 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:45,228 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:45,229 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,229 INFO snapshot-role/MainThread: } 2024-03-01 21:10:45,229 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,229 INFO snapshot-role/MainThread: , 2024-03-01 21:10:45,229 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:45,229 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,229 INFO snapshot-role/MainThread: } 2024-03-01 21:10:45,229 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 21:10:45,252 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:45,252 INFO snapshot-role/MainThread: { 2024-03-01 21:10:45,252 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:45,252 INFO snapshot-role/MainThread: { 2024-03-01 21:10:45,252 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:45,252 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,252 INFO snapshot-role/MainThread: } 2024-03-01 21:10:45,253 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,253 INFO snapshot-role/MainThread: , 2024-03-01 21:10:45,253 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:45,253 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:45,253 INFO snapshot-role/MainThread: } 2024-03-01 21:10:45,253 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:11:55,761 INFO snapshot-role/MainThread: check_cmd: check 20 None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "xxxxx", "percent_space_required": 20}]} 2024-03-01 21:11:55,761 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'xxxxx', 'percent_space_required': 20}]} 2024-03-01 21:11:55,761 INFO snapshot-role/MainThread: check snapsset : snapset1 2024-03-01 21:11:55,761 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:11:55,762 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:11:55,787 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:55,787 INFO snapshot-role/MainThread: { 2024-03-01 21:11:55,787 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:55,787 INFO snapshot-role/MainThread: { 2024-03-01 21:11:55,787 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:55,787 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 21:11:55,787 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:55,787 INFO snapshot-role/MainThread: } 2024-03-01 21:11:55,787 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:55,787 INFO snapshot-role/MainThread: , 2024-03-01 21:11:55,787 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:55,787 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:55,787 INFO snapshot-role/MainThread: } 2024-03-01 21:11:55,787 INFO snapshot-role/MainThread: Running... lvs test_vg1/xxxxx 2024-03-01 21:11:55,812 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:11:55,813 INFO snapshot-role/MainThread: { 2024-03-01 21:11:55,813 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:55,813 INFO snapshot-role/MainThread: { 2024-03-01 21:11:55,813 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:55,813 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:55,813 INFO snapshot-role/MainThread: } 2024-03-01 21:11:55,813 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:55,813 INFO snapshot-role/MainThread: , 2024-03-01 21:11:55,813 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:55,813 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:55,813 INFO snapshot-role/MainThread: } 2024-03-01 21:11:55,813 INFO snapshot-role/MainThread: exit code: 20: ['source logical volume in snapset does not exist: test_vg1/xxxxx'] 2024-03-01 21:12:55,709 INFO snapshot-role/MainThread: check_cmd: check 20 None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "xxxx", "lv": "lv1", "percent_space_required": 20}]} 2024-03-01 21:12:55,709 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'xxxx', 'lv': 'lv1', 'percent_space_required': 20}]} 2024-03-01 21:12:55,709 INFO snapshot-role/MainThread: check snapsset : snapset1 2024-03-01 21:12:55,709 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:12:55,709 INFO snapshot-role/MainThread: Running... lvs xxxx 2024-03-01 21:12:55,732 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:12:55,732 INFO snapshot-role/MainThread: { 2024-03-01 21:12:55,732 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:12:55,732 INFO snapshot-role/MainThread: { 2024-03-01 21:12:55,732 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:12:55,732 INFO snapshot-role/MainThread: ] 2024-03-01 21:12:55,732 INFO snapshot-role/MainThread: } 2024-03-01 21:12:55,732 INFO snapshot-role/MainThread: ] 2024-03-01 21:12:55,732 INFO snapshot-role/MainThread: , 2024-03-01 21:12:55,732 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:12:55,732 INFO snapshot-role/MainThread: ] 2024-03-01 21:12:55,732 INFO snapshot-role/MainThread: } 2024-03-01 21:12:55,732 INFO snapshot-role/MainThread: Running... lvs xxxx/lv1 2024-03-01 21:12:55,756 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:12:55,756 INFO snapshot-role/MainThread: { 2024-03-01 21:12:55,757 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:12:55,757 INFO snapshot-role/MainThread: { 2024-03-01 21:12:55,757 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:12:55,757 INFO snapshot-role/MainThread: ] 2024-03-01 21:12:55,757 INFO snapshot-role/MainThread: } 2024-03-01 21:12:55,757 INFO snapshot-role/MainThread: ] 2024-03-01 21:12:55,757 INFO snapshot-role/MainThread: , 2024-03-01 21:12:55,757 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:12:55,757 INFO snapshot-role/MainThread: ] 2024-03-01 21:12:55,757 INFO snapshot-role/MainThread: } 2024-03-01 21:12:55,757 INFO snapshot-role/MainThread: exit code: 20: ['source volume group in snapset does not exist: xxxx'] 2024-03-01 21:13:56,677 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 20 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}]} False 2024-03-01 21:13:56,677 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}]} 2024-03-01 21:13:56,678 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:13:56,678 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:13:56,703 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:56,703 INFO snapshot-role/MainThread: { 2024-03-01 21:13:56,703 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:56,703 INFO snapshot-role/MainThread: { 2024-03-01 21:13:56,703 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:56,703 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 21:13:56,703 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,703 INFO snapshot-role/MainThread: } 2024-03-01 21:13:56,703 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,703 INFO snapshot-role/MainThread: , 2024-03-01 21:13:56,703 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:56,703 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,703 INFO snapshot-role/MainThread: } 2024-03-01 21:13:56,703 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:13:56,729 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:56,729 INFO snapshot-role/MainThread: { 2024-03-01 21:13:56,729 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:56,729 INFO snapshot-role/MainThread: { 2024-03-01 21:13:56,729 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:56,729 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 21:13:56,729 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,729 INFO snapshot-role/MainThread: } 2024-03-01 21:13:56,729 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,729 INFO snapshot-role/MainThread: , 2024-03-01 21:13:56,729 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:56,729 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,729 INFO snapshot-role/MainThread: } 2024-03-01 21:13:56,729 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:13:56,729 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:13:56,729 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:13:56,759 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:56,759 INFO snapshot-role/MainThread: { 2024-03-01 21:13:56,759 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:56,759 INFO snapshot-role/MainThread: { 2024-03-01 21:13:56,759 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:56,759 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 21:13:56,759 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,759 INFO snapshot-role/MainThread: } 2024-03-01 21:13:56,759 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,759 INFO snapshot-role/MainThread: , 2024-03-01 21:13:56,759 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:56,759 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,759 INFO snapshot-role/MainThread: } 2024-03-01 21:13:56,759 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:13:56,787 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:56,787 INFO snapshot-role/MainThread: { 2024-03-01 21:13:56,787 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:56,787 INFO snapshot-role/MainThread: { 2024-03-01 21:13:56,787 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:56,787 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 21:13:56,787 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,787 INFO snapshot-role/MainThread: } 2024-03-01 21:13:56,787 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,787 INFO snapshot-role/MainThread: , 2024-03-01 21:13:56,787 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:56,787 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,787 INFO snapshot-role/MainThread: } 2024-03-01 21:13:56,787 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:13:56,787 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:13:56,788 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:13:56,813 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:56,813 INFO snapshot-role/MainThread: { 2024-03-01 21:13:56,813 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:56,813 INFO snapshot-role/MainThread: { 2024-03-01 21:13:56,813 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:56,813 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 21:13:56,813 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,813 INFO snapshot-role/MainThread: } 2024-03-01 21:13:56,813 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,813 INFO snapshot-role/MainThread: , 2024-03-01 21:13:56,813 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:56,813 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,813 INFO snapshot-role/MainThread: } 2024-03-01 21:13:56,813 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:13:56,840 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:13:56,840 INFO snapshot-role/MainThread: { 2024-03-01 21:13:56,840 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:56,840 INFO snapshot-role/MainThread: { 2024-03-01 21:13:56,840 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:56,840 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,840 INFO snapshot-role/MainThread: } 2024-03-01 21:13:56,840 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,840 INFO snapshot-role/MainThread: , 2024-03-01 21:13:56,840 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:56,840 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,840 INFO snapshot-role/MainThread: } 2024-03-01 21:13:56,840 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:13:56,840 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:13:56,840 INFO snapshot-role/MainThread: snapsset names ok: snapset1 2024-03-01 21:13:56,841 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:13:56,867 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:56,867 INFO snapshot-role/MainThread: { 2024-03-01 21:13:56,867 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:56,867 INFO snapshot-role/MainThread: { 2024-03-01 21:13:56,867 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:56,867 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 21:13:56,867 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,867 INFO snapshot-role/MainThread: , 2024-03-01 21:13:56,867 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:56,867 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:13:56,867 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:13:56,867 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:13:56,867 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,867 INFO snapshot-role/MainThread: , 2024-03-01 21:13:56,867 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:56,867 INFO snapshot-role/MainThread: {"lv_uuid":"9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi", "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 21:13:56,867 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,868 INFO snapshot-role/MainThread: , 2024-03-01 21:13:56,868 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:56,868 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"TPZGuy-LAKE-pspr-oicU-jODu-xI5J-5yhI6N", "lv_uuid":"9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi", "pv_name":"/dev/sda"}, 2024-03-01 21:13:56,868 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC", "lv_uuid":"9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:56,868 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:56,868 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 21:13:56,868 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,868 INFO snapshot-role/MainThread: , 2024-03-01 21:13:56,868 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:56,868 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi"}, 2024-03-01 21:13:56,868 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi"} 2024-03-01 21:13:56,868 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,868 INFO snapshot-role/MainThread: } 2024-03-01 21:13:56,868 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,868 INFO snapshot-role/MainThread: , 2024-03-01 21:13:56,868 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:56,868 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,868 INFO snapshot-role/MainThread: } 2024-03-01 21:13:56,868 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 1589641216 vg_extent_size : 4194304 2024-03-01 21:13:56,868 INFO snapshot-role/MainThread: lv: lv1 lv_size : 1606418432 chunk_size : 65536 2024-03-01 21:13:56,868 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:13:56,894 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:56,894 INFO snapshot-role/MainThread: { 2024-03-01 21:13:56,894 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:56,894 INFO snapshot-role/MainThread: { 2024-03-01 21:13:56,894 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:56,894 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 21:13:56,894 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,894 INFO snapshot-role/MainThread: } 2024-03-01 21:13:56,894 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,894 INFO snapshot-role/MainThread: , 2024-03-01 21:13:56,894 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:56,894 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,894 INFO snapshot-role/MainThread: } 2024-03-01 21:13:56,894 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:13:56,921 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:13:56,921 INFO snapshot-role/MainThread: { 2024-03-01 21:13:56,921 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:56,921 INFO snapshot-role/MainThread: { 2024-03-01 21:13:56,921 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:56,921 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,921 INFO snapshot-role/MainThread: } 2024-03-01 21:13:56,921 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,921 INFO snapshot-role/MainThread: , 2024-03-01 21:13:56,921 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:56,921 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:56,921 INFO snapshot-role/MainThread: } 2024-03-01 21:13:56,921 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 322961408B test_vg1/lv1 2024-03-01 21:13:57,153 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:57,154 INFO snapshot-role/MainThread: { 2024-03-01 21:13:57,154 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:57,154 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:57,154 INFO snapshot-role/MainThread: } 2024-03-01 21:13:57,154 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:14:00,369 INFO snapshot-role/MainThread: check_cmd: check 20 None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}]} 2024-03-01 21:14:00,369 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}]} 2024-03-01 21:14:00,369 INFO snapshot-role/MainThread: check snapsset : snapset1 2024-03-01 21:14:00,369 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:14:00,369 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:14:00,395 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:00,395 INFO snapshot-role/MainThread: { 2024-03-01 21:14:00,395 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:00,395 INFO snapshot-role/MainThread: { 2024-03-01 21:14:00,395 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:00,395 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:14:00,395 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:14:00,395 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:00,395 INFO snapshot-role/MainThread: } 2024-03-01 21:14:00,395 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:00,395 INFO snapshot-role/MainThread: , 2024-03-01 21:14:00,395 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:00,395 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:00,395 INFO snapshot-role/MainThread: } 2024-03-01 21:14:00,396 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:14:00,421 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:00,421 INFO snapshot-role/MainThread: { 2024-03-01 21:14:00,421 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:00,421 INFO snapshot-role/MainThread: { 2024-03-01 21:14:00,421 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:00,421 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:14:00,421 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:00,421 INFO snapshot-role/MainThread: } 2024-03-01 21:14:00,421 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:00,421 INFO snapshot-role/MainThread: , 2024-03-01 21:14:00,421 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:00,421 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:00,421 INFO snapshot-role/MainThread: } 2024-03-01 21:14:00,421 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:14:00,421 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:14:00,445 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:00,446 INFO snapshot-role/MainThread: { 2024-03-01 21:14:00,446 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:00,446 INFO snapshot-role/MainThread: { 2024-03-01 21:14:00,446 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:00,446 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:14:00,446 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:14:00,446 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:00,446 INFO snapshot-role/MainThread: } 2024-03-01 21:14:00,446 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:00,446 INFO snapshot-role/MainThread: , 2024-03-01 21:14:00,446 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:00,446 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:00,446 INFO snapshot-role/MainThread: } 2024-03-01 21:14:00,446 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:14:00,471 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:00,471 INFO snapshot-role/MainThread: { 2024-03-01 21:14:00,471 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:00,471 INFO snapshot-role/MainThread: { 2024-03-01 21:14:00,471 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:00,471 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:14:00,471 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:00,471 INFO snapshot-role/MainThread: } 2024-03-01 21:14:00,471 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:00,471 INFO snapshot-role/MainThread: , 2024-03-01 21:14:00,471 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:00,471 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:00,471 INFO snapshot-role/MainThread: } 2024-03-01 21:14:00,471 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:14:00,495 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:00,496 INFO snapshot-role/MainThread: { 2024-03-01 21:14:00,496 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:00,496 INFO snapshot-role/MainThread: { 2024-03-01 21:14:00,496 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:00,496 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:14:00,496 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:00,496 INFO snapshot-role/MainThread: } 2024-03-01 21:14:00,496 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:00,496 INFO snapshot-role/MainThread: , 2024-03-01 21:14:00,496 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:00,496 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:00,496 INFO snapshot-role/MainThread: } 2024-03-01 21:14:00,496 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:14:03,791 INFO snapshot-role/MainThread: extend_cmd: extend None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 50}]} 2024-03-01 21:14:03,791 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 50}]} 2024-03-01 21:14:03,791 INFO snapshot-role/MainThread: extend verify snapsset : snapset1 2024-03-01 21:14:03,791 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:14:03,818 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:03,818 INFO snapshot-role/MainThread: { 2024-03-01 21:14:03,818 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:03,818 INFO snapshot-role/MainThread: { 2024-03-01 21:14:03,818 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:03,818 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:14:03,818 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:14:03,818 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:03,818 INFO snapshot-role/MainThread: } 2024-03-01 21:14:03,818 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:03,818 INFO snapshot-role/MainThread: , 2024-03-01 21:14:03,818 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:03,819 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:03,819 INFO snapshot-role/MainThread: } 2024-03-01 21:14:03,819 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:14:03,844 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:03,844 INFO snapshot-role/MainThread: { 2024-03-01 21:14:03,844 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:03,844 INFO snapshot-role/MainThread: { 2024-03-01 21:14:03,844 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:03,844 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:14:03,844 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:03,844 INFO snapshot-role/MainThread: } 2024-03-01 21:14:03,844 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:03,844 INFO snapshot-role/MainThread: , 2024-03-01 21:14:03,844 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:03,844 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:03,844 INFO snapshot-role/MainThread: } 2024-03-01 21:14:03,844 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:14:03,868 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: { 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: { 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI", "vg_size":"3196059648", "vg_free":"1266679808", "vg_extent_size":"4194304"} 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: , 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: , 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: {"lv_uuid":"9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi", "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 21:14:03,869 INFO snapshot-role/MainThread: {"lv_uuid":"6hXaSW-93OB-nXHR-nWBK-PL15-WwcY-UTS02t", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"322961408", "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 21:14:03,869 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: , 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"TPZGuy-LAKE-pspr-oicU-jODu-xI5J-5yhI6N", "lv_uuid":"9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi", "pv_name":"/dev/sda"}, 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC", "lv_uuid":"9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi", "pv_name":"/dev/sdb"}, 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC", "lv_uuid":"6hXaSW-93OB-nXHR-nWBK-PL15-WwcY-UTS02t", "pv_name":"/dev/sdb"}, 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: {"pvseg_start":"206", "pvseg_size":"48", "segtype":"free", "pv_uuid":"gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: , 2024-03-01 21:14:03,869 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:14:03,870 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-205", "segtype":"linear", "lv_uuid":"6hXaSW-93OB-nXHR-nWBK-PL15-WwcY-UTS02t"}, 2024-03-01 21:14:03,870 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi"}, 2024-03-01 21:14:03,870 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi"} 2024-03-01 21:14:03,870 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:03,870 INFO snapshot-role/MainThread: } 2024-03-01 21:14:03,870 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:03,870 INFO snapshot-role/MainThread: , 2024-03-01 21:14:03,870 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:03,870 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:03,870 INFO snapshot-role/MainThread: } 2024-03-01 21:14:03,870 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 1266679808 vg_extent_size : 4194304 2024-03-01 21:14:03,870 INFO snapshot-role/MainThread: lv: lv1 lv_size : 1606418432 chunk_size : 65536 2024-03-01 21:14:03,870 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 322961408 chunk_size : 65536 2024-03-01 21:14:03,870 INFO snapshot-role/MainThread: extend_check_size : lv1_snapset1 test_vg1/lv1 current size : 322961408 required size : 805306368 2024-03-01 21:14:03,870 INFO snapshot-role/MainThread: exit code: 29: ['verify failed due to insufficient space for: test_vg1/lv1'] 2024-03-01 21:15:07,524 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 20 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}]} False 2024-03-01 21:15:07,525 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}]} 2024-03-01 21:15:07,525 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:15:07,525 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:15:07,553 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:07,553 INFO snapshot-role/MainThread: { 2024-03-01 21:15:07,553 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:07,553 INFO snapshot-role/MainThread: { 2024-03-01 21:15:07,553 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:07,553 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 21:15:07,553 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,553 INFO snapshot-role/MainThread: } 2024-03-01 21:15:07,553 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,553 INFO snapshot-role/MainThread: , 2024-03-01 21:15:07,553 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:07,553 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,553 INFO snapshot-role/MainThread: } 2024-03-01 21:15:07,553 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:15:07,580 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:07,580 INFO snapshot-role/MainThread: { 2024-03-01 21:15:07,580 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:07,580 INFO snapshot-role/MainThread: { 2024-03-01 21:15:07,580 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:07,580 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 21:15:07,580 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,580 INFO snapshot-role/MainThread: } 2024-03-01 21:15:07,580 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,580 INFO snapshot-role/MainThread: , 2024-03-01 21:15:07,580 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:07,580 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,580 INFO snapshot-role/MainThread: } 2024-03-01 21:15:07,580 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:15:07,580 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:15:07,580 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:15:07,605 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:07,605 INFO snapshot-role/MainThread: { 2024-03-01 21:15:07,605 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:07,605 INFO snapshot-role/MainThread: { 2024-03-01 21:15:07,605 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:07,605 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 21:15:07,605 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,605 INFO snapshot-role/MainThread: } 2024-03-01 21:15:07,605 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,605 INFO snapshot-role/MainThread: , 2024-03-01 21:15:07,605 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:07,605 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,605 INFO snapshot-role/MainThread: } 2024-03-01 21:15:07,605 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:15:07,632 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:07,632 INFO snapshot-role/MainThread: { 2024-03-01 21:15:07,632 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:07,632 INFO snapshot-role/MainThread: { 2024-03-01 21:15:07,632 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:07,632 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 21:15:07,632 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,632 INFO snapshot-role/MainThread: } 2024-03-01 21:15:07,632 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,632 INFO snapshot-role/MainThread: , 2024-03-01 21:15:07,632 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:07,632 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,632 INFO snapshot-role/MainThread: } 2024-03-01 21:15:07,632 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:15:07,632 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:15:07,632 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:15:07,659 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:07,659 INFO snapshot-role/MainThread: { 2024-03-01 21:15:07,659 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:07,659 INFO snapshot-role/MainThread: { 2024-03-01 21:15:07,659 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:07,659 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 21:15:07,659 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,659 INFO snapshot-role/MainThread: } 2024-03-01 21:15:07,659 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,659 INFO snapshot-role/MainThread: , 2024-03-01 21:15:07,659 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:07,659 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,659 INFO snapshot-role/MainThread: } 2024-03-01 21:15:07,659 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:15:07,682 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:15:07,682 INFO snapshot-role/MainThread: { 2024-03-01 21:15:07,682 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:07,682 INFO snapshot-role/MainThread: { 2024-03-01 21:15:07,682 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:07,682 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,682 INFO snapshot-role/MainThread: } 2024-03-01 21:15:07,682 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,682 INFO snapshot-role/MainThread: , 2024-03-01 21:15:07,682 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:07,682 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,682 INFO snapshot-role/MainThread: } 2024-03-01 21:15:07,682 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:15:07,682 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:15:07,682 INFO snapshot-role/MainThread: snapsset names ok: snapset1 2024-03-01 21:15:07,682 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:15:07,709 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:07,709 INFO snapshot-role/MainThread: { 2024-03-01 21:15:07,709 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:07,709 INFO snapshot-role/MainThread: { 2024-03-01 21:15:07,709 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:15:07,709 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 21:15:07,709 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,709 INFO snapshot-role/MainThread: , 2024-03-01 21:15:07,709 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:15:07,709 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:15:07,709 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:15:07,709 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:15:07,709 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,709 INFO snapshot-role/MainThread: , 2024-03-01 21:15:07,709 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:07,709 INFO snapshot-role/MainThread: {"lv_uuid":"fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R", "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 21:15:07,709 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,709 INFO snapshot-role/MainThread: , 2024-03-01 21:15:07,709 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:15:07,709 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"RRwscs-SMDd-smR9-4gIe-OA6c-RIgN-W93BnL", "lv_uuid":"fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R", "pv_name":"/dev/sda"}, 2024-03-01 21:15:07,709 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:15:07,710 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG", "lv_uuid":"fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R", "pv_name":"/dev/sdb"}, 2024-03-01 21:15:07,710 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 21:15:07,710 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,710 INFO snapshot-role/MainThread: , 2024-03-01 21:15:07,710 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:15:07,710 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R"}, 2024-03-01 21:15:07,710 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R"} 2024-03-01 21:15:07,710 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,710 INFO snapshot-role/MainThread: } 2024-03-01 21:15:07,710 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,710 INFO snapshot-role/MainThread: , 2024-03-01 21:15:07,710 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:07,710 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,710 INFO snapshot-role/MainThread: } 2024-03-01 21:15:07,710 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 1589641216 vg_extent_size : 4194304 2024-03-01 21:15:07,710 INFO snapshot-role/MainThread: lv: lv1 lv_size : 1606418432 chunk_size : 65536 2024-03-01 21:15:07,710 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:15:07,736 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:07,736 INFO snapshot-role/MainThread: { 2024-03-01 21:15:07,736 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:07,736 INFO snapshot-role/MainThread: { 2024-03-01 21:15:07,736 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:07,736 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 21:15:07,736 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,736 INFO snapshot-role/MainThread: } 2024-03-01 21:15:07,736 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,736 INFO snapshot-role/MainThread: , 2024-03-01 21:15:07,736 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:07,736 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,736 INFO snapshot-role/MainThread: } 2024-03-01 21:15:07,736 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:15:07,762 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:15:07,762 INFO snapshot-role/MainThread: { 2024-03-01 21:15:07,762 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:07,762 INFO snapshot-role/MainThread: { 2024-03-01 21:15:07,762 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:07,762 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,762 INFO snapshot-role/MainThread: } 2024-03-01 21:15:07,762 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,762 INFO snapshot-role/MainThread: , 2024-03-01 21:15:07,762 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:07,762 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,762 INFO snapshot-role/MainThread: } 2024-03-01 21:15:07,762 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 322961408B test_vg1/lv1 2024-03-01 21:15:07,990 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:07,991 INFO snapshot-role/MainThread: { 2024-03-01 21:15:07,991 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:07,991 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:07,991 INFO snapshot-role/MainThread: } 2024-03-01 21:15:07,991 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:15:11,178 INFO snapshot-role/MainThread: check_cmd: check 20 None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}]} 2024-03-01 21:15:11,179 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}]} 2024-03-01 21:15:11,179 INFO snapshot-role/MainThread: check snapsset : snapset1 2024-03-01 21:15:11,179 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:15:11,179 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:15:11,206 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:11,206 INFO snapshot-role/MainThread: { 2024-03-01 21:15:11,206 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:11,206 INFO snapshot-role/MainThread: { 2024-03-01 21:15:11,206 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:11,206 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:15:11,206 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:11,206 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:11,206 INFO snapshot-role/MainThread: } 2024-03-01 21:15:11,206 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:11,206 INFO snapshot-role/MainThread: , 2024-03-01 21:15:11,206 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:11,206 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:11,206 INFO snapshot-role/MainThread: } 2024-03-01 21:15:11,206 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:15:11,233 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:11,234 INFO snapshot-role/MainThread: { 2024-03-01 21:15:11,234 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:11,234 INFO snapshot-role/MainThread: { 2024-03-01 21:15:11,234 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:11,234 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:11,234 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:11,234 INFO snapshot-role/MainThread: } 2024-03-01 21:15:11,234 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:11,234 INFO snapshot-role/MainThread: , 2024-03-01 21:15:11,234 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:11,234 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:11,234 INFO snapshot-role/MainThread: } 2024-03-01 21:15:11,234 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:15:11,234 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:15:11,258 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:11,258 INFO snapshot-role/MainThread: { 2024-03-01 21:15:11,258 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:11,259 INFO snapshot-role/MainThread: { 2024-03-01 21:15:11,259 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:11,259 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:15:11,259 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:11,259 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:11,259 INFO snapshot-role/MainThread: } 2024-03-01 21:15:11,259 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:11,259 INFO snapshot-role/MainThread: , 2024-03-01 21:15:11,259 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:11,259 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:11,259 INFO snapshot-role/MainThread: } 2024-03-01 21:15:11,259 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:15:11,286 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:11,286 INFO snapshot-role/MainThread: { 2024-03-01 21:15:11,286 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:11,286 INFO snapshot-role/MainThread: { 2024-03-01 21:15:11,286 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:11,286 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:11,287 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:11,287 INFO snapshot-role/MainThread: } 2024-03-01 21:15:11,287 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:11,287 INFO snapshot-role/MainThread: , 2024-03-01 21:15:11,287 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:11,287 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:11,287 INFO snapshot-role/MainThread: } 2024-03-01 21:15:11,287 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:15:11,309 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:11,309 INFO snapshot-role/MainThread: { 2024-03-01 21:15:11,309 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:11,309 INFO snapshot-role/MainThread: { 2024-03-01 21:15:11,309 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:11,309 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:11,309 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:11,310 INFO snapshot-role/MainThread: } 2024-03-01 21:15:11,310 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:11,310 INFO snapshot-role/MainThread: , 2024-03-01 21:15:11,310 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:11,310 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:11,310 INFO snapshot-role/MainThread: } 2024-03-01 21:15:11,310 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:15:14,557 INFO snapshot-role/MainThread: extend_cmd: extend None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 50}]} 2024-03-01 21:15:14,557 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 50}]} 2024-03-01 21:15:14,557 INFO snapshot-role/MainThread: extend verify snapsset : snapset1 2024-03-01 21:15:14,557 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:15:14,592 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:14,592 INFO snapshot-role/MainThread: { 2024-03-01 21:15:14,592 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:14,592 INFO snapshot-role/MainThread: { 2024-03-01 21:15:14,592 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:14,592 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:15:14,592 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:14,592 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:14,592 INFO snapshot-role/MainThread: } 2024-03-01 21:15:14,592 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:14,592 INFO snapshot-role/MainThread: , 2024-03-01 21:15:14,592 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:14,592 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:14,592 INFO snapshot-role/MainThread: } 2024-03-01 21:15:14,592 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:15:14,616 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:14,617 INFO snapshot-role/MainThread: { 2024-03-01 21:15:14,617 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:14,617 INFO snapshot-role/MainThread: { 2024-03-01 21:15:14,617 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:14,617 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:14,617 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:14,617 INFO snapshot-role/MainThread: } 2024-03-01 21:15:14,617 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:14,617 INFO snapshot-role/MainThread: , 2024-03-01 21:15:14,617 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:14,617 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:14,617 INFO snapshot-role/MainThread: } 2024-03-01 21:15:14,617 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:15:14,644 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: { 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: { 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah", "vg_size":"3196059648", "vg_free":"1266679808", "vg_extent_size":"4194304"} 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: , 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: , 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: {"lv_uuid":"fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R", "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 21:15:14,645 INFO snapshot-role/MainThread: {"lv_uuid":"Tu9unS-6eyk-SZ8q-lfaw-GJk5-wn2S-r4TNls", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"322961408", "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 21:15:14,645 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: , 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"RRwscs-SMDd-smR9-4gIe-OA6c-RIgN-W93BnL", "lv_uuid":"fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R", "pv_name":"/dev/sda"}, 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG", "lv_uuid":"fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R", "pv_name":"/dev/sdb"}, 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG", "lv_uuid":"Tu9unS-6eyk-SZ8q-lfaw-GJk5-wn2S-r4TNls", "pv_name":"/dev/sdb"}, 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: {"pvseg_start":"206", "pvseg_size":"48", "segtype":"free", "pv_uuid":"WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: , 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-205", "segtype":"linear", "lv_uuid":"Tu9unS-6eyk-SZ8q-lfaw-GJk5-wn2S-r4TNls"}, 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R"}, 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R"} 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: } 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: , 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:14,645 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:14,646 INFO snapshot-role/MainThread: } 2024-03-01 21:15:14,646 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 1266679808 vg_extent_size : 4194304 2024-03-01 21:15:14,646 INFO snapshot-role/MainThread: lv: lv1 lv_size : 1606418432 chunk_size : 65536 2024-03-01 21:15:14,646 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 322961408 chunk_size : 65536 2024-03-01 21:15:14,646 INFO snapshot-role/MainThread: extend_check_size : lv1_snapset1 test_vg1/lv1 current size : 322961408 required size : 805306368 2024-03-01 21:15:14,646 INFO snapshot-role/MainThread: exit code: 29: ['verify failed due to insufficient space for: test_vg1/lv1'] 2024-03-01 21:16:17,927 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 20 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": -20}]} False 2024-03-01 21:16:17,927 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': -20}]} 2024-03-01 21:16:17,927 INFO snapshot-role/MainThread: exit code: 24: ['percent_space_required must be greater than 1: -20'] 2024-03-01 21:17:18,585 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 20 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1"}]} False 2024-03-01 21:17:18,585 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1'}]} 2024-03-01 21:17:18,585 INFO snapshot-role/MainThread: exit code: 23: ['snapset percent_space_required entry not found for: snapset1 test_vg1'] 2024-03-01 21:18:19,219 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 20 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 50}]} False 2024-03-01 21:18:19,219 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 50}]} 2024-03-01 21:18:19,219 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:18:19,219 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:18:19,245 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:18:19,245 INFO snapshot-role/MainThread: { 2024-03-01 21:18:19,245 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:18:19,245 INFO snapshot-role/MainThread: { 2024-03-01 21:18:19,245 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:18:19,245 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"3196059648", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:18:19,245 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,245 INFO snapshot-role/MainThread: } 2024-03-01 21:18:19,245 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,245 INFO snapshot-role/MainThread: , 2024-03-01 21:18:19,245 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:18:19,245 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,245 INFO snapshot-role/MainThread: } 2024-03-01 21:18:19,245 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:18:19,271 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:18:19,272 INFO snapshot-role/MainThread: { 2024-03-01 21:18:19,272 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:18:19,272 INFO snapshot-role/MainThread: { 2024-03-01 21:18:19,272 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:18:19,272 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"3196059648", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:18:19,272 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,272 INFO snapshot-role/MainThread: } 2024-03-01 21:18:19,272 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,272 INFO snapshot-role/MainThread: , 2024-03-01 21:18:19,272 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:18:19,272 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,272 INFO snapshot-role/MainThread: } 2024-03-01 21:18:19,272 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:18:19,272 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:18:19,272 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:18:19,296 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:18:19,296 INFO snapshot-role/MainThread: { 2024-03-01 21:18:19,296 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:18:19,296 INFO snapshot-role/MainThread: { 2024-03-01 21:18:19,297 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:18:19,297 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"3196059648", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:18:19,297 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,297 INFO snapshot-role/MainThread: } 2024-03-01 21:18:19,297 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,297 INFO snapshot-role/MainThread: , 2024-03-01 21:18:19,297 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:18:19,297 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,297 INFO snapshot-role/MainThread: } 2024-03-01 21:18:19,297 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:18:19,320 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:18:19,321 INFO snapshot-role/MainThread: { 2024-03-01 21:18:19,321 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:18:19,321 INFO snapshot-role/MainThread: { 2024-03-01 21:18:19,321 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:18:19,321 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"3196059648", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:18:19,321 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,321 INFO snapshot-role/MainThread: } 2024-03-01 21:18:19,321 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,321 INFO snapshot-role/MainThread: , 2024-03-01 21:18:19,321 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:18:19,321 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,321 INFO snapshot-role/MainThread: } 2024-03-01 21:18:19,321 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:18:19,321 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:18:19,321 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:18:19,346 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:18:19,346 INFO snapshot-role/MainThread: { 2024-03-01 21:18:19,346 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:18:19,346 INFO snapshot-role/MainThread: { 2024-03-01 21:18:19,346 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:18:19,346 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"3196059648", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:18:19,346 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,346 INFO snapshot-role/MainThread: } 2024-03-01 21:18:19,346 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,346 INFO snapshot-role/MainThread: , 2024-03-01 21:18:19,346 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:18:19,346 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,346 INFO snapshot-role/MainThread: } 2024-03-01 21:18:19,346 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:18:19,374 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:18:19,374 INFO snapshot-role/MainThread: { 2024-03-01 21:18:19,374 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:18:19,374 INFO snapshot-role/MainThread: { 2024-03-01 21:18:19,374 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:18:19,374 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,374 INFO snapshot-role/MainThread: } 2024-03-01 21:18:19,374 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,374 INFO snapshot-role/MainThread: , 2024-03-01 21:18:19,374 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:18:19,374 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,374 INFO snapshot-role/MainThread: } 2024-03-01 21:18:19,374 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:18:19,374 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:18:19,374 INFO snapshot-role/MainThread: snapsset names ok: snapset1 2024-03-01 21:18:19,374 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:18:19,401 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: { 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: { 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v", "vg_size":"3196059648", "vg_free":"0", "vg_extent_size":"4194304"} 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: , 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: , 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: {"lv_uuid":"XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"3196059648", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: , 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"1iIgeE-zU0r-7zLh-Yk1D-Odoy-dbV9-ZhOT3D", "lv_uuid":"XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m", "pv_name":"/dev/sda"}, 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd", "lv_uuid":"XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m", "pv_name":"/dev/sdb"}, 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek", "lv_uuid":"XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m", "pv_name":"/dev/sdc"} 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: , 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m"}, 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-253", "segtype":"linear", "lv_uuid":"XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m"}, 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-253", "segtype":"linear", "lv_uuid":"XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m"} 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: } 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: , 2024-03-01 21:18:19,402 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:18:19,403 INFO snapshot-role/MainThread: ] 2024-03-01 21:18:19,403 INFO snapshot-role/MainThread: } 2024-03-01 21:18:19,403 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 0 vg_extent_size : 4194304 2024-03-01 21:18:19,403 INFO snapshot-role/MainThread: lv: lv1 lv_size : 3196059648 chunk_size : 65536 2024-03-01 21:18:19,403 INFO snapshot-role/MainThread: exit code: 22: ['insufficient space for snapshots in: test_vg1'] 2024-03-01 21:19:25,012 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 test_vg1 lv1 snapset1 None False 2024-03-01 21:19:25,012 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:19:25,041 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:25,041 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,041 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:25,041 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,041 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:25,041 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:19:25,041 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:19:25,041 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,041 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,041 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,041 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,041 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:25,041 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,041 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,041 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:19:25,066 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:25,066 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,066 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:25,066 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,066 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:25,066 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:19:25,066 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,066 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,066 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,066 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,066 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:25,066 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,066 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,066 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:19:25,100 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:25,100 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,100 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:25,100 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,100 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:25,100 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:19:25,100 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,100 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,100 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:25,100 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:19:25,100 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:19:25,100 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:19:25,100 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:19:25,100 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,100 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,100 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:25,100 INFO snapshot-role/MainThread: {"lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:25,100 INFO snapshot-role/MainThread: {"lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:25,100 INFO snapshot-role/MainThread: {"lv_uuid":"dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:25,100 INFO snapshot-role/MainThread: {"lv_uuid":"TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:19:25,100 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M", "lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed", "pv_name":"/dev/sdh"}, 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU", "lv_uuid":"TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU", "lv_uuid":"dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU", "lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky", "lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf", "lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm", "pv_name":"/dev/sdi"} 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed"}, 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed"}, 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f"}, 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl"}, 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm"}, 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm"} 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: {"lv_uuid":"8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:25,101 INFO snapshot-role/MainThread: {"lv_uuid":"O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC", "lv_uuid":"O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC", "lv_uuid":"8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5"}, 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB"} 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: {"lv_uuid":"olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: {"lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM", "lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq", "pv_name":"/dev/sda"}, 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR", "lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR", "lv_uuid":"olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:25,102 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 21:19:25,103 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,103 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,103 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:25,103 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq"}, 2024-03-01 21:19:25,103 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq"}, 2024-03-01 21:19:25,103 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3"} 2024-03-01 21:19:25,103 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,103 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,103 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,103 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,103 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:25,103 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,103 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,103 INFO snapshot-role/MainThread: VG: test_vg1 free 1107296256 2024-03-01 21:19:25,103 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 21:19:25,103 INFO snapshot-role/MainThread: LV: total 482344960 2024-03-01 21:19:25,103 INFO snapshot-role/MainThread: space needed: 72351744.00 space available: 1107296256 sufficient space: 1 2024-03-01 21:19:25,103 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:19:25,134 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:25,134 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,134 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:25,134 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,134 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:25,134 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:19:25,134 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,134 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,134 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:25,134 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:19:25,134 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:19:25,134 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:19:25,134 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:19:25,134 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,134 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,134 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:25,134 INFO snapshot-role/MainThread: {"lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:25,134 INFO snapshot-role/MainThread: {"lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:25,134 INFO snapshot-role/MainThread: {"lv_uuid":"dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:25,134 INFO snapshot-role/MainThread: {"lv_uuid":"TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:19:25,134 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,134 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,134 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M", "lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed", "pv_name":"/dev/sdh"}, 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU", "lv_uuid":"TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU", "lv_uuid":"dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU", "lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky", "lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf", "lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm", "pv_name":"/dev/sdi"} 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed"}, 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed"}, 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f"}, 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl"}, 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm"}, 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm"} 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: {"lv_uuid":"8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: {"lv_uuid":"O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,135 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC", "lv_uuid":"O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC", "lv_uuid":"8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5"}, 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB"} 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: {"lv_uuid":"olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: {"lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM", "lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq", "pv_name":"/dev/sda"}, 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR", "lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR", "lv_uuid":"olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 21:19:25,136 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,137 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,137 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:25,137 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq"}, 2024-03-01 21:19:25,137 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq"}, 2024-03-01 21:19:25,137 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3"} 2024-03-01 21:19:25,137 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,137 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,137 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,137 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,137 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:25,137 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,137 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,137 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:19:25,162 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:25,162 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,162 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:25,162 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,162 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:25,162 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:19:25,162 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,162 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,162 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,162 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,162 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:25,162 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,162 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,162 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:19:25,187 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:25,188 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,188 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:25,188 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,188 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:25,188 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:19:25,188 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:19:25,188 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,188 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,188 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,188 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,188 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:25,188 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,188 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,188 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:19:25,212 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:19:25,213 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,213 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:25,213 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,213 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:25,213 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,213 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,213 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,213 INFO snapshot-role/MainThread: , 2024-03-01 21:19:25,213 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:25,213 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,213 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,213 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 72417280B test_vg1/lv1 2024-03-01 21:19:25,448 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:25,448 INFO snapshot-role/MainThread: { 2024-03-01 21:19:25,449 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:25,449 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:25,449 INFO snapshot-role/MainThread: } 2024-03-01 21:19:25,449 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:19:28,642 INFO snapshot-role/MainThread: check_cmd: check 20 test_vg1 lv1 snapset1 1 None 2024-03-01 21:19:28,642 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:19:28,671 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: { 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: { 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: , 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: , 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: {"lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: {"lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: {"lv_uuid":"dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: {"lv_uuid":"TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: , 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M", "lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed", "pv_name":"/dev/sdh"}, 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU", "lv_uuid":"TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU", "lv_uuid":"dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU", "lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky", "lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:28,672 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf", "lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm", "pv_name":"/dev/sdi"} 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: , 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed"}, 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed"}, 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f"}, 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl"}, 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm"}, 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm"} 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: } 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: , 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: { 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: , 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: , 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: {"lv_uuid":"8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: {"lv_uuid":"O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: , 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC", "lv_uuid":"O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC", "lv_uuid":"8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,673 INFO snapshot-role/MainThread: , 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5"}, 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB"} 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: } 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: , 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: { 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn", "vg_size":"3196059648", "vg_free":"1031798784", "vg_extent_size":"4194304"} 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: , 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: , 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: {"lv_uuid":"olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: {"lv_uuid":"No3eCp-yT54-HBb3-UCaY-AMMM-7K8J-W6KMA6", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: {"lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: , 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM", "lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq", "pv_name":"/dev/sda"}, 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6", "lv_uuid":"No3eCp-yT54-HBb3-UCaY-AMMM-7K8J-W6KMA6", "pv_name":"/dev/sdc"}, 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"236", "segtype":"free", "pv_uuid":"4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR", "lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR", "lv_uuid":"olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: , 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"No3eCp-yT54-HBb3-UCaY-AMMM-7K8J-W6KMA6"}, 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq"}, 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq"}, 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3"} 2024-03-01 21:19:28,674 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,675 INFO snapshot-role/MainThread: } 2024-03-01 21:19:28,675 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,675 INFO snapshot-role/MainThread: , 2024-03-01 21:19:28,675 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:28,675 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,675 INFO snapshot-role/MainThread: } 2024-03-01 21:19:28,675 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:19:28,699 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:28,699 INFO snapshot-role/MainThread: { 2024-03-01 21:19:28,699 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:28,699 INFO snapshot-role/MainThread: { 2024-03-01 21:19:28,699 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:28,699 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:19:28,700 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,700 INFO snapshot-role/MainThread: } 2024-03-01 21:19:28,700 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,700 INFO snapshot-role/MainThread: , 2024-03-01 21:19:28,700 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:28,700 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,700 INFO snapshot-role/MainThread: } 2024-03-01 21:19:28,700 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:19:28,724 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:28,724 INFO snapshot-role/MainThread: { 2024-03-01 21:19:28,724 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:28,724 INFO snapshot-role/MainThread: { 2024-03-01 21:19:28,724 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:28,724 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:19:28,724 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:19:28,724 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:19:28,725 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,725 INFO snapshot-role/MainThread: } 2024-03-01 21:19:28,725 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,725 INFO snapshot-role/MainThread: , 2024-03-01 21:19:28,725 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:28,725 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,725 INFO snapshot-role/MainThread: } 2024-03-01 21:19:28,725 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:19:28,749 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:28,749 INFO snapshot-role/MainThread: { 2024-03-01 21:19:28,749 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:28,749 INFO snapshot-role/MainThread: { 2024-03-01 21:19:28,749 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:28,749 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:19:28,749 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,750 INFO snapshot-role/MainThread: } 2024-03-01 21:19:28,750 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,750 INFO snapshot-role/MainThread: , 2024-03-01 21:19:28,750 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:28,750 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,750 INFO snapshot-role/MainThread: } 2024-03-01 21:19:28,750 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:19:28,773 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:28,773 INFO snapshot-role/MainThread: { 2024-03-01 21:19:28,773 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:28,773 INFO snapshot-role/MainThread: { 2024-03-01 21:19:28,773 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:28,773 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:19:28,773 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,773 INFO snapshot-role/MainThread: } 2024-03-01 21:19:28,773 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,773 INFO snapshot-role/MainThread: , 2024-03-01 21:19:28,774 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:28,774 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:28,774 INFO snapshot-role/MainThread: } 2024-03-01 21:19:28,774 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:19:31,932 INFO snapshot-role/MainThread: remove_cmd: remove test_vg1 lv1 snapset1 0 None 2024-03-01 21:19:31,932 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:19:31,962 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:31,963 INFO snapshot-role/MainThread: { 2024-03-01 21:19:31,963 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:31,963 INFO snapshot-role/MainThread: { 2024-03-01 21:19:31,963 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:31,963 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:19:31,963 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,963 INFO snapshot-role/MainThread: , 2024-03-01 21:19:31,963 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:31,963 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:19:31,963 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:19:31,963 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:19:31,963 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:19:31,963 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,963 INFO snapshot-role/MainThread: , 2024-03-01 21:19:31,963 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:31,963 INFO snapshot-role/MainThread: {"lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:31,963 INFO snapshot-role/MainThread: {"lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:31,963 INFO snapshot-role/MainThread: {"lv_uuid":"dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:31,963 INFO snapshot-role/MainThread: {"lv_uuid":"TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:19:31,963 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,963 INFO snapshot-role/MainThread: , 2024-03-01 21:19:31,963 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M", "lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed", "pv_name":"/dev/sdh"}, 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU", "lv_uuid":"TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU", "lv_uuid":"dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU", "lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky", "lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf", "lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm", "pv_name":"/dev/sdi"} 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: , 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed"}, 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed"}, 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f"}, 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl"}, 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm"}, 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm"} 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: } 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: , 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: { 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: , 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: , 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: {"lv_uuid":"8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: {"lv_uuid":"O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: , 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:31,964 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC", "lv_uuid":"O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC", "lv_uuid":"8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: , 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5"}, 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB"} 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: } 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: , 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: { 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn", "vg_size":"3196059648", "vg_free":"1031798784", "vg_extent_size":"4194304"} 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: , 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: , 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: {"lv_uuid":"olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: {"lv_uuid":"No3eCp-yT54-HBb3-UCaY-AMMM-7K8J-W6KMA6", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: {"lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: , 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM", "lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq", "pv_name":"/dev/sda"}, 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6", "lv_uuid":"No3eCp-yT54-HBb3-UCaY-AMMM-7K8J-W6KMA6", "pv_name":"/dev/sdc"}, 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"236", "segtype":"free", "pv_uuid":"4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR", "lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR", "lv_uuid":"olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,965 INFO snapshot-role/MainThread: , 2024-03-01 21:19:31,966 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:31,966 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"No3eCp-yT54-HBb3-UCaY-AMMM-7K8J-W6KMA6"}, 2024-03-01 21:19:31,966 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq"}, 2024-03-01 21:19:31,966 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq"}, 2024-03-01 21:19:31,966 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3"} 2024-03-01 21:19:31,966 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,966 INFO snapshot-role/MainThread: } 2024-03-01 21:19:31,966 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,966 INFO snapshot-role/MainThread: , 2024-03-01 21:19:31,966 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:31,966 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,966 INFO snapshot-role/MainThread: } 2024-03-01 21:19:31,966 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:19:31,990 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:31,990 INFO snapshot-role/MainThread: { 2024-03-01 21:19:31,990 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:31,991 INFO snapshot-role/MainThread: { 2024-03-01 21:19:31,991 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:31,991 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:19:31,991 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,991 INFO snapshot-role/MainThread: } 2024-03-01 21:19:31,991 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,991 INFO snapshot-role/MainThread: , 2024-03-01 21:19:31,991 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:31,991 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:31,991 INFO snapshot-role/MainThread: } 2024-03-01 21:19:31,991 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 21:19:32,119 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:32,119 INFO snapshot-role/MainThread: { 2024-03-01 21:19:32,119 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:32,119 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:32,119 INFO snapshot-role/MainThread: } 2024-03-01 21:19:32,120 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:19:35,291 INFO snapshot-role/MainThread: remove_cmd: remove test_vg1 lv1 snapset1 1 None 2024-03-01 21:19:35,291 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:19:35,319 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:35,319 INFO snapshot-role/MainThread: { 2024-03-01 21:19:35,319 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:35,319 INFO snapshot-role/MainThread: { 2024-03-01 21:19:35,319 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:35,319 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:19:35,319 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,319 INFO snapshot-role/MainThread: } 2024-03-01 21:19:35,319 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,319 INFO snapshot-role/MainThread: , 2024-03-01 21:19:35,319 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:35,319 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,319 INFO snapshot-role/MainThread: } 2024-03-01 21:19:35,319 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: { 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: { 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: , 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: , 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: {"lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: {"lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: {"lv_uuid":"dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: {"lv_uuid":"TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: , 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M", "lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed", "pv_name":"/dev/sdh"}, 2024-03-01 21:19:35,349 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU", "lv_uuid":"TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU", "lv_uuid":"dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU", "lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky", "lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf", "lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm", "pv_name":"/dev/sdi"} 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: , 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed"}, 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed"}, 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f"}, 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl"}, 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm"}, 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm"} 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: } 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: , 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: { 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: , 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: , 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: {"lv_uuid":"8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: {"lv_uuid":"O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: , 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC", "lv_uuid":"O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:35,350 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC", "lv_uuid":"8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: , 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5"}, 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB"} 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: } 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: , 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: { 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: , 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: , 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: {"lv_uuid":"olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: {"lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: , 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM", "lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq", "pv_name":"/dev/sda"}, 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR", "lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR", "lv_uuid":"olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3", "pv_name":"/dev/sdb"}, 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: , 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:19:35,351 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq"}, 2024-03-01 21:19:35,352 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq"}, 2024-03-01 21:19:35,352 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3"} 2024-03-01 21:19:35,352 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,352 INFO snapshot-role/MainThread: } 2024-03-01 21:19:35,352 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,352 INFO snapshot-role/MainThread: , 2024-03-01 21:19:35,352 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:35,352 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,352 INFO snapshot-role/MainThread: } 2024-03-01 21:19:35,352 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:19:35,378 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:35,378 INFO snapshot-role/MainThread: { 2024-03-01 21:19:35,378 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:35,378 INFO snapshot-role/MainThread: { 2024-03-01 21:19:35,378 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:35,378 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:19:35,378 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,378 INFO snapshot-role/MainThread: } 2024-03-01 21:19:35,378 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,378 INFO snapshot-role/MainThread: , 2024-03-01 21:19:35,378 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:35,378 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,378 INFO snapshot-role/MainThread: } 2024-03-01 21:19:35,378 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:19:35,402 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:19:35,403 INFO snapshot-role/MainThread: { 2024-03-01 21:19:35,403 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:35,403 INFO snapshot-role/MainThread: { 2024-03-01 21:19:35,403 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:35,403 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:19:35,403 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:19:35,403 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,403 INFO snapshot-role/MainThread: } 2024-03-01 21:19:35,403 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,403 INFO snapshot-role/MainThread: , 2024-03-01 21:19:35,403 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:35,403 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,403 INFO snapshot-role/MainThread: } 2024-03-01 21:19:35,403 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:19:35,433 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:19:35,433 INFO snapshot-role/MainThread: { 2024-03-01 21:19:35,433 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:19:35,433 INFO snapshot-role/MainThread: { 2024-03-01 21:19:35,433 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:19:35,433 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,433 INFO snapshot-role/MainThread: } 2024-03-01 21:19:35,433 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,433 INFO snapshot-role/MainThread: , 2024-03-01 21:19:35,433 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:19:35,433 INFO snapshot-role/MainThread: ] 2024-03-01 21:19:35,433 INFO snapshot-role/MainThread: } 2024-03-01 21:19:35,433 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="" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" NAME="/dev/sdd" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sde" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + blkid -s none + echo lsblk after cache flush lsblk after cache flush + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE NAME="/dev/sda" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdb" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" NAME="/dev/sdd" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sde" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + cat /tmp/blivet.log 2024-03-01 21:08:52,678 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ooi4hz03/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:08:57,794 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_2ky830kb/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:09:05,594 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ccbk4n1t/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:09:05,660 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:09:05,660 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:09:05,730 INFO program/MainThread: stdout[2]: 2024-03-01 21:09:05,730 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 21:09:05,730 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:09:05,731 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:09:05,736 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:05,737 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:09:05,740 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:09:05,740 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:09:05,744 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:09:05,744 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:09:05,747 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:09:05,747 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:09:05,755 INFO program/MainThread: stdout: 2024-03-01 21:09:05,755 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:09:05,755 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:09:05,755 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:09:05,755 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:09:05,755 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:09:05,755 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:09:05,756 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:09:05,756 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:09:05,756 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:09:05,756 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:09:05,756 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:09:05,756 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:09:05,756 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:09:05,756 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:09:05,756 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:09:05,756 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:05,756 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 21:09:05,756 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:09:05,756 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:09:05,757 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:09:05,757 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:09:05,757 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:09:05,757 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:09:05,757 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:05,771 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:05,782 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:09:05,787 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:09:05,787 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:09:05,788 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 21:09:05,821 INFO program/MainThread: stdout[3]: 2024-03-01 21:09:05,821 INFO program/MainThread: stderr[3]: 2024-03-01 21:09:05,821 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:09:05,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:09:05,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:05,836 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:09:05,840 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:09:05,841 INFO blivet/MainThread: sda is a disk 2024-03-01 21:09:05,841 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:09:05,841 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:09:05,845 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:09:05,848 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:09:05,849 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:09:05,852 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:09:05,852 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:09:05,853 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:09:05,853 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d528025f8) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:09:05,856 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:09:05,857 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:09:05,860 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:09:05,860 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:09:05,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:09:05,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:05,870 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:09:05,870 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:09:05,870 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:09:05,870 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:09:05,873 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:09:05,876 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:09:05,877 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:09:05,880 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:09:05,880 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:09:05,881 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:09:05,881 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d52825588) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:09:05,884 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:09:05,884 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:09:05,887 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:09:05,887 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:09:05,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:09:05,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:05,897 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:09:05,898 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:09:05,898 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:09:05,898 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:09:05,901 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:09:05,904 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:09:05,904 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:09:05,907 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:09:05,907 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:09:05,908 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:09:05,908 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d52825630) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:09:05,911 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:09:05,911 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:09:05,915 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:09:05,915 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:09:05,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:09:05,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:05,924 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:09:05,925 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:09:05,925 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:09:05,925 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:09:05,928 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:09:05,931 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:09:05,932 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:09:05,935 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:09:05,935 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:09:05,935 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:09:05,935 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d517bc748) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:09:05,939 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:09:05,939 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:09:05,942 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:09:05,942 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:09:05,945 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:09:05,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:05,952 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:09:05,952 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:09:05,952 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:09:05,952 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:09:05,956 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:09:05,959 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:09:05,959 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:09:05,962 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:09:05,962 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:09:05,963 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:09:05,963 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d517bc1d0) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:09:05,966 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:09:05,966 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:09:05,969 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:09:05,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 21:09:05,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:09:05,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:05,979 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:09:05,980 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:09:05,980 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:09:05,980 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:09:05,983 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:09:05,986 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:09:05,986 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:09:05,989 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:09:05,990 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:09:05,990 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:09:05,990 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d517c7630) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:09:05,993 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:09:05,994 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:09:05,997 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:09:05,997 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:09:06,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:09:06,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:06,007 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:09:06,007 INFO blivet/MainThread: sde is a disk 2024-03-01 21:09:06,007 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:09:06,007 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:09:06,010 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:09:06,014 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:09:06,014 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:09:06,017 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:09:06,017 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:09:06,018 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:09:06,018 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d517c7cc0) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:09:06,021 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:09:06,021 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:09:06,024 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:09:06,024 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:09:06,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:09:06,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:06,034 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:09:06,035 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:09:06,035 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:09:06,035 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:09:06,038 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:09:06,041 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:09:06,041 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:09:06,044 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:09:06,045 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:09:06,045 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:09:06,045 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d517c7e10) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:09:06,048 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:09:06,049 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:09:06,052 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:09:06,052 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:09:06,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:09:06,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:06,062 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:09:06,062 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:09:06,062 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:09:06,062 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:09:06,065 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:09:06,069 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:09:06,069 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:09:06,072 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:09:06,072 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:09:06,073 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:09:06,073 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d517b4ba8) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:09:06,076 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:09:06,076 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:09:06,079 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:09:06,080 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:09:06,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:09:06,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:06,089 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:09:06,090 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:09:06,090 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:09:06,090 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:09:06,093 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:09:06,096 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:09:06,097 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:09:06,100 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:09:06,100 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:09:06,100 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:09:06,100 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d517c7898) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:09:06,104 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:09:06,104 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:09:06,107 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:09:06,107 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:09:06,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:09:06,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:06,117 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:09:06,117 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:09:06,117 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:09:06,118 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:09:06,121 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:09:06,124 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:09:06,124 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:09:06,127 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:09:06,127 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:09:06,128 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:09:06,128 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d517cfac8) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:09:06,131 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:09:06,131 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:09:06,134 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:09:06,135 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:09:06,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:09:06,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:06,144 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:09:06,145 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:09:06,145 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:09:06,145 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:09:06,148 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:09:06,151 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:09:06,152 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:09:06,155 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:09:06,155 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:09:06,155 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:09:06,155 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d517ce160) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:09:06,159 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:09:06,159 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:09:06,162 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': '22216935'} ; 2024-03-01 21:09:06,162 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:09:06,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:09:06,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:06,172 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:09:06,172 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:09:06,172 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:09:06,172 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:09:06,172 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:09:06,172 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:09:06,175 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:09:06,178 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:09:06,179 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:09:06,182 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:09:06,182 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:09:06,182 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:09:06,182 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d517bcd30) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:09:06,186 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:09:06,189 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:09:06,189 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:09:06,193 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:09:06,193 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:09:06,196 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:09:06,196 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:09:06,199 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:09:06,200 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:09:06,203 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:09:06,206 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:06,210 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:09:06,214 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 0x7f4d517d4508> 2024-03-01 21:09:09,446 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:09:09,451 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:09:09,452 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:09:09,456 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': '22221140'} ; 2024-03-01 21:09:09,456 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:09:09,456 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:09:09,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:09,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:09,465 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:09:09,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:09,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:09,471 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:09,483 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:09,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:09:09,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:09:09,502 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:09:09,506 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:09:09,506 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:09:09,509 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:09:09,513 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:09:09,513 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:09:09,516 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:09:09,516 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:09:09,517 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:09:09,520 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:09:09,523 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:09:09,526 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:09:09,529 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:09:09,532 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:09:09,532 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:09:09,533 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:09:09,533 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:09:09,533 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f4d528735f8) -- 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 0x7f4d5176d0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:09:09,537 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:09:09,540 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:09:09,540 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:09:09,544 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:09:09,544 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:09:09,547 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:09:09,547 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:09:09,550 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:09:09,551 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:09:09,552 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:09:09,553 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:09:09,556 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:09,556 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:09:09,559 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:09:09,560 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:09:09,560 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:09,575 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:09,587 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:09:09,588 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:09:09,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:09:09,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:09,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:09:09,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:09,601 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:09:09,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:09:09,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:09,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:09:09,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:09,612 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:09:09,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:09:09,617 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:09,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:09:09,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:09,623 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:09:09,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:09:09,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:09,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:09:09,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:09,634 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:09:09,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:09:09,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:09,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:09:09,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:09,645 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:09:09,647 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:09:09,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:09,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:09:09,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:09,656 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:09:09,658 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:09,659 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 82 2024-03-01 21:09:09,661 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:09,662 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 83 2024-03-01 21:09:09,664 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:09,664 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 84 2024-03-01 21:09:09,667 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:09,667 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 85 2024-03-01 21:09:09,670 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:09,670 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 86 2024-03-01 21:09:09,673 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:09,673 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 87 2024-03-01 21:09:09,676 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:09,676 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 88 2024-03-01 21:09:09,678 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:09,678 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 89 2024-03-01 21:09:14,726 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_83689qfy/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:09:14,764 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:09:14,764 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:09:14,768 INFO program/MainThread: stdout[2]: 2024-03-01 21:09:14,768 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 21:09:14,768 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:09:14,769 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:09:14,773 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:14,774 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:09:14,778 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:09:14,778 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:09:14,781 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:09:14,781 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:09:14,784 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:09:14,784 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:09:14,792 INFO program/MainThread: stdout: 2024-03-01 21:09:14,793 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:09:14,793 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:09:14,793 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:09:14,793 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:09:14,793 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:09:14,793 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:09:14,793 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:09:14,793 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:09:14,793 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:09:14,793 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:09:14,793 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:09:14,793 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:09:14,793 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:09:14,793 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:09:14,793 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:09:14,793 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:14,793 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 21:09:14,793 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:09:14,794 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:09:14,794 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:09:14,794 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:09:14,794 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:09:14,794 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:09:14,795 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:14,806 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:14,817 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:09:14,822 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:09:14,822 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:09:14,823 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 21:09:14,852 INFO program/MainThread: stdout[3]: 2024-03-01 21:09:14,852 INFO program/MainThread: stderr[3]: 2024-03-01 21:09:14,852 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:09:14,857 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:09:14,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:14,865 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:09:14,870 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:09:14,870 INFO blivet/MainThread: sda is a disk 2024-03-01 21:09:14,871 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:09:14,871 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:09:14,874 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:09:14,878 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:09:14,878 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:09:14,881 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:09:14,881 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:09:14,882 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:09:14,882 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1a429dd5f8) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:09:14,886 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:09:14,886 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:09:14,889 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:09:14,889 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:09:14,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:09:14,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:14,899 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:09:14,900 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:09:14,900 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:09:14,900 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:09:14,903 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:09:14,906 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:09:14,906 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:09:14,909 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:09:14,910 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:09:14,910 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:09:14,910 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1a42a00550) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:09:14,914 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:09:14,914 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:09:14,917 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:09:14,917 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:09:14,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:09:14,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:14,927 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:09:14,928 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:09:14,928 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:09:14,928 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:09:14,931 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:09:14,934 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:09:14,934 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:09:14,937 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:09:14,938 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:09:14,938 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:09:14,938 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1a42a005f8) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:09:14,941 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:09:14,942 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:09:14,945 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:09:14,945 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:09:14,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:09:14,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:14,955 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:09:14,955 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:09:14,955 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:09:14,955 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:09:14,959 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:09:14,962 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:09:14,962 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:09:14,965 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:09:14,966 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:09:14,966 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:09:14,966 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1a41997710) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:09:14,969 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:09:14,969 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:09:14,973 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:09:14,973 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:09:14,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:09:14,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:14,983 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:09:14,983 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:09:14,983 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:09:14,983 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:09:14,987 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:09:14,990 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:09:14,990 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:09:14,993 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:09:14,993 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:09:14,994 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:09:14,994 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1a41997198) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:09:14,997 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:09:14,997 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:09:15,001 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:09:15,001 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:09:15,004 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:09:15,007 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:15,011 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:09:15,011 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:09:15,011 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:09:15,012 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:09:15,015 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:09:15,018 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:09:15,018 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:09:15,021 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:09:15,022 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:09:15,022 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:09:15,022 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1a419a25f8) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:09:15,025 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:09:15,025 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:09:15,029 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:09:15,029 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:09:15,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:09:15,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:15,039 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:09:15,039 INFO blivet/MainThread: sde is a disk 2024-03-01 21:09:15,039 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:09:15,039 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:09:15,042 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:09:15,046 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:09:15,046 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:09:15,049 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:09:15,049 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:09:15,050 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:09:15,050 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1a419a2c88) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:09:15,053 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:09:15,053 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:09:15,057 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:09:15,057 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:09:15,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:09:15,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:15,066 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:09:15,067 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:09:15,067 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:09:15,067 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:09:15,070 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:09:15,073 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:09:15,074 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:09:15,077 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:09:15,077 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:09:15,077 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:09:15,078 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1a419a2da0) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:09:15,081 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:09:15,081 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:09:15,084 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:09:15,084 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:09:15,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:09:15,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:15,094 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:09:15,095 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:09:15,095 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:09:15,095 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:09:15,098 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:09:15,101 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:09:15,101 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:09:15,105 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:09:15,105 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:09:15,105 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:09:15,106 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1a4198fb70) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:09:15,109 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:09:15,109 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:09:15,112 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:09:15,112 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:09:15,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:09:15,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:15,122 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:09:15,123 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:09:15,123 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:09:15,123 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:09:15,126 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:09:15,130 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:09:15,130 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:09:15,133 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:09:15,133 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:09:15,134 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:09:15,134 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1a419a2898) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:09:15,137 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:09:15,137 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:09:15,140 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:09:15,140 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:09:15,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:09:15,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:15,150 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:09:15,151 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:09:15,151 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:09:15,151 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:09:15,154 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:09:15,158 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:09:15,158 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:09:15,161 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:09:15,161 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:09:15,162 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:09:15,162 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1a419aaa90) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:09:15,165 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:09:15,165 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:09:15,168 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:09:15,169 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:09:15,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:09:15,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:15,179 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:09:15,179 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:09:15,179 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:09:15,179 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:09:15,182 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:09:15,186 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:09:15,186 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:09:15,189 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:09:15,189 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:09:15,190 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:09:15,190 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1a419a9128) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:09:15,193 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:09:15,193 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:09:15,196 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': '22216935'} ; 2024-03-01 21:09:15,196 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:09:15,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:09:15,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:15,206 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:09:15,206 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:09:15,206 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:09:15,206 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:09:15,207 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:09:15,207 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:09:15,210 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:09:15,213 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:09:15,213 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:09:15,216 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:09:15,217 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:09:15,217 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:09:15,217 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1a41997cf8) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:09:15,220 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:09:15,224 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:09:15,224 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:09:15,227 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:09:15,227 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:09:15,231 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:09:15,231 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:09:15,234 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:09:15,234 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:09:15,238 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:09:15,241 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:15,244 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:09:15,248 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 0x7f1a419af508> 2024-03-01 21:09:18,228 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:09:18,233 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:09:18,233 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:09:18,237 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': '22221140'} ; 2024-03-01 21:09:18,237 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:09:18,237 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:09:18,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:18,246 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:09:18,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:18,252 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:18,265 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:18,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:09:18,284 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:09:18,287 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:09:18,288 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:09:18,291 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:09:18,294 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:09:18,294 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:09:18,297 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:09:18,298 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:09:18,298 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:09:18,301 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:09:18,304 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:09:18,307 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:09:18,310 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:09:18,314 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:09:18,314 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:09:18,314 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:09:18,315 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:09:18,314 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f1a42a4e5f8) -- 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 0x7f1a419480f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:09:18,319 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:09:18,322 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:09:18,322 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:09:18,325 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:09:18,325 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:09:18,329 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:09:18,329 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:09:18,332 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:09:18,332 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:09:18,334 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:09:18,334 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:09:18,338 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:18,338 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:09:18,341 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:09:18,341 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:09:18,341 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:18,357 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:18,369 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:09:18,370 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:09:18,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:18,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:18,383 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:09:18,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:18,391 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:18,394 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:09:18,397 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:18,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:18,406 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:09:18,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:18,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,417 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:18,417 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:09:18,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:18,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:18,428 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:09:18,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:18,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:18,439 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:09:18,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:18,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:18,451 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 21:09:18,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 21:09:18,456 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:09:18,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 21:09:18,462 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:09:18,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 21:09:18,468 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:09:18,471 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:09:18,471 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 21:09:18,471 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:09:18,475 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:09:18,475 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:09:18,478 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:09:18,478 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:09:18,481 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:09:18,481 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 21:09:18,482 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:09:18,484 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:09:18,485 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:09:18,488 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:09:18,488 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:09:18,491 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:09:18,491 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 21:09:18,491 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:09:18,494 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:09:18,494 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:09:18,497 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:09:18,497 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:09:18,498 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:09:18,503 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:09:18,506 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:09:18,510 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:09:18,513 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:09:18,517 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:09:18,520 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:09:18,521 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:09:18,524 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:09:18,525 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 21:09:18,525 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:09:18,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:18,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:18,538 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 21:09:18,539 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:09:18,540 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:09:18,540 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 21:09:18,540 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:09:18,540 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:09:18,544 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:18,544 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 21:09:18,547 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:18,547 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 21:09:18,551 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:09:18,554 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:09:18,555 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:09:18,558 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:09:18,561 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:09:18,564 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:09:18,568 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 21:09:18,569 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:09:18,569 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:09:18,569 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:09:18,570 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 21:09:18,576 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:09:18,576 INFO program/MainThread: stderr[4]: 2024-03-01 21:09:18,576 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:09:18,576 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 21:09:18,577 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:09:18,577 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:09:18,582 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 21:09:18,582 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:09:18,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:18,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:18,594 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 21:09:18,595 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:09:18,596 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:09:18,596 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 21:09:18,596 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:09:18,597 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:09:18,600 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:18,600 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 21:09:18,603 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:18,603 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:09:18,606 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:09:18,610 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:09:18,610 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 21:09:18,614 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:09:18,617 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:09:18,620 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:09:18,624 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 21:09:18,624 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:09:18,625 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:09:18,625 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:09:18,625 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 21:09:18,625 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:09:18,625 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 21:09:18,629 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 21:09:18,629 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:09:18,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:18,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:18,641 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 21:09:18,644 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 21:09:18,647 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 21:09:18,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 21:09:18,652 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 21:09:18,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 21:09:18,658 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 21:09:18,661 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:09:18,661 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 21:09:18,661 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:09:18,664 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:09:18,664 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:09:18,667 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:09:18,667 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:09:18,670 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:09:18,670 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 21:09:18,670 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 21:09:18,673 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:09:18,673 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:09:18,676 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:09:18,676 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:09:18,679 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:09:18,679 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 21:09:18,680 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 21:09:18,682 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:09:18,683 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:09:18,686 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:09:18,686 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:09:18,687 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 21:09:18,690 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:09:18,693 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:09:18,697 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:09:18,700 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:09:18,704 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:09:18,707 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:09:18,708 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 21:09:18,711 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:09:18,712 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 21:09:18,712 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:09:18,716 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:18,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:18,725 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 21:09:18,726 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:09:18,726 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:09:18,726 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 21:09:18,726 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:09:18,727 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:09:18,730 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:18,730 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 21:09:18,733 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:18,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 21:09:18,737 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:09:18,740 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:09:18,740 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 21:09:18,744 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:09:18,747 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:09:18,750 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:09:18,753 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 21:09:18,754 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:09:18,754 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:09:18,754 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:09:18,755 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 21:09:18,755 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:09:18,755 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:09:18,759 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 21:09:18,759 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:09:18,762 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:18,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:18,771 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 21:09:18,772 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:09:18,772 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:09:18,772 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 21:09:18,773 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:09:18,773 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:09:18,776 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:18,776 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 21:09:18,779 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:18,779 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 21:09:18,783 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:09:18,786 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:09:18,786 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:09:18,790 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:09:18,793 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:09:18,796 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:09:18,800 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 21:09:18,800 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:09:18,801 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:09:18,801 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:09:18,801 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 21:09:18,801 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:09:18,801 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 21:09:18,806 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 21:09:18,806 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:09:18,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:18,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:18,818 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 21:09:18,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 21:09:18,823 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 21:09:18,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 21:09:18,829 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 21:09:18,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 21:09:18,835 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 21:09:18,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 21:09:18,840 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 21:09:18,843 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:09:18,843 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 21:09:18,843 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 21:09:18,846 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:09:18,846 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:09:18,849 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:09:18,850 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:09:18,852 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:09:18,853 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 21:09:18,853 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 21:09:18,856 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:09:18,856 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:09:18,859 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:09:18,859 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:09:18,862 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:09:18,862 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 21:09:18,875 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 21:09:18,878 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:09:18,878 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:09:18,881 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:09:18,881 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:09:18,884 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:09:18,884 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:09:18,884 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:09:18,887 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:09:18,888 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:09:18,891 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:09:18,891 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:09:18,892 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 21:09:18,896 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:09:18,899 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:09:18,903 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:09:18,906 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:09:18,910 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:09:18,913 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:09:18,917 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:09:18,920 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:09:18,921 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 21:09:18,924 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:09:18,925 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 21:09:18,925 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:09:18,930 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:18,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:18,940 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 21:09:18,941 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:18,941 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:09:18,941 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 21:09:18,942 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:18,942 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:09:18,945 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:18,945 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 21:09:18,948 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:18,949 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 21:09:18,952 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:09:18,955 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:09:18,956 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:09:18,959 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:09:18,962 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:09:18,965 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:09:18,969 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 21:09:18,970 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:18,970 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:09:18,970 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:09:18,971 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 21:09:18,971 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:09:18,971 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 21:09:18,974 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 21:09:18,975 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:09:18,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:18,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:18,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:18,987 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 21:09:18,988 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:18,988 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:09:18,989 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 21:09:18,989 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:18,990 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:09:18,993 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:18,993 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 21:09:18,995 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:18,996 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 21:09:18,999 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:09:19,003 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:09:19,003 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 21:09:19,007 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:09:19,010 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:09:19,013 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:09:19,017 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 21:09:19,017 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:19,018 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:09:19,018 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:09:19,018 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 21:09:19,018 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:09:19,019 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:09:19,022 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 21:09:19,022 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:09:19,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:19,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:19,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:19,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:19,035 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 21:09:19,036 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:19,037 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:09:19,037 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 21:09:19,037 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:19,038 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:09:19,041 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:19,041 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 21:09:19,044 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:19,044 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:09:19,048 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:09:19,051 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:09:19,052 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 21:09:19,055 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:09:19,058 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:09:19,062 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:09:19,065 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 21:09:19,066 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:19,067 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:09:19,067 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:09:19,067 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 21:09:19,067 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:09:19,067 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 21:09:19,071 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 21:09:19,071 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:09:19,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:19,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:19,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:19,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:19,084 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 21:09:19,085 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:19,086 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:09:19,086 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 21:09:19,086 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:19,087 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:09:19,090 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:19,090 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 21:09:19,093 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:19,094 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:09:19,097 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:09:19,100 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:09:19,101 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 21:09:19,104 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:09:19,108 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:09:19,111 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:09:19,115 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 21:09:19,115 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:19,116 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:09:19,116 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:09:19,116 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 21:09:19,117 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:09:19,117 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 21:09:19,120 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 21:09:19,121 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:09:19,122 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:09:19,122 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:09:19,123 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:09:19,123 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:09:19,123 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:09:19,123 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:09:19,123 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:09:19,123 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:09:19,123 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:09:19,123 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:09:19,123 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:09:19,123 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:09:19,123 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:09:19,123 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:09:19,123 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:09:19,123 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:09:19,123 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:09:19,123 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:09:19,123 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:09:19,123 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:09:19,124 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:09:19,124 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:09:19,124 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:09:19,124 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:09:19,124 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:09:19,124 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:09:19,124 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:09:19,124 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:09:19,124 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:09:19,124 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:09:19,124 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:09:19,124 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:09:19,124 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:09:19,124 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:09:19,124 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:09:19,124 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:09:19,125 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:09:19,125 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:09:19,125 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:09:19,125 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:09:19,127 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:09:19,130 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:09:19,133 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:09:19,136 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:09:19,136 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:09:19,139 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:09:19,139 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 0x7f1a41969db0> 2024-03-01 21:09:19,139 INFO blivet/MainThread: sorting actions... 2024-03-01 21:09:19,178 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:09:19,178 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:09:19,179 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:09:19,179 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:09:19,179 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:09:19,180 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:09:19,180 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:09:19,181 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:09:19,181 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:09:19,181 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:09:19,182 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:09:19,182 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:09:19,182 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:09:19,183 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:09:19,183 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:09:19,184 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:09:19,184 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:09:19,185 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:09:19,185 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:09:19,186 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:09:19,186 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:09:19,187 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:09:19,187 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:09:19,188 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:09:19,188 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:09:19,188 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:09:19,189 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:09:19,189 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:09:19,190 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:09:19,190 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:09:19,190 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:09:19,191 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:09:19,191 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:09:19,192 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:09:19,192 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:09:19,193 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:09:19,193 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:09:19,193 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:09:19,194 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:09:19,194 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:09:19,197 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:09:19,200 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 21:09:19,200 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 21:09:19,209 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,209 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:19,240 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,240 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:19,252 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,252 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:09:19,256 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:09:19,259 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 21:09:19,260 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 21:09:19,265 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,266 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:19,293 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,293 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:19,308 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,308 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:09:19,313 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:09:19,315 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 21:09:19,316 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 21:09:19,322 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,322 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:19,351 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,351 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:19,365 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,365 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:09:19,369 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:09:19,372 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 21:09:19,372 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 21:09:19,378 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,379 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:19,408 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,408 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:19,422 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,422 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:09:19,427 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:09:19,429 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 21:09:19,430 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 21:09:19,436 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,436 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:19,465 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,465 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:19,477 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,477 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:09:19,482 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:09:19,484 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 21:09:19,485 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 21:09:19,491 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,491 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:19,520 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,520 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:19,534 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,534 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:09:19,538 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:09:19,541 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 21:09:19,541 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 21:09:19,547 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,548 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:19,575 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,575 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:19,589 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,589 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:09:19,593 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:09:19,596 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 21:09:19,596 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 21:09:19,602 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,603 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:19,631 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,631 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:19,646 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,646 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:09:19,650 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:09:19,653 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 21:09:19,654 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 21:09:19,659 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,660 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:19,690 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,690 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:19,704 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,704 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:09:19,709 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:09:19,711 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 21:09:19,712 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 21:09:19,718 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,718 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:19,746 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,746 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:19,758 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,758 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:09:19,763 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:19,766 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:09:19,769 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:09:19,769 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:09:19,769 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 21:09:19,801 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 21:09:19,802 INFO program/MainThread: stderr[5]: 2024-03-01 21:09:19,802 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:09:19,802 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:19,847 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,854 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:09:19,854 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:09:19,857 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 21:09:19,872 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,873 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:19,907 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,907 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:09:19,912 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:19,915 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:09:19,917 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:09:19,918 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:09:19,918 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 21:09:19,952 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdi" successfully created. 2024-03-01 21:09:19,952 INFO program/MainThread: stderr[6]: 2024-03-01 21:09:19,952 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:09:19,953 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:19,985 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:19,991 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:09:19,991 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:09:19,992 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 21:09:20,006 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:20,006 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:20,036 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:20,036 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:09:20,040 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:20,043 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:09:20,046 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:09:20,046 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:09:20,046 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 21:09:20,080 INFO program/MainThread: stdout[7]: Physical volume "/dev/sdh" successfully created. 2024-03-01 21:09:20,080 INFO program/MainThread: stderr[7]: 2024-03-01 21:09:20,080 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:09:20,081 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:20,105 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:20,112 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:09:20,112 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:09:20,114 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 21:09:20,127 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:20,127 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:20,155 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:20,155 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:09:20,159 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:20,162 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:09:20,165 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:09:20,165 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:09:20,165 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdg --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:09:20,200 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdg" successfully created. 2024-03-01 21:09:20,200 INFO program/MainThread: stderr[8]: 2024-03-01 21:09:20,200 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:09:20,200 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:20,231 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:20,237 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:09:20,237 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:09:20,239 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 21:09:20,252 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:20,252 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:20,275 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:20,275 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:09:20,279 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 21:09:20,282 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:09:20,285 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:20,289 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:09:20,292 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:20,295 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:09:20,298 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:20,301 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:09:20,304 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:20,307 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:09:20,310 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 21:09:20,310 INFO program/MainThread: Running [9] lvm vgcreate -s 4096K test_vg3 /dev/sdg /dev/sdh /dev/sdi /dev/sdj --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:20,384 INFO program/MainThread: stdout[9]: Volume group "test_vg3" successfully created 2024-03-01 21:09:20,385 INFO program/MainThread: stderr[9]: 2024-03-01 21:09:20,385 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:09:20,393 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:09:20,400 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:09:20,406 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:20,418 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:09:20,428 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:20,434 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:09:20,441 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:20,447 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:09:20,455 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:20,460 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:09:20,460 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:20,474 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:20,478 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:09:20,482 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:09:20,482 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:20,493 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:20,493 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 21:09:20,503 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:20,503 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:20,515 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:20,515 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:09:20,519 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 21:09:20,523 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 21:09:20,526 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:09:20,530 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:09:20,533 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:20,536 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:09:20,540 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:20,543 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:09:20,546 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:20,550 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:09:20,553 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:20,557 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:09:20,557 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:20,571 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:20,576 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:09:20,576 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/sdi$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:20,607 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=4261412864 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=1016 LVM2_PV_COUNT=4 2024-03-01 21:09:20,607 INFO program/MainThread: stderr[10]: 2024-03-01 21:09:20,607 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:09:20,612 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 21:09:20,613 INFO program/MainThread: Running [11] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:20,711 INFO program/MainThread: stdout[11]: Logical volume "lv8" created. 2024-03-01 21:09:20,711 INFO program/MainThread: stderr[11]: 2024-03-01 21:09:20,711 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:09:20,719 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:20,725 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:09:20,726 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:09:20,726 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:20,766 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:20,771 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:09:20,772 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:09:20,773 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:09:20,783 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:20,784 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:20,799 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:20,799 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:09:20,803 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:20,806 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:09:20,809 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 21:09:20,810 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 21:09:20,907 INFO program/MainThread: stdout: 2024-03-01 21:09:20,908 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 21:09:20,908 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:09:20,908 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:09:20,908 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:09:20,908 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 21:09:20,908 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:09:20,908 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:09:20,908 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:09:20,908 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:09:20,908 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:09:20,908 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:20,909 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 21:09:20,924 INFO program/MainThread: stdout: 2024-03-01 21:09:20,925 INFO program/MainThread: writing all SBs 2024-03-01 21:09:20,925 INFO program/MainThread: new label = "" 2024-03-01 21:09:20,925 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:20,925 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:20,941 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:20,945 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:09:20,946 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:09:20,947 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:09:20,957 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:20,957 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:20,972 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:20,972 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:09:20,977 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 21:09:20,981 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 21:09:20,984 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:20,984 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/sdi$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:21,012 INFO program/MainThread: stdout[12]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3833593856 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=914 LVM2_PV_COUNT=4 2024-03-01 21:09:21,012 INFO program/MainThread: stderr[12]: 2024-03-01 21:09:21,012 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:09:21,017 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 21:09:21,018 INFO program/MainThread: Running [13] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:21,106 INFO program/MainThread: stdout[13]: Logical volume "lv7" created. 2024-03-01 21:09:21,106 INFO program/MainThread: stderr[13]: 2024-03-01 21:09:21,106 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:09:21,114 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:21,120 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:09:21,121 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:09:21,121 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:21,170 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,175 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:09:21,175 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:09:21,176 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 21:09:21,187 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,187 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:21,203 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,203 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:09:21,207 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:21,210 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:09:21,213 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 21:09:21,213 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 21:09:21,237 INFO program/MainThread: stdout: 2024-03-01 21:09:21,238 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 21:09:21,238 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:09:21,238 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:09:21,238 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:09:21,238 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 21:09:21,238 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:09:21,238 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:09:21,238 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:09:21,238 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:09:21,238 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:09:21,238 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,239 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 21:09:21,254 INFO program/MainThread: stdout: 2024-03-01 21:09:21,254 INFO program/MainThread: writing all SBs 2024-03-01 21:09:21,254 INFO program/MainThread: new label = "" 2024-03-01 21:09:21,254 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,255 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:21,274 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,278 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:09:21,278 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:09:21,279 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 21:09:21,289 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,289 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:21,305 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,305 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:09:21,309 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 21:09:21,312 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 21:09:21,316 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:21,316 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/sdi$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:21,346 INFO program/MainThread: stdout[14]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3405774848 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=812 LVM2_PV_COUNT=4 2024-03-01 21:09:21,346 INFO program/MainThread: stderr[14]: 2024-03-01 21:09:21,346 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:09:21,351 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 21:09:21,351 INFO program/MainThread: Running [15] lvm lvcreate -n lv6 -L 1044480K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:21,447 INFO program/MainThread: stdout[15]: Logical volume "lv6" created. 2024-03-01 21:09:21,447 INFO program/MainThread: stderr[15]: 2024-03-01 21:09:21,447 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:09:21,455 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:21,462 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:09:21,463 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:09:21,463 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:21,498 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,503 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:09:21,504 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:09:21,505 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 21:09:21,515 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,515 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:21,530 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,530 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:09:21,534 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:21,537 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:09:21,540 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 21:09:21,541 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 21:09:21,569 INFO program/MainThread: stdout: 2024-03-01 21:09:21,569 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 21:09:21,569 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:09:21,569 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:09:21,569 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:09:21,569 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 21:09:21,569 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:09:21,569 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:09:21,569 INFO program/MainThread: log =internal log bsize=4096 blocks=1566, version=2 2024-03-01 21:09:21,569 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:09:21,569 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:09:21,569 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,570 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 21:09:21,582 INFO program/MainThread: stdout: 2024-03-01 21:09:21,583 INFO program/MainThread: writing all SBs 2024-03-01 21:09:21,583 INFO program/MainThread: new label = "" 2024-03-01 21:09:21,583 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,583 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:21,600 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,604 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:09:21,604 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:09:21,606 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 21:09:21,615 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,616 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:21,630 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,630 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:09:21,634 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 21:09:21,637 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 21:09:21,641 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:21,641 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/sdi$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:21,669 INFO program/MainThread: stdout[16]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=2336227328 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=557 LVM2_PV_COUNT=4 2024-03-01 21:09:21,669 INFO program/MainThread: stderr[16]: 2024-03-01 21:09:21,669 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:09:21,673 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 21:09:21,673 INFO program/MainThread: Running [17] lvm lvcreate -n lv5 -L 1253376K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:21,775 INFO program/MainThread: stdout[17]: Logical volume "lv5" created. 2024-03-01 21:09:21,775 INFO program/MainThread: stderr[17]: 2024-03-01 21:09:21,775 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:09:21,784 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:21,791 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:09:21,791 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:09:21,791 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:21,825 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,830 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:09:21,830 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:09:21,831 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 21:09:21,842 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,842 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:21,860 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,860 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:09:21,864 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:21,867 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:09:21,870 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 21:09:21,871 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 21:09:21,910 INFO program/MainThread: stdout: 2024-03-01 21:09:21,910 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 21:09:21,910 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:09:21,910 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:09:21,911 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:09:21,911 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 21:09:21,911 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:09:21,911 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:09:21,911 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 21:09:21,911 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:09:21,911 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:09:21,911 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,911 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 21:09:21,926 INFO program/MainThread: stdout: 2024-03-01 21:09:21,926 INFO program/MainThread: writing all SBs 2024-03-01 21:09:21,926 INFO program/MainThread: new label = "" 2024-03-01 21:09:21,926 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,927 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:21,942 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,946 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:09:21,946 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:09:21,948 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 21:09:21,958 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,958 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:21,973 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:21,973 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:09:21,977 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:21,980 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:09:21,983 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:09:21,983 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:09:21,983 INFO program/MainThread: Running [18] lvm pvcreate /dev/sdf --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:09:22,019 INFO program/MainThread: stdout[18]: Physical volume "/dev/sdf" successfully created. 2024-03-01 21:09:22,019 INFO program/MainThread: stderr[18]: 2024-03-01 21:09:22,020 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:09:22,020 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:22,046 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:22,054 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:09:22,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 21:09:22,056 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 21:09:22,068 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:22,068 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:22,100 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:22,100 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:09:22,104 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:22,107 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:09:22,110 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:09:22,110 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:09:22,111 INFO program/MainThread: Running [19] lvm pvcreate /dev/sde --config= devices { filter=["a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:09:22,144 INFO program/MainThread: stdout[19]: Physical volume "/dev/sde" successfully created. 2024-03-01 21:09:22,145 INFO program/MainThread: stderr[19]: 2024-03-01 21:09:22,145 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:09:22,145 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:22,165 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:22,172 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:09:22,173 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:09:22,175 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 21:09:22,190 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:22,191 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:22,216 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:22,216 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:09:22,221 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:22,224 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:09:22,226 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:09:22,227 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:09:22,227 INFO program/MainThread: Running [20] lvm pvcreate /dev/sdd --config= devices { filter=["a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:09:22,264 INFO program/MainThread: stdout[20]: Physical volume "/dev/sdd" successfully created. 2024-03-01 21:09:22,265 INFO program/MainThread: stderr[20]: 2024-03-01 21:09:22,265 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:09:22,265 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:22,293 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:22,300 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:09:22,300 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:09:22,302 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 21:09:22,313 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:22,313 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:22,345 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:22,345 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:09:22,349 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 21:09:22,352 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:09:22,355 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:22,358 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:09:22,361 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:22,364 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:09:22,368 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:22,370 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:09:22,373 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 21:09:22,373 INFO program/MainThread: Running [21] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= devices { filter=["a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:22,439 INFO program/MainThread: stdout[21]: Volume group "test_vg2" successfully created 2024-03-01 21:09:22,439 INFO program/MainThread: stderr[21]: 2024-03-01 21:09:22,439 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:09:22,446 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:09:22,454 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:09:22,460 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:22,468 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:09:22,473 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:22,479 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:09:22,486 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:22,489 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:09:22,489 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:22,501 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:22,505 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:09:22,508 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:09:22,509 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:22,520 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:22,520 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 21:09:22,529 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:22,530 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:22,541 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:22,541 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:09:22,545 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 21:09:22,548 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 21:09:22,552 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:09:22,555 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:09:22,559 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:22,562 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:09:22,565 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:22,568 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:09:22,572 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:22,575 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:09:22,575 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:22,587 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:22,591 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:09:22,592 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/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:22,619 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:09:22,619 INFO program/MainThread: stderr[22]: 2024-03-01 21:09:22,619 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:09:22,624 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 21:09:22,624 INFO program/MainThread: Running [23] lvm lvcreate -n lv4 -L 626688K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:22,718 INFO program/MainThread: stdout[23]: Logical volume "lv4" created. 2024-03-01 21:09:22,718 INFO program/MainThread: stderr[23]: 2024-03-01 21:09:22,718 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:09:22,726 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:22,735 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:09:22,735 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:09:22,735 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:22,756 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:22,760 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:09:22,761 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:09:22,762 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 21:09:22,772 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:22,772 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:22,787 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:22,787 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:09:22,792 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:22,795 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:09:22,797 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 21:09:22,798 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 21:09:22,823 INFO program/MainThread: stdout: 2024-03-01 21:09:22,823 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 21:09:22,823 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:09:22,823 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:09:22,824 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:09:22,824 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 21:09:22,824 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:09:22,824 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:09:22,824 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:09:22,824 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:09:22,824 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:09:22,824 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:22,824 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 21:09:22,836 INFO program/MainThread: stdout: 2024-03-01 21:09:22,837 INFO program/MainThread: writing all SBs 2024-03-01 21:09:22,837 INFO program/MainThread: new label = "" 2024-03-01 21:09:22,837 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:22,837 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:22,855 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:22,859 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:09:22,859 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:09:22,861 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 21:09:22,870 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:22,870 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:22,886 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:22,886 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:09:22,890 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 21:09:22,893 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 21:09:22,897 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:22,897 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/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:22,926 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2554331136 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=609 LVM2_PV_COUNT=3 2024-03-01 21:09:22,926 INFO program/MainThread: stderr[24]: 2024-03-01 21:09:22,926 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:09:22,930 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 21:09:22,931 INFO program/MainThread: Running [25] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:23,026 INFO program/MainThread: stdout[25]: Logical volume "lv3" created. 2024-03-01 21:09:23,027 INFO program/MainThread: stderr[25]: 2024-03-01 21:09:23,027 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:09:23,035 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:23,042 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:09:23,043 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:09:23,043 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:23,067 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,071 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:09:23,072 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:09:23,073 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 21:09:23,083 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,084 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:23,099 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,099 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:09:23,103 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:23,106 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:09:23,109 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 21:09:23,110 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 21:09:23,133 INFO program/MainThread: stdout: 2024-03-01 21:09:23,133 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 21:09:23,133 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:09:23,133 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:09:23,133 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:09:23,133 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 21:09:23,133 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:09:23,133 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:09:23,133 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:09:23,134 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:09:23,134 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:09:23,134 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,134 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 21:09:23,146 INFO program/MainThread: stdout: 2024-03-01 21:09:23,146 INFO program/MainThread: writing all SBs 2024-03-01 21:09:23,146 INFO program/MainThread: new label = "" 2024-03-01 21:09:23,147 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,147 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:23,165 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,169 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:09:23,169 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:09:23,171 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 21:09:23,181 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,181 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:23,199 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,199 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:09:23,204 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:23,207 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:09:23,210 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:09:23,210 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:09:23,210 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:09:23,244 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdc" successfully created. 2024-03-01 21:09:23,245 INFO program/MainThread: stderr[26]: 2024-03-01 21:09:23,245 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:09:23,245 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:23,267 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,275 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:09:23,275 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:09:23,278 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 21:09:23,293 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,294 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:23,323 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,323 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:09:23,327 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:23,330 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:09:23,333 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:09:23,333 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:09:23,334 INFO program/MainThread: Running [27] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:09:23,375 INFO program/MainThread: stdout[27]: Physical volume "/dev/sdb" successfully created. 2024-03-01 21:09:23,375 INFO program/MainThread: stderr[27]: 2024-03-01 21:09:23,375 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:09:23,375 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:23,405 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,409 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:09:23,409 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:09:23,411 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 21:09:23,424 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,424 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:23,448 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,448 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:09:23,452 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:23,455 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:09:23,458 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:09:23,458 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:09:23,458 INFO program/MainThread: Running [28] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:09:23,495 INFO program/MainThread: stdout[28]: Physical volume "/dev/sda" successfully created. 2024-03-01 21:09:23,495 INFO program/MainThread: stderr[28]: 2024-03-01 21:09:23,496 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:09:23,496 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:23,512 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,520 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:09:23,520 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:09:23,522 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 21:09:23,538 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,539 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:23,568 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,568 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:09:23,572 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 21:09:23,575 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:09:23,579 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:23,582 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:09:23,585 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:23,588 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:09:23,591 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:23,594 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:09:23,597 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 21:09:23,597 INFO program/MainThread: Running [29] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:23,655 INFO program/MainThread: stdout[29]: Volume group "test_vg1" successfully created 2024-03-01 21:09:23,655 INFO program/MainThread: stderr[29]: 2024-03-01 21:09:23,655 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:09:23,663 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:09:23,670 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:09:23,675 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:23,679 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:09:23,683 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:23,689 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:09:23,695 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:23,701 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:09:23,701 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:23,713 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,717 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:09:23,720 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:09:23,720 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:23,732 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,732 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 21:09:23,742 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,742 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:23,753 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,753 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:09:23,757 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 21:09:23,760 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 21:09:23,764 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:09:23,767 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:09:23,771 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:23,774 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:09:23,777 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:23,781 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:09:23,784 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:23,787 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:09:23,787 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:23,801 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,805 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:09:23,805 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/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:23,837 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:09:23,837 INFO program/MainThread: stderr[30]: 2024-03-01 21:09:23,837 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:09:23,842 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 21:09:23,842 INFO program/MainThread: Running [31] lvm lvcreate -n lv2 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:23,929 INFO program/MainThread: stdout[31]: Logical volume "lv2" created. 2024-03-01 21:09:23,930 INFO program/MainThread: stderr[31]: 2024-03-01 21:09:23,930 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:09:23,938 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:23,945 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:09:23,945 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:09:23,946 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:23,977 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,981 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:09:23,982 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:09:23,983 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 21:09:23,993 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:23,993 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:24,007 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:24,007 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:09:24,011 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:24,015 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:09:24,018 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 21:09:24,018 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 21:09:24,053 INFO program/MainThread: stdout: 2024-03-01 21:09:24,053 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 21:09:24,053 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:09:24,053 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:09:24,053 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:09:24,053 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 21:09:24,054 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:09:24,054 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:09:24,054 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 21:09:24,054 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:09:24,054 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:09:24,054 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:24,054 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 21:09:24,070 INFO program/MainThread: stdout: 2024-03-01 21:09:24,070 INFO program/MainThread: writing all SBs 2024-03-01 21:09:24,070 INFO program/MainThread: new label = "" 2024-03-01 21:09:24,070 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:24,070 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:24,088 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:24,092 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:09:24,092 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:09:24,093 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 21:09:24,103 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:24,104 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:24,119 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:24,119 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:09:24,123 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 21:09:24,126 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 21:09:24,130 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:24,130 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/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:24,158 INFO program/MainThread: stdout[32]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 21:09:24,158 INFO program/MainThread: stderr[32]: 2024-03-01 21:09:24,158 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:09:24,162 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 21:09:24,163 INFO program/MainThread: Running [33] lvm lvcreate -n lv1 -L 471040K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:24,247 INFO program/MainThread: stdout[33]: Logical volume "lv1" created. 2024-03-01 21:09:24,248 INFO program/MainThread: stderr[33]: 2024-03-01 21:09:24,248 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:09:24,256 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:24,265 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:09:24,266 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:09:24,266 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:24,290 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:24,294 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:09:24,295 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:09:24,296 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 21:09:24,305 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:24,306 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:24,322 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:24,322 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:09:24,326 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:24,329 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:09:24,332 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 21:09:24,332 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 21:09:24,356 INFO program/MainThread: stdout: 2024-03-01 21:09:24,356 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 21:09:24,356 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:09:24,356 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:09:24,356 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:09:24,356 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 21:09:24,356 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:09:24,356 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:09:24,356 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:09:24,356 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:09:24,356 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:09:24,357 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:24,357 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 21:09:24,370 INFO program/MainThread: stdout: 2024-03-01 21:09:24,370 INFO program/MainThread: writing all SBs 2024-03-01 21:09:24,370 INFO program/MainThread: new label = "" 2024-03-01 21:09:24,370 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:24,371 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:24,389 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:24,393 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:09:24,393 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:09:24,395 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 21:09:24,405 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:24,405 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:24,421 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:24,426 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:09:24,426 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 0x7f1a4197d0f8> 2024-03-01 21:09:24,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:24,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:09:24,434 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:09:24,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:24,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 21:09:24,440 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:09:24,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:24,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 21:09:24,446 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:09:24,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:24,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 21:09:24,452 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:09:24,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:24,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 21:09:24,458 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:09:24,461 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:24,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 21:09:24,464 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:09:24,467 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:24,470 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 21:09:24,470 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:09:24,473 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:24,476 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 21:09:24,476 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:09:24,479 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:24,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:09:24,483 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:09:24,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:24,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 21:09:24,489 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:09:24,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:24,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 21:09:24,495 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:09:24,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:24,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 21:09:24,501 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:09:24,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:24,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 21:09:24,507 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:09:24,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:24,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 21:09:24,512 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:09:24,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:24,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 21:09:24,518 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:09:24,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:24,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 21:09:24,524 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:10:48,748 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_fhnu3dv1/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:10:48,785 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:48,786 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:10:48,790 INFO program/MainThread: stdout[2]: 2024-03-01 21:10:48,790 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 21:10:48,790 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:10:48,790 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:10:48,795 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:48,796 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:10:48,799 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:48,799 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:10:48,802 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:48,802 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:10:48,805 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:48,805 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:10:48,817 INFO program/MainThread: stdout: 2024-03-01 21:10:48,817 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:10:48,817 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c 2024-03-01 21:10:48,817 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 02bc5fda-5852-4ef4-a60d-cb88ca1dd306 2024-03-01 21:10:48,817 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d 2024-03-01 21:10:48,817 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 02bc5fda-5852-4ef4-a60d-cb88ca1dd306 2024-03-01 21:10:48,817 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 634aad21-e661-48d4-b20e-a2b6ef9a7314 2024-03-01 21:10:48,817 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf 2024-03-01 21:10:48,817 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member 3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA 2024-03-01 21:10:48,817 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 8fa54e60-f3de-44ce-9660-d98772f3abbe 2024-03-01 21:10:48,817 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 5646c381-8e93-4fc4-8f74-7a77e982bab1 2024-03-01 21:10:48,817 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe 2024-03-01 21:10:48,817 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz 2024-03-01 21:10:48,817 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member 5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi 2024-03-01 21:10:48,817 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs ec5048e6-293b-40d7-94ea-1669d5c9e53c 2024-03-01 21:10:48,817 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs fe6d6369-3364-4005-afc7-c14399a8a4ca 2024-03-01 21:10:48,817 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 1a92f6d7-946f-4a3e-a9b1-e99899b85923 2024-03-01 21:10:48,817 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0 2024-03-01 21:10:48,817 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 1a92f6d7-946f-4a3e-a9b1-e99899b85923 2024-03-01 21:10:48,817 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB 2024-03-01 21:10:48,817 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 43e5fb16-bba6-4bc0-aa9d-507587a44dd6 2024-03-01 21:10:48,817 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy 2024-03-01 21:10:48,817 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 43e5fb16-bba6-4bc0-aa9d-507587a44dd6 2024-03-01 21:10:48,818 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:10:48,818 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:10:48,818 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:10:48,818 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:10:48,818 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:48,818 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 02bc5fda-5852-4ef4-a60d-cb88ca1dd306 sdb 1073741824 root disk brw-rw---- LVM2_member Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 02bc5fda-5852-4ef4-a60d-cb88ca1dd306 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 634aad21-e661-48d4-b20e-a2b6ef9a7314 sdc 1073741824 root disk brw-rw---- LVM2_member izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf sdd 1073741824 root disk brw-rw---- LVM2_member 3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 8fa54e60-f3de-44ce-9660-d98772f3abbe `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 5646c381-8e93-4fc4-8f74-7a77e982bab1 sde 1073741824 root disk brw-rw---- LVM2_member A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe sdf 1073741824 root disk brw-rw---- LVM2_member L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz sdg 1073741824 root disk brw-rw---- LVM2_member 5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi |-test_vg3-lv8 427819008 root disk brw-rw---- xfs ec5048e6-293b-40d7-94ea-1669d5c9e53c |-test_vg3-lv7 427819008 root disk brw-rw---- xfs fe6d6369-3364-4005-afc7-c14399a8a4ca `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 1a92f6d7-946f-4a3e-a9b1-e99899b85923 sdh 1073741824 root disk brw-rw---- LVM2_member LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 1a92f6d7-946f-4a3e-a9b1-e99899b85923 sdi 1073741824 root disk brw-rw---- LVM2_member g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 43e5fb16-bba6-4bc0-aa9d-507587a44dd6 sdj 1073741824 root disk brw-rw---- LVM2_member V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 43e5fb16-bba6-4bc0-aa9d-507587a44dd6 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 21:10:48,818 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:10:48,818 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:10:48,818 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:10:48,818 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:10:48,819 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:10:48,819 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:10:48,819 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:48,833 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:48,848 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 21:10:48,852 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/lvm-pv-uuid-iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', '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': 'iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c', 'ID_FS_UUID_ENC': 'iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:10:48,852 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:10:48,853 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 21:10:48,888 INFO program/MainThread: stdout[3]: 2024-03-01 21:10:48,888 INFO program/MainThread: stderr[3]: 2024-03-01 21:10:48,888 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:10:48,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:10:48,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:48,902 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:10:48,906 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:10:48,907 INFO blivet/MainThread: sda is a disk 2024-03-01 21:10:48,907 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:10:48,908 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:10:48,911 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:10:48,915 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:10:48,915 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:10:48,918 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:10:48,918 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:10:48,919 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:10:48,919 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2a29f4c88) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:10:48,922 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:10:48,926 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:48,926 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:10:48,929 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:48,930 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:10:48,933 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:48,933 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:10:48,936 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:48,936 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:10:48,940 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:10:48,940 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:10:48,940 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 21:10:48,973 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_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=Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_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=izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:10:48,973 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d. WARNING: Couldn't find device with uuid izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf. WARNING: VG test_vg1 is missing PV Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:10:48,973 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:10:48,973 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:10:48,977 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c ; label: None ; device: /dev/sda ; serial: 36001405f47a7bfa33fe400b9c731d3ba ; exists: True ; vg_name: test_vg1 ; vg_uuid: eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO ; pe_start: 8 MiB ; 2024-03-01 21:10:48,978 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:10:48,981 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:10:48,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO ; incomplete: True ; hidden: False ; 2024-03-01 21:10:48,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:48,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:48,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:48,993 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 21:10:49,019 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:10:49,020 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d. WARNING: Couldn't find device with uuid izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf. WARNING: VG test_vg1 is missing PV Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:10:49,020 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:10:49,020 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:10:49,020 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:10:49,027 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:10:49,030 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:10:49,030 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:10:49,033 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:10:49,034 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 21:10:49,061 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:10:49,061 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d. WARNING: Couldn't find device with uuid izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf. WARNING: VG test_vg1 is missing PV Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:10:49,061 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:10:49,066 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:10:49,066 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:10:49,069 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:10:49,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO ; incomplete: True ; hidden: False ; 2024-03-01 21:10:49,076 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:10:49,076 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:10:49,076 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:49,080 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1', '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': 'Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d', 'ID_FS_UUID_ENC': 'Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:10:49,080 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:10:49,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:10:49,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:49,090 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:10:49,090 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:10:49,090 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:10:49,090 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:10:49,093 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:10:49,096 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:10:49,096 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:10:49,099 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:10:49,100 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:10:49,100 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:10:49,100 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2a1863320) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:10:49,103 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:10:49,107 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:49,107 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:10:49,110 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:49,110 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:10:49,113 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:49,113 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:10:49,116 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:49,117 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:10:49,119 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:10:49,119 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:10:49,120 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 21:10:49,149 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_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=izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:10:49,149 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf. WARNING: VG test_vg1 is missing PV izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf (last written to /dev/sdc). 2024-03-01 21:10:49,149 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:10:49,149 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:10:49,153 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d ; label: None ; device: /dev/sdb ; serial: 36001405b7caaf3a7f7140988224d62c1 ; exists: True ; vg_name: test_vg1 ; vg_uuid: eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 21:10:49,153 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:10:49,156 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:10:49,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO ; incomplete: True ; hidden: False ; 2024-03-01 21:10:49,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:10:49,166 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:10:49,169 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:10:49,172 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:10:49,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO ; incomplete: True ; hidden: False ; 2024-03-01 21:10:49,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:49,178 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 21:10:49,208 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:10:49,208 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf. WARNING: VG test_vg1 is missing PV izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf (last written to /dev/sdc). 2024-03-01 21:10:49,208 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:10:49,208 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:10:49,208 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:49,213 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:10:49,213 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:10:49,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:10:49,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:49,223 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:10:49,223 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:10:49,223 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:10:49,223 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:10:49,226 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:10:49,229 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:10:49,230 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:10:49,233 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:10:49,233 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:10:49,233 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:10:49,233 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2a1863c88) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:10:49,237 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:10:49,237 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:10:49,240 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:10:49,240 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:10:49,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:10:49,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:49,249 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:10:49,250 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:10:49,250 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:10:49,250 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:10:49,253 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:10:49,256 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:10:49,256 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:10:49,259 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:10:49,260 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:10:49,260 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:10:49,260 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2a1870cf8) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:10:49,263 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:10:49,263 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:10:49,266 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/lvm-pv-uuid-izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3', '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': 'izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf', 'ID_FS_UUID_ENC': 'izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:10:49,267 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:10:49,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:10:49,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:49,276 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:10:49,276 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:10:49,276 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:10:49,277 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:10:49,279 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:10:49,282 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:10:49,283 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:10:49,286 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:10:49,286 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:10:49,286 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:10:49,286 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2a18782e8) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:10:49,289 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:10:49,293 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:49,293 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:10:49,296 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:49,296 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:10:49,299 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:49,299 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:10:49,303 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:49,303 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:10:49,305 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:10:49,306 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:10:49,306 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/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:49,335 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:10:49,335 INFO program/MainThread: stderr[9]: 2024-03-01 21:10:49,335 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:10:49,335 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:10:49,339 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf ; label: None ; device: /dev/sdc ; serial: 3600140507600ad0486d49968c7af7867 ; exists: True ; vg_name: test_vg1 ; vg_uuid: eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:10:49,339 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:10:49,342 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:10:49,345 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO ; incomplete: True ; hidden: False ; 2024-03-01 21:10:49,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:49,352 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:10:49,355 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:10:49,358 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:10:49,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO ; incomplete: True ; hidden: False ; 2024-03-01 21:10:49,364 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:49,364 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/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:49,393 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:10:49,393 INFO program/MainThread: stderr[10]: 2024-03-01 21:10:49,393 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:10:49,397 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:49,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:49,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N ; incomplete: False ; hidden: False ; 2024-03-01 21:10:49,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:49,406 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:10:49,410 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:10:49,410 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:10:49,413 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:10:49,417 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:10:49,417 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:10:49,421 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:10:49,421 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:10:49,421 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:10:49,426 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:10:49,429 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:10:49,429 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:10:49,433 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:10:49,436 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:10:49,436 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:10:49,439 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:10:49,440 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:10:49,440 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:10:49,440 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:10:49,443 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:10:49,443 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:10:49,447 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:10:49,447 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:10:49,451 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/634aad21-e661-48d4-b20e-a2b6ef9a7314 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-eyWctUQF8RIvTNJ1m0u7QReImSpTsKSOgMTZaFPooMvHDEPeXCls9jG82H2hHG2N ' '/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-eyWctUQF8RIvTNJ1m0u7QReImSpTsKSOgMTZaFPooMvHDEPeXCls9jG82H2hHG2N', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '634aad21-e661-48d4-b20e-a2b6ef9a7314', 'ID_FS_UUID_ENC': '634aad21-e661-48d4-b20e-a2b6ef9a7314', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '884304264'} ; 2024-03-01 21:10:49,451 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:10:49,451 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:49,455 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:10:49,455 INFO program/MainThread: stderr[11]: 2024-03-01 21:10:49,455 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:10:49,456 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:49,459 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:10:49,459 INFO program/MainThread: stderr[12]: 2024-03-01 21:10:49,459 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:10:49,459 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:49,463 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:10:49,463 INFO program/MainThread: stderr[13]: 2024-03-01 21:10:49,463 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:10:49,467 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:49,470 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:10:49,473 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:49,474 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:10:49,474 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:49,475 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:10:49,470 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb2a1878f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7fb2a18f1a90) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:49,475 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:49,478 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:10:49,478 INFO program/MainThread: stderr[14]: 2024-03-01 21:10:49,478 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:10:49,482 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:10:49,486 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:49,486 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:10:49,490 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:49,490 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:10:49,493 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:49,493 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:10:49,497 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:49,497 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:10:49,498 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:10:49,499 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:10:49,502 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:49,502 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:10:49,506 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:10:49,506 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:49,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:49,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:49,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg ; incomplete: False ; hidden: False ; 2024-03-01 21:10:49,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:49,519 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:10:49,522 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:10:49,522 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:10:49,525 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:10:49,529 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:10:49,529 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:10:49,532 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:10:49,533 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:10:49,533 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:10:49,536 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:10:49,540 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:10:49,540 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:10:49,543 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:10:49,546 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:10:49,547 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:10:49,550 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:10:49,550 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:10:49,551 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:10:49,551 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 21:10:49,554 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:10:49,554 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:10:49,557 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:10:49,558 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:10:49,561 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-uuid/02bc5fda-5852-4ef4-a60d-cb88ca1dd306 ' '/dev/disk/by-id/dm-uuid-LVM-eyWctUQF8RIvTNJ1m0u7QReImSpTsKSOPwvpO79Ik1M77K4PITI16lQ0Lx6qWbYg ' '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/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-eyWctUQF8RIvTNJ1m0u7QReImSpTsKSOPwvpO79Ik1M77K4PITI16lQ0Lx6qWbYg', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '02bc5fda-5852-4ef4-a60d-cb88ca1dd306', 'ID_FS_UUID_ENC': '02bc5fda-5852-4ef4-a60d-cb88ca1dd306', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '883984477'} ; 2024-03-01 21:10:49,561 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:10:49,562 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:49,566 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:10:49,566 INFO program/MainThread: stderr[15]: 2024-03-01 21:10:49,566 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:10:49,566 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:49,570 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:10:49,570 INFO program/MainThread: stderr[16]: 2024-03-01 21:10:49,570 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:10:49,570 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:49,574 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:10:49,574 INFO program/MainThread: stderr[17]: 2024-03-01 21:10:49,574 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:10:49,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:49,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 21:10:49,584 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:49,585 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:49,585 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:49,586 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:49,582 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb2a1878dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7fb2a18f1a90) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:10:49,586 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:49,590 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:10:49,590 INFO program/MainThread: stderr[18]: 2024-03-01 21:10:49,590 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:10:49,594 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:10:49,598 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:49,598 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:10:49,601 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:49,601 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:10:49,605 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:49,605 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:10:49,609 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:49,609 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:10:49,609 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 21:10:49,612 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:49,612 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:10:49,615 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:10:49,616 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:49,616 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:49,619 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/lvm-pv-uuid-3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', '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': '3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA', 'ID_FS_UUID_ENC': '3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:10:49,619 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:10:49,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:10:49,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:49,629 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:10:49,630 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:10:49,630 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:10:49,630 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:10:49,633 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:10:49,636 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:10:49,636 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:10:49,639 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:10:49,640 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:10:49,640 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:10:49,640 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2a18920b8) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:10:49,644 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:10:49,647 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:49,647 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:10:49,650 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:49,650 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:10:49,653 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:49,653 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:10:49,657 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:49,657 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:10:49,659 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 21:10:49,660 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:10:49,660 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/sda$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:49,689 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:10:49,689 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe. WARNING: Couldn't find device with uuid L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz. WARNING: VG test_vg2 is missing PV A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe (last written to /dev/sde). WARNING: VG test_vg2 is missing PV L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz (last written to /dev/sdf). 2024-03-01 21:10:49,689 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:10:49,690 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 21:10:49,694 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA ; label: None ; device: /dev/sdd ; serial: 3600140573796fb33c884eb996b5a88ca ; exists: True ; vg_name: test_vg2 ; vg_uuid: qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 21:10:49,694 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 21:10:49,697 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:10:49,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc ; incomplete: True ; hidden: False ; 2024-03-01 21:10:49,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:49,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:49,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:49,709 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/sda$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:49,742 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 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=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:10:49,742 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe. WARNING: Couldn't find device with uuid L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz. WARNING: VG test_vg2 is missing PV A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe (last written to /dev/sde). WARNING: VG test_vg2 is missing PV L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz (last written to /dev/sdf). 2024-03-01 21:10:49,742 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:10:49,742 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:10:49,743 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:10:49,748 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:10:49,751 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:10:49,751 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:10:49,754 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:10:49,755 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/sda$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:49,787 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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=TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:10:49,787 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe. WARNING: Couldn't find device with uuid L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz. WARNING: VG test_vg2 is missing PV A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe (last written to /dev/sde). WARNING: VG test_vg2 is missing PV L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz (last written to /dev/sdf). 2024-03-01 21:10:49,787 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:10:49,792 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 21:10:49,792 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 21:10:49,795 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 21:10:49,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc ; incomplete: True ; hidden: False ; 2024-03-01 21:10:49,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:10:49,801 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:10:49,801 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:49,805 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/lvm-pv-uuid-A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe', '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': 'A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe', 'ID_FS_UUID_ENC': 'A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:10:49,805 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:10:49,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:10:49,811 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:49,815 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:10:49,816 INFO blivet/MainThread: sde is a disk 2024-03-01 21:10:49,816 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:10:49,816 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:10:49,819 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:10:49,822 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:10:49,823 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:10:49,826 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:10:49,826 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:10:49,826 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 21:10:49,827 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2a188f7b8) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:10:49,830 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:10:49,833 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:49,833 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 21:10:49,836 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:49,836 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 21:10:49,840 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:49,840 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 21:10:49,843 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:49,843 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 21:10:49,846 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 21:10:49,846 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:10:49,846 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/sde$|","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 21:10:49,877 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:10:49,877 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz. WARNING: VG test_vg2 is missing PV L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz (last written to /dev/sdf). 2024-03-01 21:10:49,877 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:10:49,878 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 21:10:49,882 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe ; label: None ; device: /dev/sde ; serial: 360014057724fea19c3d4e609023f1f04 ; exists: True ; vg_name: test_vg2 ; vg_uuid: qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:10:49,882 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 21:10:49,885 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:10:49,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc ; incomplete: True ; hidden: False ; 2024-03-01 21:10:49,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:10:49,894 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:10:49,897 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:10:49,900 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 21:10:49,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc ; incomplete: True ; hidden: False ; 2024-03-01 21:10:49,906 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:10:49,906 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/sde$|","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 21:10:49,935 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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=TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:10:49,935 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz. WARNING: VG test_vg2 is missing PV L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz (last written to /dev/sdf). 2024-03-01 21:10:49,935 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:10:49,935 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:10:49,935 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:49,940 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/lvm-pv-uuid-L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', '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': 'L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz', 'ID_FS_UUID_ENC': 'L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:10:49,940 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:10:49,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:10:49,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:49,950 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:10:49,951 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:10:49,951 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 21:10:49,951 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:10:49,954 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:10:49,957 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:10:49,957 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:10:49,960 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:10:49,961 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:10:49,961 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 21:10:49,961 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2a188f6d8) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:10:49,964 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:10:49,968 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:49,968 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 21:10:49,971 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:49,971 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 21:10:49,974 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:49,974 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 21:10:49,978 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:49,978 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 21:10:49,980 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 21:10:49,981 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:10:49,981 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/sde$|","a|/dev/sdf$|","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 21:10:50,012 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:10:50,012 INFO program/MainThread: stderr[24]: 2024-03-01 21:10:50,012 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:10:50,013 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 21:10:50,017 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz ; label: None ; device: /dev/sdf ; serial: 360014054aa4e6a13b4a47fe8647dbd25 ; exists: True ; vg_name: test_vg2 ; vg_uuid: qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:10:50,017 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 21:10:50,020 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:10:50,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc ; incomplete: True ; hidden: False ; 2024-03-01 21:10:50,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:10:50,029 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:10:50,033 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:10:50,036 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 21:10:50,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc ; incomplete: True ; hidden: False ; 2024-03-01 21:10:50,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:10:50,042 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/sde$|","a|/dev/sdf$|","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 21:10:50,073 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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=TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:10:50,073 INFO program/MainThread: stderr[25]: 2024-03-01 21:10:50,073 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:10:50,078 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:50,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:50,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG ; incomplete: False ; hidden: False ; 2024-03-01 21:10:50,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:50,087 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:10:50,091 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:10:50,091 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:10:50,094 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:10:50,098 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:10:50,098 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:10:50,101 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:10:50,102 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:10:50,102 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:10:50,105 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:10:50,109 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:10:50,109 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:10:50,112 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:10:50,115 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:10:50,115 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:10:50,119 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:10:50,119 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:10:50,119 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:10:50,119 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 21:10:50,122 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:10:50,123 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:10:50,126 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:10:50,126 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:10:50,130 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-uuid/5646c381-8e93-4fc4-8f74-7a77e982bab1 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-qoKNQfBKSIe9ciC9O9My7Ufxv2wtAUmcoac62BdaL7nyodDf4noj9X28BFd6yloG ' '/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-qoKNQfBKSIe9ciC9O9My7Ufxv2wtAUmcoac62BdaL7nyodDf4noj9X28BFd6yloG', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5646c381-8e93-4fc4-8f74-7a77e982bab1', 'ID_FS_UUID_ENC': '5646c381-8e93-4fc4-8f74-7a77e982bab1', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '883073436'} ; 2024-03-01 21:10:50,130 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:10:50,130 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:50,134 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:10:50,134 INFO program/MainThread: stderr[26]: 2024-03-01 21:10:50,135 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:10:50,135 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:50,138 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:10:50,138 INFO program/MainThread: stderr[27]: 2024-03-01 21:10:50,138 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:10:50,138 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:50,142 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:10:50,142 INFO program/MainThread: stderr[28]: 2024-03-01 21:10:50,142 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:10:50,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:50,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 21:10:50,152 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:50,153 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:10:50,153 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:50,154 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:10:50,150 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb2a1899f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7fb2a188f4e0) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:50,154 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:50,157 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:10:50,158 INFO program/MainThread: stderr[29]: 2024-03-01 21:10:50,158 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:10:50,162 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:10:50,166 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:50,166 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 21:10:50,169 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:50,169 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 21:10:50,173 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:50,173 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:10:50,176 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:50,176 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 21:10:50,177 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 21:10:50,180 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:50,180 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 21:10:50,183 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:10:50,183 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:50,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:50,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:50,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:50,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:50,206 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:10:50,209 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:10:50,210 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:10:50,213 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:10:50,216 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:10:50,217 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:10:50,220 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:10:50,220 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:10:50,221 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 21:10:50,224 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:10:50,227 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:10:50,227 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:10:50,231 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:10:50,234 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:10:50,234 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:10:50,237 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:10:50,238 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:10:50,238 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:10:50,238 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 21:10:50,241 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:10:50,241 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:10:50,245 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:10:50,245 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:10:50,248 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/8fa54e60-f3de-44ce-9660-d98772f3abbe ' '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-qoKNQfBKSIe9ciC9O9My7Ufxv2wtAUmcTlJId4nQr4uWPXEpfUent0SrBmChJ3g8', '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-qoKNQfBKSIe9ciC9O9My7Ufxv2wtAUmcTlJId4nQr4uWPXEpfUent0SrBmChJ3g8', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '8fa54e60-f3de-44ce-9660-d98772f3abbe', 'ID_FS_UUID_ENC': '8fa54e60-f3de-44ce-9660-d98772f3abbe', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '882765023'} ; 2024-03-01 21:10:50,249 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:10:50,249 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:50,253 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:10:50,253 INFO program/MainThread: stderr[30]: 2024-03-01 21:10:50,253 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:10:50,254 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:50,257 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:10:50,257 INFO program/MainThread: stderr[31]: 2024-03-01 21:10:50,257 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:10:50,258 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:50,261 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:10:50,261 INFO program/MainThread: stderr[32]: 2024-03-01 21:10:50,261 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:10:50,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:50,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 21:10:50,272 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:50,272 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:50,273 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:50,274 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:50,269 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb2b0910ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7fb2a188f4e0) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:10:50,274 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:50,277 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:10:50,278 INFO program/MainThread: stderr[33]: 2024-03-01 21:10:50,278 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:10:50,282 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:10:50,285 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:50,285 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 21:10:50,289 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:50,289 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 21:10:50,292 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:50,292 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 21:10:50,296 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:50,296 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 21:10:50,296 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 21:10:50,299 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:50,299 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 21:10:50,303 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:10:50,303 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:50,303 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:50,306 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/lvm-pv-uuid-5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba', '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': '5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi', 'ID_FS_UUID_ENC': '5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:10:50,306 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:10:50,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:10:50,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:50,317 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:10:50,317 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:10:50,318 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 21:10:50,318 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 21:10:50,321 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:10:50,324 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:10:50,324 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:10:50,327 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:10:50,327 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:10:50,328 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 21:10:50,328 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2a1878080) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:10:50,331 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:10:50,334 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:50,334 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 21:10:50,338 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:50,338 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 21:10:50,341 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:50,341 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 21:10:50,344 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:50,344 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 21:10:50,347 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 21:10:50,347 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:10:50,347 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/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:50,379 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:10:50,379 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0. WARNING: Couldn't find device with uuid g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB. WARNING: Couldn't find device with uuid V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy. WARNING: VG test_vg3 is missing PV LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:10:50,379 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:10:50,380 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 21:10:50,383 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi ; label: None ; device: /dev/sdg ; serial: 36001405cdf17d5598734849aacbc6aba ; exists: True ; vg_name: test_vg3 ; vg_uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 21:10:50,384 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 21:10:50,387 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:10:50,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; incomplete: True ; hidden: False ; 2024-03-01 21:10:50,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:50,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:50,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:50,399 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/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:50,430 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 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=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:10:50,430 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0. WARNING: Couldn't find device with uuid g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB. WARNING: Couldn't find device with uuid V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy. WARNING: VG test_vg3 is missing PV LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:10:50,430 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:10:50,430 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:10:50,431 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:10:50,435 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:10:50,439 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:10:50,439 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 21:10:50,442 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:10:50,442 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/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:50,474 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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=TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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=0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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=0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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=eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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=eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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=hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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=UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:10:50,474 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0. WARNING: Couldn't find device with uuid g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB. WARNING: Couldn't find device with uuid V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy. WARNING: VG test_vg3 is missing PV LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:10:50,474 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:10:50,479 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 21:10:50,479 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 21:10:50,482 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 21:10:50,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; incomplete: True ; hidden: False ; 2024-03-01 21:10:50,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:10:50,488 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:10:50,488 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:50,492 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0 ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec', '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': 'LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0', 'ID_FS_UUID_ENC': 'LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:10:50,492 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:10:50,496 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:10:50,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:50,503 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:10:50,503 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:10:50,503 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:10:50,503 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 21:10:50,506 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:10:50,510 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:10:50,510 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:10:50,513 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:10:50,513 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:10:50,514 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 21:10:50,514 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2a1870668) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:10:50,517 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:10:50,520 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:50,520 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 21:10:50,524 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:50,524 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 21:10:50,527 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:50,527 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 21:10:50,530 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:50,530 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 21:10:50,533 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 21:10:50,533 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:10:50,533 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/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:50,567 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:10:50,567 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB. WARNING: Couldn't find device with uuid V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy. WARNING: VG test_vg3 is missing PV g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:10:50,567 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:10:50,568 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 21:10:50,572 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0 ; label: None ; device: /dev/sdh ; serial: 36001405ebefe45c97334e97bc8ef260a ; exists: True ; vg_name: test_vg3 ; vg_uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; pe_start: 8 MiB ; 2024-03-01 21:10:50,572 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 21:10:50,575 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:10:50,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; incomplete: True ; hidden: False ; 2024-03-01 21:10:50,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:10:50,584 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:10:50,587 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:10:50,590 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 21:10:50,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; incomplete: True ; hidden: False ; 2024-03-01 21:10:50,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:50,596 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/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:50,628 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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=TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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=0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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=0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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=eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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=eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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=hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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=UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:10:50,628 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB. WARNING: Couldn't find device with uuid V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy. WARNING: VG test_vg3 is missing PV g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:10:50,628 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:10:50,628 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:10:50,629 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:50,633 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/lvm-pv-uuid-g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', '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': 'g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB', 'ID_FS_UUID_ENC': 'g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:10:50,633 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:10:50,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:10:50,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:50,644 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:10:50,645 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:10:50,645 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 21:10:50,645 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 21:10:50,648 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:10:50,651 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:10:50,651 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:10:50,654 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:10:50,655 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:10:50,655 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 21:10:50,655 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2a188fda0) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:10:50,659 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:10:50,662 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:50,662 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 21:10:50,665 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:50,665 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 21:10:50,669 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:50,669 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 21:10:50,672 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:50,672 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 21:10:50,675 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 21:10:50,675 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:10:50,675 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/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:50,710 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:10:50,710 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy. WARNING: VG test_vg3 is missing PV V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:10:50,710 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:10:50,711 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 21:10:50,715 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB ; label: None ; device: /dev/sdi ; serial: 360014059ecde81f0f75464fb026f2b43 ; exists: True ; vg_name: test_vg3 ; vg_uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; pe_start: 8 MiB ; 2024-03-01 21:10:50,715 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:10:50,718 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:10:50,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; incomplete: True ; hidden: False ; 2024-03-01 21:10:50,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:50,728 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:10:50,731 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:10:50,734 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 21:10:50,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; incomplete: True ; hidden: False ; 2024-03-01 21:10:50,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:50,740 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/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:50,774 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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=TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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=0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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=0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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=eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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=eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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=hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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=UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:10:50,774 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy. WARNING: VG test_vg3 is missing PV V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:10:50,774 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:10:50,775 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:10:50,775 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:50,779 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/lvm-pv-uuid-V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738', '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': 'V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy', 'ID_FS_UUID_ENC': 'V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:10:50,779 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:10:50,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:10:50,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:50,790 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:10:50,791 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:10:50,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:10:50,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 21:10:50,794 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:10:50,797 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:10:50,797 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:10:50,800 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:10:50,801 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:10:50,801 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 21:10:50,801 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2a189f550) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:10:50,804 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:10:50,808 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:50,808 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 21:10:50,811 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:50,811 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 21:10:50,814 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:50,814 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 21:10:50,818 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:50,818 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 21:10:50,821 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 21:10:50,821 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:10:50,821 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/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sda$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:50,852 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:10:50,852 INFO program/MainThread: stderr[41]: 2024-03-01 21:10:50,852 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:10:50,852 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 21:10:50,856 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy ; label: None ; device: /dev/sdj ; serial: 360014058cfe40214e5545d8be65db738 ; exists: True ; vg_name: test_vg3 ; vg_uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 21:10:50,857 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 21:10:50,860 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:10:50,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; incomplete: True ; hidden: False ; 2024-03-01 21:10:50,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:50,869 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:10:50,872 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:10:50,875 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 21:10:50,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; incomplete: True ; hidden: False ; 2024-03-01 21:10:50,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:50,881 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/sde$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sda$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:50,917 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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=TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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=0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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=0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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=eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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=eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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=hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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=UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:10:50,917 INFO program/MainThread: stderr[42]: 2024-03-01 21:10:50,917 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:10:50,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:50,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:50,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt ; incomplete: False ; hidden: False ; 2024-03-01 21:10:50,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:50,931 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 21:10:50,935 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:10:50,935 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:10:50,938 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:10:50,942 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:10:50,942 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:10:50,945 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:10:50,946 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:10:50,946 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 21:10:50,949 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:10:50,953 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:10:50,954 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 21:10:50,957 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:10:50,960 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:10:50,960 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:10:50,964 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:10:50,964 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:10:50,964 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:10:50,964 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 21:10:50,967 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:10:50,968 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:10:50,971 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:10:50,971 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:10:50,975 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/mapper/test_vg3-lv5 ' '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/43e5fb16-bba6-4bc0-aa9d-507587a44dd6 ' '/dev/disk/by-id/dm-uuid-LVM-aif8O8C9PWbFF59svIcuwTScAdlUwvS70jIZ63g9TQMKcz1olz2sFq28zBOs5Wjt', '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-aif8O8C9PWbFF59svIcuwTScAdlUwvS70jIZ63g9TQMKcz1olz2sFq28zBOs5Wjt', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '43e5fb16-bba6-4bc0-aa9d-507587a44dd6', 'ID_FS_UUID_ENC': '43e5fb16-bba6-4bc0-aa9d-507587a44dd6', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '881815562'} ; 2024-03-01 21:10:50,975 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:10:50,975 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:50,979 INFO program/MainThread: stdout[43]: LVM 2024-03-01 21:10:50,979 INFO program/MainThread: stderr[43]: 2024-03-01 21:10:50,979 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:10:50,980 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:50,983 INFO program/MainThread: stdout[44]: LVM 2024-03-01 21:10:50,983 INFO program/MainThread: stderr[44]: 2024-03-01 21:10:50,983 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:10:50,983 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:50,987 INFO program/MainThread: stdout[45]: LVM 2024-03-01 21:10:50,987 INFO program/MainThread: stderr[45]: 2024-03-01 21:10:50,987 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:10:50,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:50,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 21:10:50,998 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:50,998 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:10:50,999 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:50,999 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:10:50,995 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb2a189fa58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7fb2a18638d0) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:51,000 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:51,003 INFO program/MainThread: stdout[46]: LVM 2024-03-01 21:10:51,004 INFO program/MainThread: stderr[46]: 2024-03-01 21:10:51,004 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:10:51,008 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:10:51,011 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:51,011 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 21:10:51,015 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:51,015 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 21:10:51,019 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:51,019 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 21:10:51,022 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:51,022 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 21:10:51,023 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 21:10:51,026 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:51,026 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 21:10:51,029 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:10:51,029 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:51,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:51,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:51,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp ; incomplete: False ; hidden: False ; 2024-03-01 21:10:51,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:51,042 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 21:10:51,045 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:10:51,046 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:10:51,049 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:10:51,052 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:10:51,052 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:10:51,056 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:10:51,056 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:10:51,056 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 21:10:51,060 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:10:51,063 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:10:51,063 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:10:51,066 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:10:51,070 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:10:51,070 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:10:51,073 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:10:51,074 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:10:51,074 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:10:51,074 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 21:10:51,077 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:10:51,077 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:10:51,081 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:10:51,081 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:10:51,085 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-aif8O8C9PWbFF59svIcuwTScAdlUwvS7eqDHyKM1NXcpK5RoAbcD6Q5Yf5dbcYWp ' '/dev/mapper/test_vg3-lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/test_vg3/lv6 ' '/dev/disk/by-uuid/1a92f6d7-946f-4a3e-a9b1-e99899b85923', '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-aif8O8C9PWbFF59svIcuwTScAdlUwvS7eqDHyKM1NXcpK5RoAbcD6Q5Yf5dbcYWp', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1a92f6d7-946f-4a3e-a9b1-e99899b85923', 'ID_FS_UUID_ENC': '1a92f6d7-946f-4a3e-a9b1-e99899b85923', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '881493113'} ; 2024-03-01 21:10:51,085 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:10:51,085 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:51,089 INFO program/MainThread: stdout[47]: LVM 2024-03-01 21:10:51,089 INFO program/MainThread: stderr[47]: 2024-03-01 21:10:51,089 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:10:51,089 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:51,093 INFO program/MainThread: stdout[48]: LVM 2024-03-01 21:10:51,093 INFO program/MainThread: stderr[48]: 2024-03-01 21:10:51,093 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:10:51,093 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:51,096 INFO program/MainThread: stdout[49]: LVM 2024-03-01 21:10:51,097 INFO program/MainThread: stderr[49]: 2024-03-01 21:10:51,097 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:10:51,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:51,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 21:10:51,108 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:51,109 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:10:51,109 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:51,110 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:10:51,105 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb2a2c84748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7fb2a18638d0) -- name = test_vg3 status = True 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:10:51,111 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:51,114 INFO program/MainThread: stdout[50]: LVM 2024-03-01 21:10:51,114 INFO program/MainThread: stderr[50]: 2024-03-01 21:10:51,114 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:10:51,118 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:10:51,122 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:51,122 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 21:10:51,125 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:51,125 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 21:10:51,129 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:51,129 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 21:10:51,132 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:51,132 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 21:10:51,133 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 21:10:51,136 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:51,136 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 21:10:51,139 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:10:51,140 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:51,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:51,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:51,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk ; incomplete: False ; hidden: False ; 2024-03-01 21:10:51,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:51,152 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:10:51,155 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:10:51,156 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 21:10:51,159 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:10:51,162 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:10:51,162 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:10:51,166 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:10:51,166 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:10:51,166 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 21:10:51,170 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:10:51,173 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:10:51,173 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 21:10:51,177 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:10:51,180 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:10:51,180 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:10:51,183 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:10:51,184 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:10:51,184 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:10:51,184 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 21:10:51,187 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:10:51,187 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:10:51,190 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:10:51,191 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:10:51,194 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-aif8O8C9PWbFF59svIcuwTScAdlUwvS7hYbAVzqsGPImDV5FTIJESmIomzhc1Ljk ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/fe6d6369-3364-4005-afc7-c14399a8a4ca', '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-aif8O8C9PWbFF59svIcuwTScAdlUwvS7hYbAVzqsGPImDV5FTIJESmIomzhc1Ljk', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'fe6d6369-3364-4005-afc7-c14399a8a4ca', 'ID_FS_UUID_ENC': 'fe6d6369-3364-4005-afc7-c14399a8a4ca', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '881161504'} ; 2024-03-01 21:10:51,194 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:10:51,195 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:51,199 INFO program/MainThread: stdout[51]: LVM 2024-03-01 21:10:51,199 INFO program/MainThread: stderr[51]: 2024-03-01 21:10:51,199 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:10:51,199 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:51,202 INFO program/MainThread: stdout[52]: LVM 2024-03-01 21:10:51,203 INFO program/MainThread: stderr[52]: 2024-03-01 21:10:51,203 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:10:51,203 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:51,206 INFO program/MainThread: stdout[53]: LVM 2024-03-01 21:10:51,206 INFO program/MainThread: stderr[53]: 2024-03-01 21:10:51,206 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:10:51,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:51,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 21:10:51,218 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:51,219 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:10:51,219 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:51,220 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:10:51,215 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb2a29fb710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7fb2a18638d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:10:51,221 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:51,225 INFO program/MainThread: stdout[54]: LVM 2024-03-01 21:10:51,225 INFO program/MainThread: stderr[54]: 2024-03-01 21:10:51,225 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 21:10:51,229 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:10:51,233 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:51,233 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 21:10:51,236 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:51,237 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 21:10:51,240 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:51,240 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 21:10:51,243 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:51,244 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 21:10:51,244 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 21:10:51,247 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:51,247 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 21:10:51,250 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:10:51,250 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:51,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:51,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:51,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t ; incomplete: False ; hidden: False ; 2024-03-01 21:10:51,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:51,263 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 21:10:51,267 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:10:51,267 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 21:10:51,270 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:10:51,274 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:10:51,274 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:10:51,277 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:10:51,278 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:10:51,278 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 21:10:51,281 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:10:51,285 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:10:51,285 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 21:10:51,288 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:10:51,291 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:10:51,292 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:10:51,295 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:10:51,296 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:10:51,296 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:10:51,296 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 21:10:51,299 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:10:51,299 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:10:51,302 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:10:51,303 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:10:51,306 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-aif8O8C9PWbFF59svIcuwTScAdlUwvS7UMaIK1EjwikXb1iOqB3maDwmqGQSZk8t ' '/dev/test_vg3/lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/ec5048e6-293b-40d7-94ea-1669d5c9e53c ' '/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-aif8O8C9PWbFF59svIcuwTScAdlUwvS7UMaIK1EjwikXb1iOqB3maDwmqGQSZk8t', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ec5048e6-293b-40d7-94ea-1669d5c9e53c', 'ID_FS_UUID_ENC': 'ec5048e6-293b-40d7-94ea-1669d5c9e53c', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '880756550'} ; 2024-03-01 21:10:51,306 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:10:51,306 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:51,311 INFO program/MainThread: stdout[55]: LVM 2024-03-01 21:10:51,311 INFO program/MainThread: stderr[55]: 2024-03-01 21:10:51,311 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 21:10:51,311 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:51,314 INFO program/MainThread: stdout[56]: LVM 2024-03-01 21:10:51,315 INFO program/MainThread: stderr[56]: 2024-03-01 21:10:51,315 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 21:10:51,315 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:51,318 INFO program/MainThread: stdout[57]: LVM 2024-03-01 21:10:51,318 INFO program/MainThread: stderr[57]: 2024-03-01 21:10:51,318 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 21:10:51,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:51,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 21:10:51,330 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:51,331 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:51,331 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:51,332 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:51,327 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb2a18357f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7fb2a18638d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:10:51,333 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:51,336 INFO program/MainThread: stdout[58]: LVM 2024-03-01 21:10:51,337 INFO program/MainThread: stderr[58]: 2024-03-01 21:10:51,337 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 21:10:51,341 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:10:51,345 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:51,345 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 21:10:51,348 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:51,348 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 21:10:51,351 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:51,352 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 21:10:51,355 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:51,355 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 21:10:51,355 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 21:10:51,359 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:51,359 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 21:10:51,362 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:10:51,362 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:51,363 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:51,366 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': '22216935'} ; 2024-03-01 21:10:51,366 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:10:51,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:10:51,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:51,377 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:10:51,377 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:10:51,377 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:10:51,377 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:10:51,377 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 21:10:51,377 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 21:10:51,381 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:10:51,384 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:10:51,384 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:10:51,387 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:10:51,387 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:10:51,388 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 21:10:51,388 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2a1838048) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:10:51,391 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:10:51,394 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:51,394 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 21:10:51,397 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:51,398 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 21:10:51,401 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:51,401 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 21:10:51,404 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:51,404 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 21:10:51,407 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:10:51,410 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:10:51,413 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:10:51,417 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 0x7fb2a182ad48> 2024-03-01 21:10:54,287 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 21:10:54,292 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:10:54,292 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:10:54,296 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': '22221140'} ; 2024-03-01 21:10:54,296 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:10:54,296 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:10:54,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:54,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:54,306 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:10:54,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:54,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:54,313 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:54,327 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:54,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:10:54,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 21:10:54,350 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 21:10:54,354 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:10:54,354 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 21:10:54,357 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:10:54,360 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:10:54,360 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:10:54,363 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:10:54,364 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:10:54,364 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:10:54,367 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:10:54,370 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:10:54,373 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:10:54,376 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:10:54,379 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:10:54,380 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:10:54,380 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 21:10:54,381 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:10:54,380 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fb2a184bfd0) -- 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 0x7fb2a18509e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:10:54,385 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:10:54,388 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:54,388 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 21:10:54,391 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:54,391 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 21:10:54,395 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:54,395 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 21:10:54,398 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:54,398 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 21:10:54,398 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:10:54,401 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:54,401 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 21:10:54,404 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:10:54,404 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:54,408 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-uuid/ec5048e6-293b-40d7-94ea-1669d5c9e53c ' '/dev/disk/by-id/dm-uuid-LVM-aif8O8C9PWbFF59svIcuwTScAdlUwvS7UMaIK1EjwikXb1iOqB3maDwmqGQSZk8t ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/mapper/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-aif8O8C9PWbFF59svIcuwTScAdlUwvS7UMaIK1EjwikXb1iOqB3maDwmqGQSZk8t', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ec5048e6-293b-40d7-94ea-1669d5c9e53c', 'ID_FS_UUID_ENC': 'ec5048e6-293b-40d7-94ea-1669d5c9e53c', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '880756550'} ; 2024-03-01 21:10:54,408 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:10:54,408 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:54,412 INFO program/MainThread: stdout[59]: LVM 2024-03-01 21:10:54,413 INFO program/MainThread: stderr[59]: 2024-03-01 21:10:54,413 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 21:10:54,413 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:54,416 INFO program/MainThread: stdout[60]: LVM 2024-03-01 21:10:54,417 INFO program/MainThread: stderr[60]: 2024-03-01 21:10:54,417 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 21:10:54,417 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:54,420 INFO program/MainThread: stdout[61]: LVM 2024-03-01 21:10:54,420 INFO program/MainThread: stderr[61]: 2024-03-01 21:10:54,420 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 21:10:54,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:54,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:10:54,432 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:54,433 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:54,434 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:54,435 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:54,429 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb2a18357f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7fb2a18638d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:10:54,435 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:54,439 INFO program/MainThread: stdout[62]: LVM 2024-03-01 21:10:54,439 INFO program/MainThread: stderr[62]: 2024-03-01 21:10:54,439 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 21:10:54,443 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:10:54,443 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 21:10:54,447 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/test_vg3/lv7 ' '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-aif8O8C9PWbFF59svIcuwTScAdlUwvS7hYbAVzqsGPImDV5FTIJESmIomzhc1Ljk ' '/dev/disk/by-uuid/fe6d6369-3364-4005-afc7-c14399a8a4ca', '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-aif8O8C9PWbFF59svIcuwTScAdlUwvS7hYbAVzqsGPImDV5FTIJESmIomzhc1Ljk', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'fe6d6369-3364-4005-afc7-c14399a8a4ca', 'ID_FS_UUID_ENC': 'fe6d6369-3364-4005-afc7-c14399a8a4ca', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '881161504'} ; 2024-03-01 21:10:54,447 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:10:54,447 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:54,450 INFO program/MainThread: stdout[63]: LVM 2024-03-01 21:10:54,451 INFO program/MainThread: stderr[63]: 2024-03-01 21:10:54,451 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 21:10:54,451 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:54,454 INFO program/MainThread: stdout[64]: LVM 2024-03-01 21:10:54,454 INFO program/MainThread: stderr[64]: 2024-03-01 21:10:54,454 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 21:10:54,454 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:54,458 INFO program/MainThread: stdout[65]: LVM 2024-03-01 21:10:54,458 INFO program/MainThread: stderr[65]: 2024-03-01 21:10:54,458 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 21:10:54,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:54,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:10:54,469 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:54,470 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:54,471 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:54,472 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:54,466 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb2a29fb710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7fb2a18638d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:10:54,473 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:54,476 INFO program/MainThread: stdout[66]: LVM 2024-03-01 21:10:54,477 INFO program/MainThread: stderr[66]: 2024-03-01 21:10:54,477 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 21:10:54,481 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:10:54,481 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 21:10:54,484 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/disk/by-uuid/1a92f6d7-946f-4a3e-a9b1-e99899b85923 ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-aif8O8C9PWbFF59svIcuwTScAdlUwvS7eqDHyKM1NXcpK5RoAbcD6Q5Yf5dbcYWp', '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-aif8O8C9PWbFF59svIcuwTScAdlUwvS7eqDHyKM1NXcpK5RoAbcD6Q5Yf5dbcYWp', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1a92f6d7-946f-4a3e-a9b1-e99899b85923', 'ID_FS_UUID_ENC': '1a92f6d7-946f-4a3e-a9b1-e99899b85923', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '881493113'} ; 2024-03-01 21:10:54,484 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:10:54,485 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:54,489 INFO program/MainThread: stdout[67]: LVM 2024-03-01 21:10:54,489 INFO program/MainThread: stderr[67]: 2024-03-01 21:10:54,489 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 21:10:54,489 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:54,493 INFO program/MainThread: stdout[68]: LVM 2024-03-01 21:10:54,493 INFO program/MainThread: stderr[68]: 2024-03-01 21:10:54,493 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 21:10:54,493 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:54,496 INFO program/MainThread: stdout[69]: LVM 2024-03-01 21:10:54,496 INFO program/MainThread: stderr[69]: 2024-03-01 21:10:54,497 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 21:10:54,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:54,505 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:10:54,508 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:54,509 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:54,510 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:54,511 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:54,505 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb2a2c84748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7fb2a18638d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:10:54,512 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:54,515 INFO program/MainThread: stdout[70]: LVM 2024-03-01 21:10:54,516 INFO program/MainThread: stderr[70]: 2024-03-01 21:10:54,516 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 21:10:54,520 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:10:54,520 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 21:10:54,523 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-aif8O8C9PWbFF59svIcuwTScAdlUwvS70jIZ63g9TQMKcz1olz2sFq28zBOs5Wjt ' '/dev/mapper/test_vg3-lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/43e5fb16-bba6-4bc0-aa9d-507587a44dd6', '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-aif8O8C9PWbFF59svIcuwTScAdlUwvS70jIZ63g9TQMKcz1olz2sFq28zBOs5Wjt', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '43e5fb16-bba6-4bc0-aa9d-507587a44dd6', 'ID_FS_UUID_ENC': '43e5fb16-bba6-4bc0-aa9d-507587a44dd6', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '881815562'} ; 2024-03-01 21:10:54,523 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:10:54,523 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:54,527 INFO program/MainThread: stdout[71]: LVM 2024-03-01 21:10:54,527 INFO program/MainThread: stderr[71]: 2024-03-01 21:10:54,527 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 21:10:54,527 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:54,531 INFO program/MainThread: stdout[72]: LVM 2024-03-01 21:10:54,531 INFO program/MainThread: stderr[72]: 2024-03-01 21:10:54,531 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 21:10:54,531 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:54,534 INFO program/MainThread: stdout[73]: LVM 2024-03-01 21:10:54,534 INFO program/MainThread: stderr[73]: 2024-03-01 21:10:54,535 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 21:10:54,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:54,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 21:10:54,546 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:54,547 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:54,547 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:54,548 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:54,543 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb2a189fa58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7fb2a18638d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:54,549 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:54,553 INFO program/MainThread: stdout[74]: LVM 2024-03-01 21:10:54,553 INFO program/MainThread: stderr[74]: 2024-03-01 21:10:54,553 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 21:10:54,557 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:10:54,557 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 21:10:54,560 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/8fa54e60-f3de-44ce-9660-d98772f3abbe ' '/dev/disk/by-id/dm-uuid-LVM-qoKNQfBKSIe9ciC9O9My7Ufxv2wtAUmcTlJId4nQr4uWPXEpfUent0SrBmChJ3g8 ' '/dev/test_vg2/lv4 /dev/mapper/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-qoKNQfBKSIe9ciC9O9My7Ufxv2wtAUmcTlJId4nQr4uWPXEpfUent0SrBmChJ3g8', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '8fa54e60-f3de-44ce-9660-d98772f3abbe', 'ID_FS_UUID_ENC': '8fa54e60-f3de-44ce-9660-d98772f3abbe', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '882765023'} ; 2024-03-01 21:10:54,560 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:10:54,561 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:54,564 INFO program/MainThread: stdout[75]: LVM 2024-03-01 21:10:54,564 INFO program/MainThread: stderr[75]: 2024-03-01 21:10:54,564 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 21:10:54,564 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:54,568 INFO program/MainThread: stdout[76]: LVM 2024-03-01 21:10:54,568 INFO program/MainThread: stderr[76]: 2024-03-01 21:10:54,568 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 21:10:54,568 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:54,571 INFO program/MainThread: stdout[77]: LVM 2024-03-01 21:10:54,571 INFO program/MainThread: stderr[77]: 2024-03-01 21:10:54,571 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 21:10:54,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:54,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:10:54,582 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:54,583 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:54,583 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:54,584 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:54,580 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb2b0910ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7fb2a188f4e0) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:10:54,584 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:54,588 INFO program/MainThread: stdout[78]: LVM 2024-03-01 21:10:54,588 INFO program/MainThread: stderr[78]: 2024-03-01 21:10:54,588 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 21:10:54,592 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:10:54,592 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 21:10:54,595 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-qoKNQfBKSIe9ciC9O9My7Ufxv2wtAUmcoac62BdaL7nyodDf4noj9X28BFd6yloG ' '/dev/disk/by-uuid/5646c381-8e93-4fc4-8f74-7a77e982bab1 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/mapper/test_vg2-lv3 ' '/dev/test_vg2/lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', '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-qoKNQfBKSIe9ciC9O9My7Ufxv2wtAUmcoac62BdaL7nyodDf4noj9X28BFd6yloG', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5646c381-8e93-4fc4-8f74-7a77e982bab1', 'ID_FS_UUID_ENC': '5646c381-8e93-4fc4-8f74-7a77e982bab1', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '883073436'} ; 2024-03-01 21:10:54,595 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:10:54,596 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:54,599 INFO program/MainThread: stdout[79]: LVM 2024-03-01 21:10:54,599 INFO program/MainThread: stderr[79]: 2024-03-01 21:10:54,599 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 21:10:54,599 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:54,603 INFO program/MainThread: stdout[80]: LVM 2024-03-01 21:10:54,603 INFO program/MainThread: stderr[80]: 2024-03-01 21:10:54,603 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 21:10:54,603 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:54,606 INFO program/MainThread: stdout[81]: LVM 2024-03-01 21:10:54,606 INFO program/MainThread: stderr[81]: 2024-03-01 21:10:54,606 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 21:10:54,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:54,614 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:10:54,617 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:54,618 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:54,619 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:54,619 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:54,615 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb2a1899f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7fb2a188f4e0) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:54,620 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:54,623 INFO program/MainThread: stdout[82]: LVM 2024-03-01 21:10:54,623 INFO program/MainThread: stderr[82]: 2024-03-01 21:10:54,623 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 21:10:54,627 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:10:54,628 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 21:10:54,631 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-eyWctUQF8RIvTNJ1m0u7QReImSpTsKSOPwvpO79Ik1M77K4PITI16lQ0Lx6qWbYg ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/02bc5fda-5852-4ef4-a60d-cb88ca1dd306 ' '/dev/test_vg1/lv2 /dev/disk/by-id/dm-name-test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', '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-eyWctUQF8RIvTNJ1m0u7QReImSpTsKSOPwvpO79Ik1M77K4PITI16lQ0Lx6qWbYg', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '02bc5fda-5852-4ef4-a60d-cb88ca1dd306', 'ID_FS_UUID_ENC': '02bc5fda-5852-4ef4-a60d-cb88ca1dd306', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '883984477'} ; 2024-03-01 21:10:54,631 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:10:54,631 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:54,634 INFO program/MainThread: stdout[83]: LVM 2024-03-01 21:10:54,635 INFO program/MainThread: stderr[83]: 2024-03-01 21:10:54,635 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 21:10:54,635 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:54,638 INFO program/MainThread: stdout[84]: LVM 2024-03-01 21:10:54,638 INFO program/MainThread: stderr[84]: 2024-03-01 21:10:54,638 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 21:10:54,638 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:54,642 INFO program/MainThread: stdout[85]: LVM 2024-03-01 21:10:54,642 INFO program/MainThread: stderr[85]: 2024-03-01 21:10:54,642 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 21:10:54,647 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:54,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 21:10:54,652 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:54,653 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:54,653 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:54,654 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:54,650 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb2a1878dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7fb2a18f1a90) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:10:54,655 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:54,658 INFO program/MainThread: stdout[86]: LVM 2024-03-01 21:10:54,658 INFO program/MainThread: stderr[86]: 2024-03-01 21:10:54,658 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 21:10:54,662 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:10:54,662 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 21:10:54,665 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-eyWctUQF8RIvTNJ1m0u7QReImSpTsKSOgMTZaFPooMvHDEPeXCls9jG82H2hHG2N ' '/dev/disk/by-uuid/634aad21-e661-48d4-b20e-a2b6ef9a7314 ' '/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-eyWctUQF8RIvTNJ1m0u7QReImSpTsKSOgMTZaFPooMvHDEPeXCls9jG82H2hHG2N', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '634aad21-e661-48d4-b20e-a2b6ef9a7314', 'ID_FS_UUID_ENC': '634aad21-e661-48d4-b20e-a2b6ef9a7314', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '884304264'} ; 2024-03-01 21:10:54,666 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:10:54,666 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:54,669 INFO program/MainThread: stdout[87]: LVM 2024-03-01 21:10:54,669 INFO program/MainThread: stderr[87]: 2024-03-01 21:10:54,669 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 21:10:54,670 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:54,673 INFO program/MainThread: stdout[88]: LVM 2024-03-01 21:10:54,673 INFO program/MainThread: stderr[88]: 2024-03-01 21:10:54,673 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 21:10:54,673 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:54,676 INFO program/MainThread: stdout[89]: LVM 2024-03-01 21:10:54,677 INFO program/MainThread: stderr[89]: 2024-03-01 21:10:54,677 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 21:10:54,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:54,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:10:54,687 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:54,688 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:54,688 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:54,689 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:54,685 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb2a1878f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7fb2a18f1a90) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:54,689 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:54,693 INFO program/MainThread: stdout[90]: LVM 2024-03-01 21:10:54,693 INFO program/MainThread: stderr[90]: 2024-03-01 21:10:54,693 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 21:10:54,697 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:10:54,697 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:10:54,697 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:54,710 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:54,726 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:10:54,727 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:10:54,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:10:54,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:54,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:10:54,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:54,741 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:10:54,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:10:54,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:54,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:10:54,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:54,753 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:10:54,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:10:54,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:54,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:10:54,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:54,765 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:10:54,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:10:54,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:54,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:10:54,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:54,777 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:10:54,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:10:54,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:54,785 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:10:54,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:54,789 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:10:54,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:10:54,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:54,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:10:54,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:54,800 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:10:59,849 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_qfap9j07/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:10:59,887 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:59,887 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:10:59,890 INFO program/MainThread: stdout[2]: 2024-03-01 21:10:59,891 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 21:10:59,891 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:10:59,891 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:10:59,896 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:59,896 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:10:59,900 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:59,900 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:10:59,903 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:59,903 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:10:59,906 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:59,906 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:10:59,917 INFO program/MainThread: stdout: 2024-03-01 21:10:59,917 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:10:59,918 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c 2024-03-01 21:10:59,918 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 02bc5fda-5852-4ef4-a60d-cb88ca1dd306 2024-03-01 21:10:59,918 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d 2024-03-01 21:10:59,918 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 02bc5fda-5852-4ef4-a60d-cb88ca1dd306 2024-03-01 21:10:59,918 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 634aad21-e661-48d4-b20e-a2b6ef9a7314 2024-03-01 21:10:59,918 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf 2024-03-01 21:10:59,918 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member 3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA 2024-03-01 21:10:59,918 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 8fa54e60-f3de-44ce-9660-d98772f3abbe 2024-03-01 21:10:59,918 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 5646c381-8e93-4fc4-8f74-7a77e982bab1 2024-03-01 21:10:59,918 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe 2024-03-01 21:10:59,918 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz 2024-03-01 21:10:59,918 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member 5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi 2024-03-01 21:10:59,918 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs ec5048e6-293b-40d7-94ea-1669d5c9e53c 2024-03-01 21:10:59,918 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs fe6d6369-3364-4005-afc7-c14399a8a4ca 2024-03-01 21:10:59,918 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 1a92f6d7-946f-4a3e-a9b1-e99899b85923 2024-03-01 21:10:59,918 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0 2024-03-01 21:10:59,918 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 1a92f6d7-946f-4a3e-a9b1-e99899b85923 2024-03-01 21:10:59,918 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB 2024-03-01 21:10:59,918 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 43e5fb16-bba6-4bc0-aa9d-507587a44dd6 2024-03-01 21:10:59,918 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy 2024-03-01 21:10:59,918 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 43e5fb16-bba6-4bc0-aa9d-507587a44dd6 2024-03-01 21:10:59,918 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:10:59,918 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:10:59,918 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:10:59,918 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:10:59,918 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:59,918 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 02bc5fda-5852-4ef4-a60d-cb88ca1dd306 sdb 1073741824 root disk brw-rw---- LVM2_member Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 02bc5fda-5852-4ef4-a60d-cb88ca1dd306 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 634aad21-e661-48d4-b20e-a2b6ef9a7314 sdc 1073741824 root disk brw-rw---- LVM2_member izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf sdd 1073741824 root disk brw-rw---- LVM2_member 3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 8fa54e60-f3de-44ce-9660-d98772f3abbe `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 5646c381-8e93-4fc4-8f74-7a77e982bab1 sde 1073741824 root disk brw-rw---- LVM2_member A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe sdf 1073741824 root disk brw-rw---- LVM2_member L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz sdg 1073741824 root disk brw-rw---- LVM2_member 5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi |-test_vg3-lv8 427819008 root disk brw-rw---- xfs ec5048e6-293b-40d7-94ea-1669d5c9e53c |-test_vg3-lv7 427819008 root disk brw-rw---- xfs fe6d6369-3364-4005-afc7-c14399a8a4ca `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 1a92f6d7-946f-4a3e-a9b1-e99899b85923 sdh 1073741824 root disk brw-rw---- LVM2_member LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 1a92f6d7-946f-4a3e-a9b1-e99899b85923 sdi 1073741824 root disk brw-rw---- LVM2_member g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 43e5fb16-bba6-4bc0-aa9d-507587a44dd6 sdj 1073741824 root disk brw-rw---- LVM2_member V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 43e5fb16-bba6-4bc0-aa9d-507587a44dd6 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 21:10:59,918 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:10:59,919 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:10:59,919 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:10:59,919 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:10:59,919 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:10:59,919 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:10:59,920 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:59,932 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:59,947 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 21:10:59,951 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/lvm-pv-uuid-iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', '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': 'iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c', 'ID_FS_UUID_ENC': 'iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:10:59,951 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:10:59,952 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 21:10:59,981 INFO program/MainThread: stdout[3]: 2024-03-01 21:10:59,981 INFO program/MainThread: stderr[3]: 2024-03-01 21:10:59,981 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:10:59,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:10:59,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:59,994 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:10:59,998 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:10:59,999 INFO blivet/MainThread: sda is a disk 2024-03-01 21:10:59,999 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:10:59,999 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:11:00,003 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:11:00,006 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:11:00,006 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:11:00,009 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:11:00,010 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:11:00,010 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:11:00,010 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5a96254c50) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:11:00,014 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:11:00,017 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:00,018 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:11:00,021 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:00,021 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:11:00,024 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:00,024 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:11:00,027 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:00,028 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:11:00,031 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:11:00,031 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:11:00,031 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 21:11:00,067 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_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=Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_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=izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:11:00,067 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d. WARNING: Couldn't find device with uuid izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf. WARNING: VG test_vg1 is missing PV Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:11:00,067 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:11:00,068 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:11:00,072 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c ; label: None ; device: /dev/sda ; serial: 36001405f47a7bfa33fe400b9c731d3ba ; exists: True ; vg_name: test_vg1 ; vg_uuid: eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO ; pe_start: 8 MiB ; 2024-03-01 21:11:00,072 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:11:00,075 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:11:00,078 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO ; incomplete: True ; hidden: False ; 2024-03-01 21:11:00,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:00,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:00,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:00,087 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 21:11:00,114 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:11:00,114 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d. WARNING: Couldn't find device with uuid izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf. WARNING: VG test_vg1 is missing PV Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:11:00,114 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:11:00,114 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:11:00,115 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:11:00,122 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:11:00,125 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:11:00,125 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:11:00,128 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:11:00,129 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 21:11:00,159 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:11:00,159 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d. WARNING: Couldn't find device with uuid izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf. WARNING: VG test_vg1 is missing PV Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:11:00,159 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:11:00,164 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:11:00,165 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:11:00,168 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:11:00,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO ; incomplete: True ; hidden: False ; 2024-03-01 21:11:00,174 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:11:00,174 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:11:00,174 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:11:00,178 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/lvm-pv-uuid-Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54', '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': 'Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d', 'ID_FS_UUID_ENC': 'Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:11:00,178 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:11:00,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:11:00,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:00,188 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:11:00,188 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:11:00,188 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:11:00,188 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:11:00,191 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:11:00,194 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:11:00,195 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:11:00,198 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:11:00,198 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:11:00,199 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:11:00,199 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5a950c32e8) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:11:00,202 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:11:00,205 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:00,206 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:11:00,209 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:00,209 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:11:00,212 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:00,212 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:11:00,215 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:00,215 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:11:00,218 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:11:00,218 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:11:00,218 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 21:11:00,247 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_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=izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:11:00,247 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf. WARNING: VG test_vg1 is missing PV izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf (last written to /dev/sdc). 2024-03-01 21:11:00,247 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:11:00,247 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:11:00,251 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d ; label: None ; device: /dev/sdb ; serial: 36001405b7caaf3a7f7140988224d62c1 ; exists: True ; vg_name: test_vg1 ; vg_uuid: eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 21:11:00,252 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:11:00,255 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:11:00,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO ; incomplete: True ; hidden: False ; 2024-03-01 21:11:00,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:11:00,264 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:11:00,267 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:11:00,270 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:11:00,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO ; incomplete: True ; hidden: False ; 2024-03-01 21:11:00,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:11:00,276 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 21:11:00,303 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:11:00,303 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf. WARNING: VG test_vg1 is missing PV izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf (last written to /dev/sdc). 2024-03-01 21:11:00,303 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:11:00,303 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:11:00,304 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:11:00,308 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:11:00,309 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:11:00,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:11:00,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:00,319 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:11:00,319 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:11:00,319 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:11:00,319 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:11:00,322 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:11:00,326 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:11:00,326 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:11:00,329 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:11:00,329 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:11:00,330 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:11:00,330 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5a950c38d0) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:11:00,333 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:11:00,333 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:11:00,336 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:11:00,337 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:11:00,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:11:00,342 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:00,346 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:11:00,347 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:11:00,347 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:11:00,347 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:11:00,350 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:11:00,353 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:11:00,353 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:11:00,356 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:11:00,357 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:11:00,357 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:11:00,357 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5a950d0cc0) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:11:00,360 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:11:00,360 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:11:00,364 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/lvm-pv-uuid-izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', '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': 'izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf', 'ID_FS_UUID_ENC': 'izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:11:00,364 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:11:00,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:11:00,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:00,373 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:11:00,374 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:11:00,374 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:11:00,374 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:11:00,377 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:11:00,380 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:11:00,380 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:11:00,383 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:11:00,384 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:11:00,384 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:11:00,384 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5a950d82b0) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:11:00,388 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:11:00,391 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:00,391 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:11:00,394 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:00,395 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:11:00,398 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:00,398 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:11:00,401 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:00,401 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:11:00,404 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:11:00,404 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:11:00,404 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/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:00,432 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:11:00,432 INFO program/MainThread: stderr[9]: 2024-03-01 21:11:00,432 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:11:00,432 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:11:00,437 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf ; label: None ; device: /dev/sdc ; serial: 3600140507600ad0486d49968c7af7867 ; exists: True ; vg_name: test_vg1 ; vg_uuid: eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:11:00,437 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:11:00,440 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:11:00,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO ; incomplete: True ; hidden: False ; 2024-03-01 21:11:00,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:11:00,449 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:11:00,452 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:11:00,455 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:11:00,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO ; incomplete: True ; hidden: False ; 2024-03-01 21:11:00,461 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:11:00,462 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/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:00,492 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:11:00,492 INFO program/MainThread: stderr[10]: 2024-03-01 21:11:00,492 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:11:00,496 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:00,500 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:00,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N ; incomplete: False ; hidden: False ; 2024-03-01 21:11:00,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:00,506 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:11:00,510 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:11:00,510 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:11:00,513 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:11:00,517 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:11:00,517 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:11:00,520 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:11:00,521 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:11:00,521 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:11:00,526 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:11:00,529 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:11:00,529 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:11:00,532 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:11:00,536 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:11:00,536 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:11:00,539 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:11:00,540 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:11:00,540 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:11:00,540 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:11:00,543 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:11:00,543 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:11:00,547 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:11:00,547 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:11:00,551 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-eyWctUQF8RIvTNJ1m0u7QReImSpTsKSOgMTZaFPooMvHDEPeXCls9jG82H2hHG2N ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/634aad21-e661-48d4-b20e-a2b6ef9a7314 ' '/dev/test_vg1/lv1 /dev/mapper/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-eyWctUQF8RIvTNJ1m0u7QReImSpTsKSOgMTZaFPooMvHDEPeXCls9jG82H2hHG2N', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '634aad21-e661-48d4-b20e-a2b6ef9a7314', 'ID_FS_UUID_ENC': '634aad21-e661-48d4-b20e-a2b6ef9a7314', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '884304264'} ; 2024-03-01 21:11:00,551 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:11:00,551 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:11:00,555 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:11:00,556 INFO program/MainThread: stderr[11]: 2024-03-01 21:11:00,556 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:11:00,556 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:11:00,559 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:11:00,560 INFO program/MainThread: stderr[12]: 2024-03-01 21:11:00,560 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:11:00,560 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:11:00,563 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:11:00,563 INFO program/MainThread: stderr[13]: 2024-03-01 21:11:00,563 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:11:00,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:00,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:11:00,574 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:00,575 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:11:00,575 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:00,575 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:11:00,571 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:00,576 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:11:00,579 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:11:00,580 INFO program/MainThread: stderr[14]: 2024-03-01 21:11:00,580 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:11:00,584 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:11:00,588 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:00,588 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:11:00,591 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:00,592 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:11:00,595 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:00,595 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:11:00,599 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:00,599 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:11:00,601 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:11:00,601 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:11:00,604 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:00,604 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:11:00,608 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:11:00,608 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:11:00,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:00,614 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:00,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg ; incomplete: False ; hidden: False ; 2024-03-01 21:11:00,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:00,621 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:11:00,624 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:11:00,624 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:11:00,628 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:11:00,631 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:11:00,631 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:11:00,635 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:11:00,635 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:11:00,635 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:11:00,639 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:11:00,642 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:11:00,642 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:11:00,645 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:11:00,649 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:11:00,649 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:11:00,653 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:11:00,653 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:11:00,653 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:11:00,653 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 21:11:00,656 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:11:00,656 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:11:00,660 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:11:00,660 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:11:00,663 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-eyWctUQF8RIvTNJ1m0u7QReImSpTsKSOPwvpO79Ik1M77K4PITI16lQ0Lx6qWbYg ' '/dev/disk/by-uuid/02bc5fda-5852-4ef4-a60d-cb88ca1dd306 ' '/dev/test_vg1/lv2 /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-eyWctUQF8RIvTNJ1m0u7QReImSpTsKSOPwvpO79Ik1M77K4PITI16lQ0Lx6qWbYg', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '02bc5fda-5852-4ef4-a60d-cb88ca1dd306', 'ID_FS_UUID_ENC': '02bc5fda-5852-4ef4-a60d-cb88ca1dd306', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '883984477'} ; 2024-03-01 21:11:00,664 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:11:00,664 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:11:00,668 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:11:00,668 INFO program/MainThread: stderr[15]: 2024-03-01 21:11:00,668 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:11:00,668 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:11:00,672 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:11:00,672 INFO program/MainThread: stderr[16]: 2024-03-01 21:11:00,672 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:11:00,672 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:11:00,676 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:11:00,676 INFO program/MainThread: stderr[17]: 2024-03-01 21:11:00,676 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:11:00,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:00,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 21:11:00,686 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:00,687 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:00,687 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:00,688 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:00,684 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:00,689 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:11:00,692 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:11:00,692 INFO program/MainThread: stderr[18]: 2024-03-01 21:11:00,692 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:11:00,696 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:11:00,700 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:00,700 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:11:00,704 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:00,704 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:11:00,707 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:00,707 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:11:00,711 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:00,711 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:11:00,711 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 21:11:00,714 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:00,715 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:11:00,718 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:11:00,718 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:11:00,718 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:11:00,722 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/lvm-pv-uuid-3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129', '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': '3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA', 'ID_FS_UUID_ENC': '3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:11:00,722 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:11:00,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:11:00,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:00,732 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:11:00,733 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:11:00,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:11:00,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:11:00,736 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:11:00,739 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:11:00,739 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:11:00,742 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:11:00,743 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:11:00,743 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:11:00,743 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5a950f30f0) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:11:00,746 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:11:00,750 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:00,750 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:11:00,753 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:00,753 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:11:00,756 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:00,756 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:11:00,759 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:00,759 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:11:00,762 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 21:11:00,762 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:11:00,763 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/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:00,797 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:11:00,797 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe. WARNING: Couldn't find device with uuid L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz. WARNING: VG test_vg2 is missing PV A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe (last written to /dev/sde). WARNING: VG test_vg2 is missing PV L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz (last written to /dev/sdf). 2024-03-01 21:11:00,797 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:11:00,798 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 21:11:00,802 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA ; label: None ; device: /dev/sdd ; serial: 3600140573796fb33c884eb996b5a88ca ; exists: True ; vg_name: test_vg2 ; vg_uuid: qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 21:11:00,802 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 21:11:00,805 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:11:00,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc ; incomplete: True ; hidden: False ; 2024-03-01 21:11:00,811 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:00,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:00,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:00,818 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/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:00,846 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 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=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:11:00,846 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe. WARNING: Couldn't find device with uuid L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz. WARNING: VG test_vg2 is missing PV A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe (last written to /dev/sde). WARNING: VG test_vg2 is missing PV L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz (last written to /dev/sdf). 2024-03-01 21:11:00,846 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:11:00,846 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:11:00,847 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:11:00,852 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:11:00,855 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:11:00,855 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:11:00,858 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:11:00,859 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/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:00,885 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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=TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:11:00,886 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe. WARNING: Couldn't find device with uuid L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz. WARNING: VG test_vg2 is missing PV A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe (last written to /dev/sde). WARNING: VG test_vg2 is missing PV L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz (last written to /dev/sdf). 2024-03-01 21:11:00,886 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:11:00,890 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 21:11:00,891 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 21:11:00,894 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 21:11:00,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc ; incomplete: True ; hidden: False ; 2024-03-01 21:11:00,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:11:00,900 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:11:00,900 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:11:00,903 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/lvm-pv-uuid-A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe', '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': 'A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe', 'ID_FS_UUID_ENC': 'A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:11:00,903 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:11:00,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:11:00,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:00,913 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:11:00,914 INFO blivet/MainThread: sde is a disk 2024-03-01 21:11:00,914 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:11:00,914 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:11:00,917 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:11:00,921 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:11:00,921 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:11:00,924 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:11:00,924 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:11:00,925 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 21:11:00,925 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5a950ef780) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:11:00,928 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:11:00,931 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:00,931 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 21:11:00,934 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:00,934 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 21:11:00,938 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:00,938 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 21:11:00,941 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:00,941 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 21:11:00,944 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 21:11:00,944 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:11:00,944 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/sde$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:00,969 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:11:00,970 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz. WARNING: VG test_vg2 is missing PV L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz (last written to /dev/sdf). 2024-03-01 21:11:00,970 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:11:00,970 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 21:11:00,974 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe ; label: None ; device: /dev/sde ; serial: 360014057724fea19c3d4e609023f1f04 ; exists: True ; vg_name: test_vg2 ; vg_uuid: qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:11:00,974 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 21:11:00,977 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:11:00,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc ; incomplete: True ; hidden: False ; 2024-03-01 21:11:00,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:11:00,987 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:11:00,990 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:11:00,993 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 21:11:00,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc ; incomplete: True ; hidden: False ; 2024-03-01 21:11:00,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:11:00,999 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/sde$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:01,031 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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=TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:11:01,031 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz. WARNING: VG test_vg2 is missing PV L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz (last written to /dev/sdf). 2024-03-01 21:11:01,031 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:11:01,031 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:11:01,031 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:11:01,036 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/lvm-pv-uuid-L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25', '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': 'L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz', 'ID_FS_UUID_ENC': 'L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:11:01,036 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:11:01,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:11:01,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:01,046 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:11:01,047 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:11:01,047 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 21:11:01,047 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:11:01,050 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:11:01,053 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:11:01,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 21:11:01,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 21:11:01,057 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:11:01,057 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 21:11:01,057 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5a950ef908) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:11:01,061 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:11:01,064 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:01,064 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 21:11:01,067 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:01,067 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 21:11:01,071 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:01,071 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 21:11:01,074 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:01,074 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 21:11:01,077 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 21:11:01,077 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:11:01,077 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/sde$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:01,104 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:11:01,104 INFO program/MainThread: stderr[24]: 2024-03-01 21:11:01,104 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:11:01,104 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 21:11:01,108 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz ; label: None ; device: /dev/sdf ; serial: 360014054aa4e6a13b4a47fe8647dbd25 ; exists: True ; vg_name: test_vg2 ; vg_uuid: qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:11:01,109 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 21:11:01,112 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:11:01,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc ; incomplete: True ; hidden: False ; 2024-03-01 21:11:01,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:11:01,121 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:11:01,124 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:11:01,127 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 21:11:01,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc ; incomplete: True ; hidden: False ; 2024-03-01 21:11:01,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:11:01,134 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/sde$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:01,162 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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=TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:11:01,162 INFO program/MainThread: stderr[25]: 2024-03-01 21:11:01,162 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:11:01,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:01,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:01,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG ; incomplete: False ; hidden: False ; 2024-03-01 21:11:01,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:01,176 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:11:01,180 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:11:01,180 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:11:01,183 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:11:01,186 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:11:01,187 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:11:01,190 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:11:01,191 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:11:01,191 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:11:01,194 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:11:01,198 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:11:01,198 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:11:01,201 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:11:01,204 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:11:01,204 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:11:01,208 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:11:01,208 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:11:01,208 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:11:01,209 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 21:11:01,212 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:11:01,212 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:11:01,215 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:11:01,215 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:11:01,219 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-uuid/5646c381-8e93-4fc4-8f74-7a77e982bab1 ' '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-qoKNQfBKSIe9ciC9O9My7Ufxv2wtAUmcoac62BdaL7nyodDf4noj9X28BFd6yloG', '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-qoKNQfBKSIe9ciC9O9My7Ufxv2wtAUmcoac62BdaL7nyodDf4noj9X28BFd6yloG', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5646c381-8e93-4fc4-8f74-7a77e982bab1', 'ID_FS_UUID_ENC': '5646c381-8e93-4fc4-8f74-7a77e982bab1', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '883073436'} ; 2024-03-01 21:11:01,219 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:11:01,219 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:11:01,223 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:11:01,224 INFO program/MainThread: stderr[26]: 2024-03-01 21:11:01,224 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:11:01,224 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:11:01,227 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:11:01,227 INFO program/MainThread: stderr[27]: 2024-03-01 21:11:01,227 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:11:01,228 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:11:01,231 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:11:01,231 INFO program/MainThread: stderr[28]: 2024-03-01 21:11:01,231 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:11:01,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:01,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 21:11:01,241 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:01,242 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:11:01,242 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:01,243 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:11:01,239 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:01,243 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:11:01,247 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:11:01,247 INFO program/MainThread: stderr[29]: 2024-03-01 21:11:01,247 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:11:01,251 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:11:01,255 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:01,256 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 21:11:01,259 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:01,259 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 21:11:01,262 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:01,263 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:11:01,266 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:01,266 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 21:11:01,266 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 21:11:01,269 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:01,270 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 21:11:01,273 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:11:01,273 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:11:01,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:01,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:01,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:01,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:01,297 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:11:01,300 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:11:01,300 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:11:01,304 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:11:01,307 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:11:01,307 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:11:01,311 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:11:01,311 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:11:01,311 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 21:11:01,315 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:11:01,318 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:11:01,318 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:11:01,321 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:11:01,325 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:11:01,325 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:11:01,328 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:11:01,329 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:11:01,329 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:11:01,329 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 21:11:01,332 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:11:01,332 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:11:01,335 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:11:01,336 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:11:01,339 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-qoKNQfBKSIe9ciC9O9My7Ufxv2wtAUmcTlJId4nQr4uWPXEpfUent0SrBmChJ3g8 ' '/dev/disk/by-uuid/8fa54e60-f3de-44ce-9660-d98772f3abbe ' '/dev/test_vg2/lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/mapper/test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', '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-qoKNQfBKSIe9ciC9O9My7Ufxv2wtAUmcTlJId4nQr4uWPXEpfUent0SrBmChJ3g8', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '8fa54e60-f3de-44ce-9660-d98772f3abbe', 'ID_FS_UUID_ENC': '8fa54e60-f3de-44ce-9660-d98772f3abbe', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '882765023'} ; 2024-03-01 21:11:01,339 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:11:01,340 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:11:01,344 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:11:01,344 INFO program/MainThread: stderr[30]: 2024-03-01 21:11:01,344 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:11:01,344 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:11:01,348 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:11:01,348 INFO program/MainThread: stderr[31]: 2024-03-01 21:11:01,348 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:11:01,348 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:11:01,351 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:11:01,352 INFO program/MainThread: stderr[32]: 2024-03-01 21:11:01,352 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:11:01,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:01,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 21:11:01,362 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:01,363 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:01,363 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:01,364 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:01,360 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:01,365 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:11:01,368 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:11:01,368 INFO program/MainThread: stderr[33]: 2024-03-01 21:11:01,368 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:11:01,372 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:11:01,376 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:01,376 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 21:11:01,379 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:01,380 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 21:11:01,383 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:01,383 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 21:11:01,387 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:01,387 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 21:11:01,387 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 21:11:01,390 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:01,390 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 21:11:01,394 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:11:01,394 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:11:01,394 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:11:01,397 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', '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': '5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi', 'ID_FS_UUID_ENC': '5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:11:01,397 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:11:01,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:11:01,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:01,408 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:11:01,408 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:11:01,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 21:11:01,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 21:11:01,412 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:11:01,415 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:11:01,415 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:11:01,418 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:11:01,418 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:11:01,419 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 21:11:01,419 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5a950d8f60) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:11:01,422 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:11:01,425 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:01,425 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 21:11:01,429 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:01,429 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 21:11:01,432 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:01,432 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 21:11:01,435 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:01,435 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 21:11:01,438 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 21:11:01,438 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:11:01,439 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/sde$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:01,474 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:11:01,474 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0. WARNING: Couldn't find device with uuid g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB. WARNING: Couldn't find device with uuid V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy. WARNING: VG test_vg3 is missing PV LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:11:01,474 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:11:01,475 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 21:11:01,479 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi ; label: None ; device: /dev/sdg ; serial: 36001405cdf17d5598734849aacbc6aba ; exists: True ; vg_name: test_vg3 ; vg_uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 21:11:01,479 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 21:11:01,482 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:11:01,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; incomplete: True ; hidden: False ; 2024-03-01 21:11:01,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:01,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:01,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:01,495 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/sde$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:01,528 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 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=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:11:01,528 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0. WARNING: Couldn't find device with uuid g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB. WARNING: Couldn't find device with uuid V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy. WARNING: VG test_vg3 is missing PV LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:11:01,528 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:11:01,528 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:11:01,529 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:11:01,534 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:11:01,538 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:11:01,538 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 21:11:01,541 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:11:01,541 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/sde$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:01,575 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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=TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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=0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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=0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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=eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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=eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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=hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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=UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:11:01,575 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0. WARNING: Couldn't find device with uuid g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB. WARNING: Couldn't find device with uuid V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy. WARNING: VG test_vg3 is missing PV LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:11:01,575 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:11:01,580 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 21:11:01,581 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 21:11:01,584 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 21:11:01,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; incomplete: True ; hidden: False ; 2024-03-01 21:11:01,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:11:01,590 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:11:01,590 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:11:01,594 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/lvm-pv-uuid-LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0', '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': 'LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0', 'ID_FS_UUID_ENC': 'LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:11:01,594 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:11:01,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:11:01,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:01,605 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:11:01,605 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:11:01,606 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:11:01,606 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 21:11:01,609 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:11:01,612 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:11:01,612 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:11:01,615 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:11:01,616 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:11:01,616 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 21:11:01,616 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5a950c3dd8) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:11:01,619 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:11:01,623 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:01,623 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 21:11:01,626 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:01,626 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 21:11:01,629 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:01,629 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 21:11:01,633 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:01,633 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 21:11:01,636 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 21:11:01,636 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:11:01,636 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/sde$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:01,668 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:11:01,668 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB. WARNING: Couldn't find device with uuid V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy. WARNING: VG test_vg3 is missing PV g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:11:01,668 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:11:01,669 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 21:11:01,673 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0 ; label: None ; device: /dev/sdh ; serial: 36001405ebefe45c97334e97bc8ef260a ; exists: True ; vg_name: test_vg3 ; vg_uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; pe_start: 8 MiB ; 2024-03-01 21:11:01,674 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 21:11:01,677 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:11:01,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; incomplete: True ; hidden: False ; 2024-03-01 21:11:01,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:11:01,686 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:11:01,690 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:11:01,692 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 21:11:01,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; incomplete: True ; hidden: False ; 2024-03-01 21:11:01,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:11:01,699 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/sde$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:01,731 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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=TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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=0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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=0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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=eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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=eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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=hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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=UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:11:01,731 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB. WARNING: Couldn't find device with uuid V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy. WARNING: VG test_vg3 is missing PV g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:11:01,731 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:11:01,732 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:11:01,732 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:11:01,737 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/lvm-pv-uuid-g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', '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': 'g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB', 'ID_FS_UUID_ENC': 'g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:11:01,737 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:11:01,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:11:01,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:01,748 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:11:01,749 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:11:01,749 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 21:11:01,749 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 21:11:01,752 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:11:01,755 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:11:01,755 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:11:01,758 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:11:01,759 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:11:01,759 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 21:11:01,759 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5a950efbe0) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:11:01,763 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:11:01,766 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:01,766 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 21:11:01,770 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:01,770 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 21:11:01,773 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:01,773 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 21:11:01,776 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:01,776 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 21:11:01,779 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 21:11:01,779 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:11:01,779 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/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:01,811 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:11:01,811 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy. WARNING: VG test_vg3 is missing PV V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:11:01,811 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:11:01,812 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 21:11:01,816 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB ; label: None ; device: /dev/sdi ; serial: 360014059ecde81f0f75464fb026f2b43 ; exists: True ; vg_name: test_vg3 ; vg_uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; pe_start: 8 MiB ; 2024-03-01 21:11:01,817 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:11:01,820 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:11:01,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; incomplete: True ; hidden: False ; 2024-03-01 21:11:01,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:11:01,829 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:11:01,833 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:11:01,836 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 21:11:01,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; incomplete: True ; hidden: False ; 2024-03-01 21:11:01,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:11:01,842 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/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:01,875 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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=TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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=0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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=0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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=eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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=eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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=hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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=UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:11:01,875 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy. WARNING: VG test_vg3 is missing PV V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:11:01,875 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:11:01,876 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:11:01,876 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:11:01,881 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/lvm-pv-uuid-V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738', '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': 'V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy', 'ID_FS_UUID_ENC': 'V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:11:01,881 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:11:01,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:11:01,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:01,892 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:11:01,893 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:11:01,893 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:11:01,893 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 21:11:01,896 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:11:01,900 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:11:01,900 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:11:01,903 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:11:01,903 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:11:01,904 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 21:11:01,904 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5a950ffba8) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:11:01,907 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:11:01,910 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:01,911 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 21:11:01,914 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:01,914 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 21:11:01,917 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:01,918 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 21:11:01,921 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:01,921 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 21:11:01,924 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 21:11:01,924 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:11:01,924 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/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:01,957 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=iJbOl3-I1g8-C2Rw-6zOl-CKbJ-EUuB-RgYq5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Nzs6o2-5Sd1-nVq2-X45d-QZfi-xNWq-9ebE1d LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=izZYOE-hAMv-W3Ih-MF1a-acL9-IlfI-Xuzamf LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=3ETBD0-99Yf-M9tI-9ODh-O4eH-OLKC-3se7WA LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=A7XKr8-kDB9-6rfL-ZjR4-SeBP-DnrY-9mZPQe LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=L5ZM08-ZHLY-ato3-yFp6-sDJw-WWHx-8RpOaz LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc LVM2_VG_SIZE=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=5ELHtg-8g03-7Bd8-3ptL-MjoY-xHqZ-soj6xi LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=LJRbRT-LYr0-yeNm-Y2nL-UykA-QmqO-w2fQm0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=g2ZkO2-MqL9-WqwT-A0QM-eue7-8yo4-IJ9doB LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 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=V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:11:01,957 INFO program/MainThread: stderr[41]: 2024-03-01 21:11:01,957 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:11:01,958 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 21:11:01,962 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: V8FVfW-8nKK-94qp-22Im-3H2o-hV3h-2nnUgy ; label: None ; device: /dev/sdj ; serial: 360014058cfe40214e5545d8be65db738 ; exists: True ; vg_name: test_vg3 ; vg_uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 21:11:01,963 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 21:11:01,966 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:11:01,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; incomplete: True ; hidden: False ; 2024-03-01 21:11:01,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:11:01,976 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:11:01,979 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:11:01,982 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 21:11:01,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 ; incomplete: True ; hidden: False ; 2024-03-01 21:11:01,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:11:01,988 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/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:02,022 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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=oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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=TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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=0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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=0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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=eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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=eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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=hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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=UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:11:02,022 INFO program/MainThread: stderr[42]: 2024-03-01 21:11:02,022 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:11:02,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:02,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:02,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt ; incomplete: False ; hidden: False ; 2024-03-01 21:11:02,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:02,037 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 21:11:02,041 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:11:02,041 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:11:02,044 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:11:02,048 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:11:02,048 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:11:02,051 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:11:02,052 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:11:02,052 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 21:11:02,056 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:11:02,060 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:11:02,060 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 21:11:02,063 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:11:02,067 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:11:02,067 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:11:02,070 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:11:02,070 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:11:02,071 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:11:02,071 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 21:11:02,074 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:11:02,074 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:11:02,077 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:11:02,078 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:11:02,081 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/43e5fb16-bba6-4bc0-aa9d-507587a44dd6 ' '/dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-aif8O8C9PWbFF59svIcuwTScAdlUwvS70jIZ63g9TQMKcz1olz2sFq28zBOs5Wjt ' '/dev/mapper/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-aif8O8C9PWbFF59svIcuwTScAdlUwvS70jIZ63g9TQMKcz1olz2sFq28zBOs5Wjt', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '43e5fb16-bba6-4bc0-aa9d-507587a44dd6', 'ID_FS_UUID_ENC': '43e5fb16-bba6-4bc0-aa9d-507587a44dd6', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '881815562'} ; 2024-03-01 21:11:02,081 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:11:02,082 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:11:02,086 INFO program/MainThread: stdout[43]: LVM 2024-03-01 21:11:02,086 INFO program/MainThread: stderr[43]: 2024-03-01 21:11:02,086 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:11:02,086 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:11:02,090 INFO program/MainThread: stdout[44]: LVM 2024-03-01 21:11:02,090 INFO program/MainThread: stderr[44]: 2024-03-01 21:11:02,090 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:11:02,090 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:11:02,094 INFO program/MainThread: stdout[45]: LVM 2024-03-01 21:11:02,094 INFO program/MainThread: stderr[45]: 2024-03-01 21:11:02,094 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:11:02,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:02,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 21:11:02,105 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:02,106 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:11:02,107 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:02,107 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:11:02,103 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:02,108 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:11:02,111 INFO program/MainThread: stdout[46]: LVM 2024-03-01 21:11:02,112 INFO program/MainThread: stderr[46]: 2024-03-01 21:11:02,112 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:11:02,116 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:11:02,119 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:02,120 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 21:11:02,123 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:02,123 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 21:11:02,127 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:02,127 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 21:11:02,130 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:02,130 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 21:11:02,131 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 21:11:02,134 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:02,134 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 21:11:02,137 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:11:02,138 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:11:02,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:02,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:02,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp ; incomplete: False ; hidden: False ; 2024-03-01 21:11:02,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:02,150 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 21:11:02,154 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:11:02,154 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:11:02,157 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:11:02,161 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:11:02,161 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:11:02,165 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:11:02,165 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:11:02,165 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 21:11:02,169 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:11:02,172 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:11:02,172 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:11:02,175 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:11:02,179 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:11:02,179 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:11:02,182 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:11:02,183 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:11:02,183 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:11:02,183 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 21:11:02,186 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:11:02,187 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:11:02,190 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:11:02,190 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:11:02,194 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/disk/by-uuid/1a92f6d7-946f-4a3e-a9b1-e99899b85923 ' '/dev/disk/by-id/dm-uuid-LVM-aif8O8C9PWbFF59svIcuwTScAdlUwvS7eqDHyKM1NXcpK5RoAbcD6Q5Yf5dbcYWp ' '/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-aif8O8C9PWbFF59svIcuwTScAdlUwvS7eqDHyKM1NXcpK5RoAbcD6Q5Yf5dbcYWp', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1a92f6d7-946f-4a3e-a9b1-e99899b85923', 'ID_FS_UUID_ENC': '1a92f6d7-946f-4a3e-a9b1-e99899b85923', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '881493113'} ; 2024-03-01 21:11:02,194 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:11:02,194 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:11:02,199 INFO program/MainThread: stdout[47]: LVM 2024-03-01 21:11:02,199 INFO program/MainThread: stderr[47]: 2024-03-01 21:11:02,199 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:11:02,199 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:11:02,203 INFO program/MainThread: stdout[48]: LVM 2024-03-01 21:11:02,203 INFO program/MainThread: stderr[48]: 2024-03-01 21:11:02,203 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:11:02,203 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:11:02,206 INFO program/MainThread: stdout[49]: LVM 2024-03-01 21:11:02,207 INFO program/MainThread: stderr[49]: 2024-03-01 21:11:02,207 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:11:02,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:02,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 21:11:02,218 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:02,219 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:11:02,219 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:02,220 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:11:02,215 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- name = test_vg3 status = True 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:02,221 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:11:02,224 INFO program/MainThread: stdout[50]: LVM 2024-03-01 21:11:02,225 INFO program/MainThread: stderr[50]: 2024-03-01 21:11:02,225 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:11:02,229 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:11:02,233 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:02,233 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 21:11:02,236 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:02,236 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 21:11:02,240 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:02,240 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 21:11:02,243 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:02,243 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 21:11:02,244 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 21:11:02,247 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:02,247 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 21:11:02,250 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:11:02,251 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:11:02,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:02,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:02,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk ; incomplete: False ; hidden: False ; 2024-03-01 21:11:02,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:02,263 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:11:02,267 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:11:02,267 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 21:11:02,270 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:11:02,274 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:11:02,274 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:11:02,278 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:11:02,278 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:11:02,278 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 21:11:02,282 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:11:02,285 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:11:02,285 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 21:11:02,289 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:11:02,292 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:11:02,292 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:11:02,296 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:11:02,296 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:11:02,296 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:11:02,296 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 21:11:02,299 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:11:02,300 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:11:02,303 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:11:02,303 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:11:02,307 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-uuid/fe6d6369-3364-4005-afc7-c14399a8a4ca ' '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-aif8O8C9PWbFF59svIcuwTScAdlUwvS7hYbAVzqsGPImDV5FTIJESmIomzhc1Ljk ' '/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-aif8O8C9PWbFF59svIcuwTScAdlUwvS7hYbAVzqsGPImDV5FTIJESmIomzhc1Ljk', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'fe6d6369-3364-4005-afc7-c14399a8a4ca', 'ID_FS_UUID_ENC': 'fe6d6369-3364-4005-afc7-c14399a8a4ca', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '881161504'} ; 2024-03-01 21:11:02,307 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:11:02,307 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:11:02,312 INFO program/MainThread: stdout[51]: LVM 2024-03-01 21:11:02,312 INFO program/MainThread: stderr[51]: 2024-03-01 21:11:02,312 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:11:02,312 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:11:02,316 INFO program/MainThread: stdout[52]: LVM 2024-03-01 21:11:02,316 INFO program/MainThread: stderr[52]: 2024-03-01 21:11:02,316 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:11:02,316 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:11:02,319 INFO program/MainThread: stdout[53]: LVM 2024-03-01 21:11:02,320 INFO program/MainThread: stderr[53]: 2024-03-01 21:11:02,320 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:11:02,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:02,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 21:11:02,332 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:02,333 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:11:02,333 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:02,334 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:11:02,328 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:02,335 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:11:02,338 INFO program/MainThread: stdout[54]: LVM 2024-03-01 21:11:02,338 INFO program/MainThread: stderr[54]: 2024-03-01 21:11:02,338 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 21:11:02,343 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:11:02,346 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:02,347 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 21:11:02,350 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:02,350 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 21:11:02,354 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:02,354 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 21:11:02,357 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:02,357 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 21:11:02,358 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 21:11:02,361 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:02,361 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 21:11:02,364 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:11:02,364 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:11:02,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:02,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:02,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t ; incomplete: False ; hidden: False ; 2024-03-01 21:11:02,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:02,377 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 21:11:02,381 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:11:02,381 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 21:11:02,384 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:11:02,388 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:11:02,388 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:11:02,391 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:11:02,392 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:11:02,392 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 21:11:02,395 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:11:02,399 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:11:02,399 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 21:11:02,402 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:11:02,405 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:11:02,406 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:11:02,409 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:11:02,410 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:11:02,410 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:11:02,410 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 21:11:02,413 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:11:02,413 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:11:02,416 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:11:02,417 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:11:02,420 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-aif8O8C9PWbFF59svIcuwTScAdlUwvS7UMaIK1EjwikXb1iOqB3maDwmqGQSZk8t ' '/dev/test_vg3/lv8 ' '/dev/disk/by-uuid/ec5048e6-293b-40d7-94ea-1669d5c9e53c ' '/dev/mapper/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-aif8O8C9PWbFF59svIcuwTScAdlUwvS7UMaIK1EjwikXb1iOqB3maDwmqGQSZk8t', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ec5048e6-293b-40d7-94ea-1669d5c9e53c', 'ID_FS_UUID_ENC': 'ec5048e6-293b-40d7-94ea-1669d5c9e53c', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '880756550'} ; 2024-03-01 21:11:02,420 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:11:02,421 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:11:02,425 INFO program/MainThread: stdout[55]: LVM 2024-03-01 21:11:02,425 INFO program/MainThread: stderr[55]: 2024-03-01 21:11:02,425 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 21:11:02,425 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:11:02,429 INFO program/MainThread: stdout[56]: LVM 2024-03-01 21:11:02,429 INFO program/MainThread: stderr[56]: 2024-03-01 21:11:02,429 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 21:11:02,429 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:11:02,433 INFO program/MainThread: stdout[57]: LVM 2024-03-01 21:11:02,433 INFO program/MainThread: stderr[57]: 2024-03-01 21:11:02,433 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 21:11:02,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:02,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 21:11:02,445 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:02,446 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:02,446 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:02,447 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:02,442 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:02,448 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:11:02,452 INFO program/MainThread: stdout[58]: LVM 2024-03-01 21:11:02,452 INFO program/MainThread: stderr[58]: 2024-03-01 21:11:02,452 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 21:11:02,456 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:11:02,460 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:02,460 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 21:11:02,463 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:02,463 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 21:11:02,467 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:02,467 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 21:11:02,470 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:02,471 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 21:11:02,471 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 21:11:02,474 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:02,474 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 21:11:02,478 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:11:02,478 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:11:02,478 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:11:02,481 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': '22216935'} ; 2024-03-01 21:11:02,481 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:11:02,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:11:02,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:02,493 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:11:02,493 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:11:02,493 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:11:02,493 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:11:02,493 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 21:11:02,493 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 21:11:02,496 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:11:02,500 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:11:02,500 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:11:02,503 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:11:02,503 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:11:02,504 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 21:11:02,504 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5a95098048) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:11:02,507 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:11:02,510 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:02,510 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 21:11:02,514 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:02,514 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 21:11:02,517 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:02,517 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 21:11:02,520 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:02,520 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 21:11:02,523 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:11:02,526 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:02,529 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:11:02,536 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 0x7f5a95096e48> 2024-03-01 21:11:05,628 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 21:11:05,633 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:11:05,633 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:11:05,637 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': '22221140'} ; 2024-03-01 21:11:05,637 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:11:05,637 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:11:05,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:05,644 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:05,647 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:11:05,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:05,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:05,654 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:05,668 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:05,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:11:05,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 21:11:05,690 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 21:11:05,694 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:11:05,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 21:11:05,697 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:11:05,700 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:11:05,700 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:11:05,703 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:11:05,704 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:11:05,704 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:11:05,707 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:11:05,710 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:11:05,713 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:11:05,716 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:11:05,719 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:11:05,720 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:11:05,720 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 21:11:05,720 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:11:05,720 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f5a950abf28) -- 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 0x7f5a950b09e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:11:05,724 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:11:05,728 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:05,728 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 21:11:05,731 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:05,731 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 21:11:05,734 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:05,734 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 21:11:05,737 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:05,738 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 21:11:05,738 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:11:05,741 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:05,741 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 21:11:05,744 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:11:05,744 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:11:05,747 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-aif8O8C9PWbFF59svIcuwTScAdlUwvS7UMaIK1EjwikXb1iOqB3maDwmqGQSZk8t ' '/dev/disk/by-uuid/ec5048e6-293b-40d7-94ea-1669d5c9e53c ' '/dev/mapper/test_vg3-lv8 /dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-aif8O8C9PWbFF59svIcuwTScAdlUwvS7UMaIK1EjwikXb1iOqB3maDwmqGQSZk8t', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ec5048e6-293b-40d7-94ea-1669d5c9e53c', 'ID_FS_UUID_ENC': 'ec5048e6-293b-40d7-94ea-1669d5c9e53c', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '880756550'} ; 2024-03-01 21:11:05,747 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:11:05,747 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:11:05,752 INFO program/MainThread: stdout[59]: LVM 2024-03-01 21:11:05,752 INFO program/MainThread: stderr[59]: 2024-03-01 21:11:05,752 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 21:11:05,752 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:11:05,756 INFO program/MainThread: stdout[60]: LVM 2024-03-01 21:11:05,756 INFO program/MainThread: stderr[60]: 2024-03-01 21:11:05,756 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 21:11:05,756 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:11:05,759 INFO program/MainThread: stdout[61]: LVM 2024-03-01 21:11:05,760 INFO program/MainThread: stderr[61]: 2024-03-01 21:11:05,760 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 21:11:05,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:05,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:11:05,771 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:05,773 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:05,773 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:05,774 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:05,768 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:05,775 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:11:05,779 INFO program/MainThread: stdout[62]: LVM 2024-03-01 21:11:05,780 INFO program/MainThread: stderr[62]: 2024-03-01 21:11:05,780 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 21:11:05,784 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:11:05,784 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 21:11:05,788 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-uuid/fe6d6369-3364-4005-afc7-c14399a8a4ca ' '/dev/test_vg3/lv7 /dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-aif8O8C9PWbFF59svIcuwTScAdlUwvS7hYbAVzqsGPImDV5FTIJESmIomzhc1Ljk', '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-aif8O8C9PWbFF59svIcuwTScAdlUwvS7hYbAVzqsGPImDV5FTIJESmIomzhc1Ljk', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'fe6d6369-3364-4005-afc7-c14399a8a4ca', 'ID_FS_UUID_ENC': 'fe6d6369-3364-4005-afc7-c14399a8a4ca', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '881161504'} ; 2024-03-01 21:11:05,788 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:11:05,788 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:11:05,792 INFO program/MainThread: stdout[63]: LVM 2024-03-01 21:11:05,792 INFO program/MainThread: stderr[63]: 2024-03-01 21:11:05,792 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 21:11:05,792 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:11:05,795 INFO program/MainThread: stdout[64]: LVM 2024-03-01 21:11:05,796 INFO program/MainThread: stderr[64]: 2024-03-01 21:11:05,796 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 21:11:05,796 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:11:05,799 INFO program/MainThread: stdout[65]: LVM 2024-03-01 21:11:05,799 INFO program/MainThread: stderr[65]: 2024-03-01 21:11:05,799 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 21:11:05,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:05,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:11:05,811 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:05,812 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:05,812 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:05,814 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:05,808 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:05,814 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:11:05,818 INFO program/MainThread: stdout[66]: LVM 2024-03-01 21:11:05,818 INFO program/MainThread: stderr[66]: 2024-03-01 21:11:05,818 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 21:11:05,822 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:11:05,822 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 21:11:05,825 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/test_vg3/lv6 /dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-aif8O8C9PWbFF59svIcuwTScAdlUwvS7eqDHyKM1NXcpK5RoAbcD6Q5Yf5dbcYWp ' '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/1a92f6d7-946f-4a3e-a9b1-e99899b85923', '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-aif8O8C9PWbFF59svIcuwTScAdlUwvS7eqDHyKM1NXcpK5RoAbcD6Q5Yf5dbcYWp', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1a92f6d7-946f-4a3e-a9b1-e99899b85923', 'ID_FS_UUID_ENC': '1a92f6d7-946f-4a3e-a9b1-e99899b85923', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '881493113'} ; 2024-03-01 21:11:05,825 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:11:05,826 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:11:05,829 INFO program/MainThread: stdout[67]: LVM 2024-03-01 21:11:05,829 INFO program/MainThread: stderr[67]: 2024-03-01 21:11:05,829 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 21:11:05,829 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:11:05,832 INFO program/MainThread: stdout[68]: LVM 2024-03-01 21:11:05,833 INFO program/MainThread: stderr[68]: 2024-03-01 21:11:05,833 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 21:11:05,833 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:11:05,836 INFO program/MainThread: stdout[69]: LVM 2024-03-01 21:11:05,836 INFO program/MainThread: stderr[69]: 2024-03-01 21:11:05,836 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 21:11:05,841 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:05,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:11:05,848 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:05,849 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:05,849 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:05,850 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:05,845 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:05,851 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:11:05,854 INFO program/MainThread: stdout[70]: LVM 2024-03-01 21:11:05,854 INFO program/MainThread: stderr[70]: 2024-03-01 21:11:05,855 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 21:11:05,858 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:11:05,859 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 21:11:05,862 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/43e5fb16-bba6-4bc0-aa9d-507587a44dd6 ' '/dev/mapper/test_vg3-lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-aif8O8C9PWbFF59svIcuwTScAdlUwvS70jIZ63g9TQMKcz1olz2sFq28zBOs5Wjt', '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-aif8O8C9PWbFF59svIcuwTScAdlUwvS70jIZ63g9TQMKcz1olz2sFq28zBOs5Wjt', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '43e5fb16-bba6-4bc0-aa9d-507587a44dd6', 'ID_FS_UUID_ENC': '43e5fb16-bba6-4bc0-aa9d-507587a44dd6', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '881815562'} ; 2024-03-01 21:11:05,862 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:11:05,862 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:11:05,865 INFO program/MainThread: stdout[71]: LVM 2024-03-01 21:11:05,866 INFO program/MainThread: stderr[71]: 2024-03-01 21:11:05,866 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 21:11:05,866 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:11:05,869 INFO program/MainThread: stdout[72]: LVM 2024-03-01 21:11:05,869 INFO program/MainThread: stderr[72]: 2024-03-01 21:11:05,869 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 21:11:05,869 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:11:05,872 INFO program/MainThread: stdout[73]: LVM 2024-03-01 21:11:05,873 INFO program/MainThread: stderr[73]: 2024-03-01 21:11:05,873 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 21:11:05,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:05,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 21:11:05,884 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:05,885 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:05,886 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:05,887 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:05,881 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:05,887 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:11:05,891 INFO program/MainThread: stdout[74]: LVM 2024-03-01 21:11:05,891 INFO program/MainThread: stderr[74]: 2024-03-01 21:11:05,891 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 21:11:05,895 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:11:05,895 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 21:11:05,898 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-uuid/8fa54e60-f3de-44ce-9660-d98772f3abbe ' '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-qoKNQfBKSIe9ciC9O9My7Ufxv2wtAUmcTlJId4nQr4uWPXEpfUent0SrBmChJ3g8 ' '/dev/test_vg2/lv4 /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-qoKNQfBKSIe9ciC9O9My7Ufxv2wtAUmcTlJId4nQr4uWPXEpfUent0SrBmChJ3g8', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '8fa54e60-f3de-44ce-9660-d98772f3abbe', 'ID_FS_UUID_ENC': '8fa54e60-f3de-44ce-9660-d98772f3abbe', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '882765023'} ; 2024-03-01 21:11:05,898 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:11:05,899 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:11:05,902 INFO program/MainThread: stdout[75]: LVM 2024-03-01 21:11:05,902 INFO program/MainThread: stderr[75]: 2024-03-01 21:11:05,902 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 21:11:05,902 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:11:05,905 INFO program/MainThread: stdout[76]: LVM 2024-03-01 21:11:05,906 INFO program/MainThread: stderr[76]: 2024-03-01 21:11:05,906 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 21:11:05,906 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:11:05,909 INFO program/MainThread: stdout[77]: LVM 2024-03-01 21:11:05,909 INFO program/MainThread: stderr[77]: 2024-03-01 21:11:05,909 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 21:11:05,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:05,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:11:05,920 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:05,921 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:05,921 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:05,922 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:05,917 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:05,922 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:11:05,925 INFO program/MainThread: stdout[78]: LVM 2024-03-01 21:11:05,926 INFO program/MainThread: stderr[78]: 2024-03-01 21:11:05,926 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 21:11:05,930 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:11:05,930 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 21:11:05,933 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-qoKNQfBKSIe9ciC9O9My7Ufxv2wtAUmcoac62BdaL7nyodDf4noj9X28BFd6yloG ' '/dev/test_vg2/lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-uuid/5646c381-8e93-4fc4-8f74-7a77e982bab1', '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-qoKNQfBKSIe9ciC9O9My7Ufxv2wtAUmcoac62BdaL7nyodDf4noj9X28BFd6yloG', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5646c381-8e93-4fc4-8f74-7a77e982bab1', 'ID_FS_UUID_ENC': '5646c381-8e93-4fc4-8f74-7a77e982bab1', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '883073436'} ; 2024-03-01 21:11:05,933 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:11:05,933 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:11:05,936 INFO program/MainThread: stdout[79]: LVM 2024-03-01 21:11:05,937 INFO program/MainThread: stderr[79]: 2024-03-01 21:11:05,937 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 21:11:05,937 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:11:05,940 INFO program/MainThread: stdout[80]: LVM 2024-03-01 21:11:05,940 INFO program/MainThread: stderr[80]: 2024-03-01 21:11:05,940 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 21:11:05,940 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:11:05,944 INFO program/MainThread: stdout[81]: LVM 2024-03-01 21:11:05,944 INFO program/MainThread: stderr[81]: 2024-03-01 21:11:05,944 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 21:11:05,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:05,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:11:05,955 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:05,955 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:05,956 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:05,956 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:05,952 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:05,957 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:11:05,960 INFO program/MainThread: stdout[82]: LVM 2024-03-01 21:11:05,960 INFO program/MainThread: stderr[82]: 2024-03-01 21:11:05,960 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 21:11:05,964 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:11:05,965 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 21:11:05,968 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/02bc5fda-5852-4ef4-a60d-cb88ca1dd306 ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-eyWctUQF8RIvTNJ1m0u7QReImSpTsKSOPwvpO79Ik1M77K4PITI16lQ0Lx6qWbYg ' '/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-eyWctUQF8RIvTNJ1m0u7QReImSpTsKSOPwvpO79Ik1M77K4PITI16lQ0Lx6qWbYg', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '02bc5fda-5852-4ef4-a60d-cb88ca1dd306', 'ID_FS_UUID_ENC': '02bc5fda-5852-4ef4-a60d-cb88ca1dd306', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '883984477'} ; 2024-03-01 21:11:05,968 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:11:05,968 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:11:05,971 INFO program/MainThread: stdout[83]: LVM 2024-03-01 21:11:05,972 INFO program/MainThread: stderr[83]: 2024-03-01 21:11:05,972 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 21:11:05,972 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:11:05,975 INFO program/MainThread: stdout[84]: LVM 2024-03-01 21:11:05,975 INFO program/MainThread: stderr[84]: 2024-03-01 21:11:05,975 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 21:11:05,975 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:11:05,979 INFO program/MainThread: stdout[85]: LVM 2024-03-01 21:11:05,979 INFO program/MainThread: stderr[85]: 2024-03-01 21:11:05,979 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 21:11:05,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:05,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 21:11:05,989 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:05,990 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:05,990 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:05,991 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:05,987 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:05,992 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:11:05,995 INFO program/MainThread: stdout[86]: LVM 2024-03-01 21:11:05,995 INFO program/MainThread: stderr[86]: 2024-03-01 21:11:05,995 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 21:11:05,999 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:11:05,999 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 21:11:06,002 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-eyWctUQF8RIvTNJ1m0u7QReImSpTsKSOgMTZaFPooMvHDEPeXCls9jG82H2hHG2N ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/634aad21-e661-48d4-b20e-a2b6ef9a7314 ' '/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-eyWctUQF8RIvTNJ1m0u7QReImSpTsKSOgMTZaFPooMvHDEPeXCls9jG82H2hHG2N', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '634aad21-e661-48d4-b20e-a2b6ef9a7314', 'ID_FS_UUID_ENC': '634aad21-e661-48d4-b20e-a2b6ef9a7314', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '884304264'} ; 2024-03-01 21:11:06,003 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:11:06,003 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:11:06,006 INFO program/MainThread: stdout[87]: LVM 2024-03-01 21:11:06,006 INFO program/MainThread: stderr[87]: 2024-03-01 21:11:06,006 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 21:11:06,007 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:11:06,010 INFO program/MainThread: stdout[88]: LVM 2024-03-01 21:11:06,010 INFO program/MainThread: stderr[88]: 2024-03-01 21:11:06,010 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 21:11:06,010 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:11:06,013 INFO program/MainThread: stdout[89]: LVM 2024-03-01 21:11:06,014 INFO program/MainThread: stderr[89]: 2024-03-01 21:11:06,014 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 21:11:06,018 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,021 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:11:06,024 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,025 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,025 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,026 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,022 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,026 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:11:06,030 INFO program/MainThread: stdout[90]: LVM 2024-03-01 21:11:06,030 INFO program/MainThread: stderr[90]: 2024-03-01 21:11:06,030 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 21:11:06,034 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:11:06,034 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:11:06,034 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:06,048 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:06,064 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:11:06,065 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:11:06,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:06,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:06,079 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:11:06,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:06,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:06,090 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:11:06,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:06,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:06,102 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:11:06,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:06,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:06,114 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:11:06,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:06,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:06,126 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:11:06,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:06,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:06,137 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:11:06,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:11:06,143 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 21:11:06,144 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:11:06,144 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:11:06,144 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:11:06,145 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:11:06,145 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:11:06,145 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:11:06,146 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:11:06,146 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:11:06,147 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:11:06,147 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:11:06,147 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:11:06,148 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:11:06,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:11:06,153 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:11:06,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:11:06,159 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:11:06,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 21:11:06,164 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:11:06,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:11:06,170 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:11:06,173 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,173 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,174 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,174 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,170 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,177 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,178 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,178 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,179 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,175 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,181 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,182 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,183 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,183 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,179 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,186 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,187 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,187 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,188 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,184 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,190 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,191 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,191 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,192 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,188 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,194 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,195 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,196 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,196 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,192 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,199 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,200 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,200 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,201 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,197 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,203 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,204 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,204 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,205 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,201 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,207 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,208 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,209 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,209 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,205 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,212 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,213 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,213 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,214 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,210 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,216 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,217 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,218 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,218 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,214 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,221 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,222 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,222 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,223 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,219 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,225 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,226 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,226 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,227 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,223 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,230 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,230 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,231 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,232 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,228 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,234 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,235 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,235 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,236 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,232 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,238 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,239 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,240 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,240 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,236 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,243 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,244 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,244 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,245 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,241 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,247 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,248 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,248 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,249 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,245 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,252 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,253 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,253 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,254 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,250 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,256 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,257 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,257 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,258 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,254 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,261 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,261 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,262 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,262 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,259 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,265 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,266 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,266 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,267 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,263 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,269 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,270 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,271 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,271 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,267 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,274 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,275 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,275 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,276 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,272 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,278 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,279 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,279 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,280 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,276 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,283 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,283 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,284 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,285 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,281 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,287 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,288 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,288 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,289 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,285 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,292 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,292 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,293 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,293 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,289 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,296 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,297 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,297 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,298 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,294 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,300 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,301 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,301 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,302 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,298 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,305 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,305 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,306 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,307 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,303 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,309 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,310 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,310 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,311 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:06,307 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950d8f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = gMTZaF-PooM-vHDE-PeXC-ls9j-G82H-2hHG2N 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:11:06,312 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 21:11:06,315 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:11:06,315 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:11:06,315 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 21:11:06,319 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 21:11:06,319 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:11:06,319 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 21:11:06,324 INFO program/MainThread: stdout[91]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:11:06,324 INFO program/MainThread: stderr[91]: 2024-03-01 21:11:06,324 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 21:11:06,329 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 21:11:06,329 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 21:11:06,329 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:11:06,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 21:11:06,335 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:11:06,338 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,338 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,339 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,339 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,335 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,342 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,342 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,343 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,343 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,340 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,346 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,347 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,347 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,348 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,344 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,350 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,351 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,351 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,352 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,348 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,354 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,355 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,355 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,356 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,352 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,358 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,359 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,360 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,360 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,356 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,363 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,363 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,364 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,364 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,361 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,367 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,367 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,368 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,368 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,365 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,371 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,372 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,372 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,373 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,369 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,375 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,376 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,376 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,377 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,373 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,379 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,380 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,380 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,381 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,377 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,383 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,384 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,384 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,385 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,381 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,387 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,388 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,388 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,389 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,385 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,392 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,392 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,393 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,393 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,390 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,396 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,396 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,397 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,397 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,394 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,400 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,400 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,401 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,401 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,398 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,404 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,405 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,405 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,406 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,402 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,408 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,409 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,409 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,410 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,406 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,412 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,413 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,413 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,414 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,410 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,416 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,417 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,417 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,418 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,414 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,421 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,421 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,422 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,422 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,418 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,425 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,425 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,426 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,426 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,423 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,429 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,430 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,430 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,431 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,427 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,433 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,434 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,434 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,435 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,431 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,437 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,438 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,438 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,439 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,435 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,441 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,442 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,442 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,443 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,439 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,446 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,446 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,447 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,447 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,444 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,450 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,450 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,451 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,451 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,448 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,454 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,454 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,455 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,455 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,452 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,458 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,459 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,459 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,459 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,456 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,462 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,463 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,463 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,464 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,460 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,466 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,467 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,467 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:06,468 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:11:06,464 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a964e5550) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PwvpO7-9Ik1-M77K-4PIT-I16l-Q0Lx-6qWbYg 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 (0x7f5a95155a58) -- 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 = eyWctU-QF8R-IvTN-J1m0-u7QR-eImS-pTsKSO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:11:06,468 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 21:11:06,471 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:11:06,471 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:11:06,472 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 21:11:06,475 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 21:11:06,475 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:11:06,478 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:11:06,478 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 21:11:06,478 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:11:06,478 DEBUG blivet.ansible/MainThread: ['sda', 'sdc', 'test_vg1', 'sdb'] 2024-03-01 21:11:06,478 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 21:11:06,481 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 21:11:06,482 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:11:06,485 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:11:06,488 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:11:06,491 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:11:06,491 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 21:11:06,491 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:11:06,491 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 21:11:06,491 DEBUG blivet/MainThread: removing sda 2024-03-01 21:11:06,494 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 21:11:06,494 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:11:06,494 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 21:11:06,497 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 21:11:06,497 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:11:06,497 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 21:11:06,497 DEBUG blivet/MainThread: removing sdc 2024-03-01 21:11:06,500 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 21:11:06,500 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:11:06,500 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 21:11:06,503 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 21:11:06,503 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:11:06,503 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 21:11:06,503 DEBUG blivet/MainThread: removing sdb 2024-03-01 21:11:06,506 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 21:11:06,506 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:11:06,506 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 21:11:06,509 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 21:11:06,509 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:11:06,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:11:06,515 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 21:11:06,515 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:11:06,516 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:11:06,516 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:11:06,516 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:11:06,517 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:11:06,517 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:11:06,517 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:11:06,518 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:11:06,518 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:11:06,519 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:11:06,519 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:11:06,519 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:11:06,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 21:11:06,525 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 21:11:06,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 21:11:06,531 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 21:11:06,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 21:11:06,536 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 21:11:06,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:11:06,542 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:11:06,544 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,545 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,545 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,546 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,542 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,549 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,549 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,550 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,551 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,547 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,553 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,554 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,554 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,555 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,551 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,558 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,558 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,559 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,560 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,556 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,562 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,563 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,563 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,564 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,560 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,567 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,567 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,568 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,568 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,564 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,571 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,572 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,572 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,573 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,569 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,575 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,576 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,577 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,577 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,573 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,580 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,581 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,581 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,582 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,578 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,584 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,585 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,585 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,586 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,582 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,589 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,589 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,590 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,591 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,587 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,593 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,594 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,594 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,595 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,591 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,597 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,598 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,599 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,599 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,595 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,602 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,603 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,603 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,604 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,600 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,606 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,607 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,607 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,608 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,604 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,611 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,611 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,612 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,613 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,609 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,615 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,616 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,616 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,617 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,613 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,620 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,620 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,621 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,621 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,617 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,624 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,625 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,625 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,626 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,622 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,628 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,629 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,630 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,630 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,626 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,633 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,634 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,634 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,635 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,631 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,637 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,638 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,638 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,639 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,635 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,642 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,642 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,643 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,643 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,640 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,646 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,647 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,647 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,648 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,644 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,650 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,651 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,651 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,652 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,648 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,655 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,656 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,656 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,657 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,653 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,659 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,660 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,660 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,661 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,657 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,664 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,664 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,665 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,665 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,661 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,668 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,669 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,669 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,670 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,666 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,672 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,673 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,673 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,674 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,670 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,677 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,677 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,678 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,679 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,675 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,681 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,682 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,682 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,683 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:06,679 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = oac62B-daL7-nyod-Df4n-oj9X-28BF-d6yloG 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:11:06,684 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 21:11:06,686 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:11:06,687 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:11:06,687 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 21:11:06,690 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 21:11:06,690 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:11:06,694 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 21:11:06,694 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 21:11:06,694 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:11:06,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:11:06,700 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:11:06,702 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,702 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,703 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,703 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,700 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,706 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,706 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,707 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,707 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,704 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,710 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,710 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,711 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,711 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,708 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,714 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,714 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,714 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,715 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,712 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,717 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,718 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,718 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,719 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,715 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,721 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,722 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,722 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,723 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,719 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,725 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,726 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,726 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,727 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,723 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,729 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,730 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,730 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,731 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,727 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,733 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,733 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,734 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,734 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,731 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,737 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,737 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,738 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,738 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,735 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,741 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,741 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,742 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,742 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,739 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,744 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,745 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,745 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,746 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,742 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,748 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,749 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,749 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,750 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,746 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,752 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,753 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,753 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,754 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,750 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,756 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,757 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,757 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,757 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,754 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,760 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,760 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,761 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,761 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,758 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,764 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,764 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,765 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,765 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,762 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,768 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,768 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,768 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,769 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,766 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,771 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,772 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,772 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,773 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,769 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,775 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,776 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,776 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,777 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,773 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,779 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,780 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,780 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,781 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,777 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,783 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,784 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,784 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,784 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,781 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,787 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,787 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,788 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,788 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,785 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,791 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,791 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,792 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,792 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,789 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,795 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,795 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,795 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,796 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,793 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,798 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,799 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,799 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,800 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,796 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,802 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,803 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,803 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,804 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,800 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,806 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,807 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,807 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,808 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,804 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,810 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,811 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,811 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,811 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,808 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,814 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,814 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,815 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,815 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,812 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,818 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,818 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,819 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,819 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,816 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,822 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,822 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,822 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:06,823 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:11:06,820 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5aa4170ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TlJId4-nQr4-uWPX-EpfU-ent0-SrBm-ChJ3g8 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 (0x7f5a950ef4a8) -- 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 = qoKNQf-BKSI-e9ci-C9O9-My7U-fxv2-wtAUmc size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:11:06,824 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 21:11:06,826 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:11:06,827 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:11:06,827 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 21:11:06,830 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 21:11:06,830 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:11:06,834 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:11:06,834 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 21:11:06,834 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:11:06,834 DEBUG blivet.ansible/MainThread: ['sde', 'test_vg2', 'sdf', 'sdd'] 2024-03-01 21:11:06,834 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 21:11:06,837 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 21:11:06,837 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:11:06,840 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:11:06,843 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:11:06,846 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:11:06,846 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 21:11:06,846 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:11:06,846 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 21:11:06,846 DEBUG blivet/MainThread: removing sde 2024-03-01 21:11:06,849 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 21:11:06,849 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:11:06,849 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 21:11:06,852 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 21:11:06,852 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:11:06,852 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 21:11:06,852 DEBUG blivet/MainThread: removing sdf 2024-03-01 21:11:06,855 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 21:11:06,855 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:11:06,855 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 21:11:06,858 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 21:11:06,858 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:11:06,858 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 21:11:06,858 DEBUG blivet/MainThread: removing sdd 2024-03-01 21:11:06,861 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 21:11:06,861 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:11:06,861 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 21:11:06,864 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 21:11:06,864 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:11:06,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:11:06,870 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 21:11:06,871 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:11:06,871 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:11:06,871 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:11:06,872 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:11:06,872 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:11:06,873 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:11:06,873 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:11:06,874 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:11:06,874 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:11:06,874 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:11:06,875 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:11:06,875 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:11:06,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 21:11:06,881 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 21:11:06,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 21:11:06,887 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 21:11:06,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 21:11:06,892 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 21:11:06,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 21:11:06,898 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 21:11:06,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:06,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 21:11:06,904 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:11:06,907 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,908 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,908 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,909 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,904 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:06,913 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,914 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,914 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,915 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,910 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:06,919 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,920 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,920 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,921 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,916 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:06,925 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,926 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,926 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,927 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,922 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:06,931 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,932 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,932 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,933 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,928 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:06,937 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,938 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,938 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,939 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,934 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:06,943 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,944 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,944 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,945 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,940 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:06,949 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,950 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,950 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,951 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,946 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:06,955 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,956 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,956 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,957 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,952 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:06,961 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,962 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,962 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,963 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,958 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:06,967 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,968 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,968 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,969 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,964 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:06,973 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,974 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,974 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,975 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,970 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:06,979 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,980 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,980 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,981 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,976 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:06,985 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,986 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,986 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,987 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,982 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:06,991 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,992 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,992 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,993 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,988 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:06,997 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,998 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,998 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:06,999 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:06,994 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:07,003 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,004 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,004 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,005 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,000 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:07,009 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,010 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,010 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,011 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,006 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:07,015 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,016 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,016 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,017 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,012 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:07,021 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,022 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,022 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,023 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,018 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:07,027 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,028 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,028 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,029 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,024 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:07,033 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,034 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,034 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,035 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,030 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:07,039 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,040 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,040 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,041 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,036 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:07,045 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,046 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,046 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,047 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,042 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:07,051 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,052 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,052 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,053 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,048 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:07,057 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,058 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,058 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,059 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,054 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:07,062 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,064 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,064 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,065 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,060 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:07,068 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,069 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,070 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,071 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,066 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:07,074 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,075 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,076 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,077 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,072 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:07,080 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,081 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,082 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,083 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,078 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:07,086 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,087 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,088 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,089 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,083 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:07,092 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,093 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,093 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,094 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:07,089 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950ff6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0jIZ63-g9TQ-MKcz-1olz-2sFq-28zB-Os5Wjt 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 (0x7f5a950c3668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:11:07,095 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 21:11:07,098 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:11:07,098 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:11:07,099 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 21:11:07,102 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 21:11:07,102 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:11:07,105 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 21:11:07,105 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 21:11:07,105 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:11:07,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:07,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:11:07,111 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:11:07,114 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,115 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,115 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,116 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,111 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,119 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,120 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,121 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,122 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,117 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,125 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,126 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,126 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,127 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,122 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,130 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,131 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,132 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,132 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,128 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,136 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,137 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,137 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,138 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,133 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,141 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,142 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,142 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,143 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,139 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,146 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,147 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,148 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,149 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,144 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,152 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,153 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,153 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,154 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,149 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,157 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,158 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,159 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,160 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,155 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,163 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,164 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,164 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,165 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,160 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,168 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,169 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,169 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,170 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,166 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,173 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,174 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,175 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,176 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,171 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,179 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,180 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,180 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,181 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,176 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,184 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,185 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,186 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,187 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,182 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,190 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,191 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,191 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,192 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,187 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,195 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,196 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,196 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,197 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,193 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,201 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,202 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,202 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,203 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,198 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,206 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,207 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,207 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,208 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,203 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,211 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,212 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,213 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,214 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,209 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,217 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,218 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,218 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,219 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,214 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,222 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,223 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,224 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,224 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,220 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,228 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,229 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,229 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,230 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,225 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,233 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,234 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,234 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,235 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,231 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,238 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,239 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,240 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,241 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,236 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,244 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,245 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,245 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,246 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,241 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,249 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,250 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,251 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,252 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,247 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,255 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,256 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,256 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,257 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,252 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,260 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,261 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,262 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,263 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,258 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,266 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,267 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,267 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,268 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,263 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,271 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,272 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,273 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,274 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,269 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,277 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,278 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,278 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,279 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,274 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,282 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,283 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,284 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,285 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:11:07,280 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950f3940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = eqDHyK-M1NX-cpK5-RoAb-cD6Q-5Yf5-dbcYWp 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:11:07,285 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 21:11:07,288 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:11:07,289 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:11:07,289 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 21:11:07,292 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 21:11:07,292 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:11:07,296 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 21:11:07,296 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 21:11:07,296 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:11:07,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:07,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:11:07,302 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:11:07,304 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,305 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,306 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,306 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,302 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,309 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,310 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,311 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,311 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,307 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,315 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,315 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,316 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,317 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,312 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,320 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,320 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,321 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,322 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,317 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,325 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,326 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,326 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,327 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,322 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,330 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,331 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,331 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,332 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,327 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,335 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,336 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,336 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,337 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,332 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,340 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,341 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,341 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,342 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,337 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,345 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,346 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,346 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,347 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,342 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,350 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,351 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,351 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,352 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,347 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,355 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,356 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,356 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,357 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,352 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,360 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,361 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,361 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,362 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,357 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,365 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,366 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,366 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,367 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,362 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,370 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,371 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,371 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,372 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,367 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,375 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,376 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,376 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,377 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,372 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,380 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,381 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,381 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,382 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,377 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,385 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,386 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,386 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,387 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,382 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,390 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,391 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,391 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,392 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,387 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,395 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,396 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,396 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,397 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,392 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,400 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,401 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,401 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,402 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,397 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,405 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,406 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,406 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,407 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,402 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,410 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,411 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,411 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,412 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,407 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,415 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,416 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,416 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,417 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,412 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,420 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,421 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,421 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,422 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,417 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,425 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,426 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,426 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,427 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,422 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,430 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,431 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,431 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,432 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,427 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,435 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,436 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,436 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,437 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,432 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,440 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,441 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,441 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,442 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,437 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,445 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,446 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,446 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,447 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,442 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,450 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,451 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,451 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,452 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,447 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,455 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,456 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,456 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,457 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,452 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,460 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,461 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,461 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,462 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:11:07,457 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a9625b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hYbAVz-qsGP-ImDV-5FTI-JESm-Iomz-hc1Ljk 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,463 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 21:11:07,465 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:11:07,466 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:11:07,466 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 21:11:07,469 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 21:11:07,469 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:11:07,473 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:11:07,473 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 21:11:07,473 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:11:07,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:07,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:11:07,479 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:11:07,481 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,482 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,482 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,483 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,479 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,486 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,486 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,487 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,487 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,483 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,490 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,491 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,491 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,492 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,488 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,494 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,495 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,496 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,496 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,492 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,499 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,500 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,500 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,501 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,497 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,503 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,504 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,505 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,505 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,501 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,508 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,509 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,509 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,510 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,506 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,512 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,513 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,514 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,514 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,510 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,517 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,518 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,518 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,519 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,515 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,521 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,522 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,522 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,523 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,519 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,526 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,527 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,527 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,528 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,524 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,530 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,531 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,531 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,532 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,528 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,535 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,536 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,536 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,537 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,533 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,539 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,540 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,540 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,541 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,537 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,544 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,544 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,545 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,545 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,541 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,548 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,549 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,549 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,550 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,546 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,553 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,553 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,554 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,555 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,550 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,557 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,558 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,558 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,559 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,555 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,562 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,562 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,563 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,564 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,560 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,566 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,567 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,567 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,568 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,564 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,571 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,572 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,572 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,573 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,569 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,575 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,576 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,577 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,577 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,573 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,580 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,581 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,581 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,582 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,578 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,584 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,585 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,586 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,586 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,582 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,589 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,590 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,590 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,591 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,587 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,593 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,594 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,594 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,595 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,591 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,598 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,599 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,599 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,600 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,596 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,602 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,603 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,603 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,604 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,600 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,607 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,607 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,608 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,609 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,605 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,611 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,612 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,612 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,613 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,609 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,616 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,616 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,617 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,617 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,613 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,620 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,621 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,621 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:07,622 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:11:07,618 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5a950957b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = UMaIK1-Ejwi-kXb1-iOqB-3maD-wmqG-QSZk8t 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 (0x7f5a950c3668) -- 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 = aif8O8-C9PW-bFF5-9svI-cuwT-ScAd-lUwvS7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:11:07,622 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 21:11:07,626 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:11:07,626 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:11:07,626 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 21:11:07,629 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 21:11:07,629 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:11:07,633 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 21:11:07,633 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 21:11:07,633 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:11:07,633 DEBUG blivet.ansible/MainThread: ['sdg', 'test_vg3', 'sdj', 'sdh', 'sdi'] 2024-03-01 21:11:07,633 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 21:11:07,636 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 21:11:07,636 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:11:07,639 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:11:07,642 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:11:07,645 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:11:07,648 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:11:07,648 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 21:11:07,648 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:11:07,649 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 21:11:07,649 DEBUG blivet/MainThread: removing sdg 2024-03-01 21:11:07,651 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 21:11:07,652 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:11:07,652 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 21:11:07,655 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 21:11:07,655 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:11:07,655 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 21:11:07,655 DEBUG blivet/MainThread: removing sdj 2024-03-01 21:11:07,657 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 21:11:07,658 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:11:07,658 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 21:11:07,661 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 21:11:07,661 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:11:07,661 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 21:11:07,661 DEBUG blivet/MainThread: removing sdh 2024-03-01 21:11:07,663 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 21:11:07,664 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:11:07,664 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 21:11:07,667 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 21:11:07,667 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:11:07,667 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 21:11:07,667 DEBUG blivet/MainThread: removing sdi 2024-03-01 21:11:07,670 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 21:11:07,670 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:11:07,670 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 21:11:07,673 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 21:11:07,673 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:11:07,674 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:07,686 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:07,701 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:07,713 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:07,731 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:11:07,732 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:07,743 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:07,761 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:11:07,761 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:07,773 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:07,791 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:11:07,792 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:07,803 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:07,821 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:11:07,821 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:07,833 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:07,851 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:11:07,852 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:07,865 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:07,883 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:11:07,884 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:07,895 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:07,913 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:11:07,914 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:07,928 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:07,946 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:11:07,946 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:11:07,947 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:11:07,947 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:11:07,947 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:11:07,947 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:11:07,947 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:11:07,947 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:11:07,947 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:11:07,947 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:11:07,947 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:11:07,947 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:11:07,947 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:11:07,947 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:11:07,948 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:11:07,948 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:11:07,948 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:11:07,948 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:11:07,948 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:11:07,948 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:11:07,948 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:11:07,948 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:11:07,948 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:11:07,948 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:11:07,948 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:11:07,948 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:11:07,948 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:11:07,948 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:11:07,948 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:11:07,948 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:11:07,949 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:11:07,950 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:11:07,953 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:11:07,956 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:11:07,959 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:11:07,959 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:11:07,962 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:11:07,962 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 0x7f5a95081678> 2024-03-01 21:11:07,962 INFO blivet/MainThread: sorting actions... 2024-03-01 21:11:07,986 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:11:07,986 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:11:07,986 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:11:07,986 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:11:07,986 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:11:07,986 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:11:07,987 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:11:07,987 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:11:07,987 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:11:07,987 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:11:07,987 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:11:07,987 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:11:07,987 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:11:07,987 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:11:07,988 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:11:07,988 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:11:07,988 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:11:07,988 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:11:07,988 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:11:07,988 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:11:07,988 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:11:07,988 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:11:07,989 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:11:07,989 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:11:07,989 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:11:07,989 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:11:07,989 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:11:07,989 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:11:07,989 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:11:07,990 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:11:07,993 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:07,996 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:11:07,996 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 21:11:08,004 INFO program/MainThread: stdout: 2024-03-01 21:11:08,004 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:11:08,004 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:08,004 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:08,020 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:08,020 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:08,033 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:08,033 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:11:08,037 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 21:11:08,041 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 21:11:08,044 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:11:08,048 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 21:11:08,051 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 21:11:08,051 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:08,083 INFO program/MainThread: stdout[92]: 2024-03-01 21:11:08,083 INFO program/MainThread: stderr[92]: 2024-03-01 21:11:08,083 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 21:11:08,087 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:11:08,090 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:08,093 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:11:08,096 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:08,099 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:11:08,102 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:08,105 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:11:08,108 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:08,111 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:11:08,114 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 21:11:08,114 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:08,166 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 21:11:08,166 INFO program/MainThread: stderr[93]: 2024-03-01 21:11:08,166 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 21:11:08,167 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:11:08,174 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:08,181 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:11:08,181 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 21:11:08,196 INFO program/MainThread: stdout: 2024-03-01 21:11:08,196 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:11:08,196 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:08,196 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:08,222 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:08,222 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:08,237 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:08,237 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:11:08,241 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 21:11:08,245 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 21:11:08,248 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:11:08,252 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 21:11:08,255 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 21:11:08,255 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:08,291 INFO program/MainThread: stdout[94]: 2024-03-01 21:11:08,291 INFO program/MainThread: stderr[94]: 2024-03-01 21:11:08,291 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 21:11:08,295 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:11:08,298 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:08,301 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:11:08,304 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:08,307 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:11:08,311 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:08,314 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:11:08,317 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:08,320 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:11:08,323 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 21:11:08,323 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:08,373 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 21:11:08,373 INFO program/MainThread: stderr[95]: 2024-03-01 21:11:08,373 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 21:11:08,374 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:11:08,382 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:08,394 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:11:08,394 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 21:11:08,411 INFO program/MainThread: stdout: 2024-03-01 21:11:08,412 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:11:08,412 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:08,412 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:08,437 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:08,437 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:08,449 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:08,449 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:11:08,453 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 21:11:08,457 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 21:11:08,460 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:11:08,464 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 21:11:08,467 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 21:11:08,467 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:08,501 INFO program/MainThread: stdout[96]: 2024-03-01 21:11:08,501 INFO program/MainThread: stderr[96]: 2024-03-01 21:11:08,501 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 21:11:08,505 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:11:08,508 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:08,511 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:11:08,515 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:08,518 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:11:08,521 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:08,524 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:11:08,527 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:08,530 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:11:08,533 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 21:11:08,533 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:08,584 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 21:11:08,585 INFO program/MainThread: stderr[97]: 2024-03-01 21:11:08,585 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 21:11:08,585 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:11:08,593 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:08,601 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:11:08,601 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 21:11:08,618 INFO program/MainThread: stdout: 2024-03-01 21:11:08,618 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:11:08,618 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:08,618 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:08,640 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:08,640 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:08,654 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:08,654 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:11:08,659 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 21:11:08,662 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 21:11:08,665 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:11:08,669 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 21:11:08,672 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 21:11:08,672 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:08,709 INFO program/MainThread: stdout[98]: 2024-03-01 21:11:08,709 INFO program/MainThread: stderr[98]: 2024-03-01 21:11:08,709 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 21:11:08,714 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:11:08,717 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:08,720 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:11:08,723 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:08,726 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:11:08,729 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:08,732 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:11:08,735 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:08,738 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:11:08,741 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 21:11:08,741 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:08,783 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 21:11:08,784 INFO program/MainThread: stderr[99]: 2024-03-01 21:11:08,784 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 21:11:08,784 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:11:08,791 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 21:11:08,799 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 21:11:08,805 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:11:08,817 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:08,822 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:11:08,830 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:08,835 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:11:08,842 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:08,846 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:11:08,851 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:08,857 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:11:08,860 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 21:11:08,861 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:08,904 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 21:11:08,905 INFO program/MainThread: stderr[100]: 2024-03-01 21:11:08,905 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 21:11:08,905 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:08,958 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 21:11:08,959 INFO program/MainThread: stderr[101]: 2024-03-01 21:11:08,959 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 21:11:08,959 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:08,998 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 21:11:08,998 INFO program/MainThread: stderr[102]: 2024-03-01 21:11:08,998 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 21:11:08,999 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:11:09,006 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:09,012 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 21:11:09,017 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 21:11:09,018 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdi --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:09,081 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 21:11:09,081 INFO program/MainThread: stderr[103]: 2024-03-01 21:11:09,081 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 21:11:09,081 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 21:11:09,082 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:09,107 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:09,108 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:09,125 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:09,125 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:09,142 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:09,143 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:11:09,147 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:09,150 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 21:11:09,153 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 21:11:09,153 INFO program/MainThread: Running [104] lvm pvremove --force --force --yes /dev/sdh --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:09,186 INFO program/MainThread: stdout[104]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 21:11:09,186 INFO program/MainThread: stderr[104]: 2024-03-01 21:11:09,186 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 21:11:09,186 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 21:11:09,187 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:09,220 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:09,221 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:09,237 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:09,237 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:09,253 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:09,253 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:11:09,257 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:09,260 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 21:11:09,263 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 21:11:09,263 INFO program/MainThread: Running [105] lvm pvremove --force --force --yes /dev/sdj --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:09,301 INFO program/MainThread: stdout[105]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 21:11:09,301 INFO program/MainThread: stderr[105]: 2024-03-01 21:11:09,301 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 21:11:09,302 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 21:11:09,302 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:09,336 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:09,336 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:09,348 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:09,348 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:09,364 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:09,364 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:11:09,368 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:09,371 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 21:11:09,374 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 21:11:09,374 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdg --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:09,405 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 21:11:09,405 INFO program/MainThread: stderr[106]: 2024-03-01 21:11:09,405 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 21:11:09,405 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 21:11:09,406 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:09,439 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:09,440 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:09,453 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:09,453 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:09,467 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:09,467 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:11:09,472 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:09,475 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:11:09,475 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 21:11:09,483 INFO program/MainThread: stdout: 2024-03-01 21:11:09,483 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:11:09,483 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:09,484 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:09,501 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:09,501 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:09,513 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:09,513 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:11:09,517 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 21:11:09,521 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 21:11:09,524 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:11:09,528 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 21:11:09,531 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 21:11:09,531 INFO program/MainThread: Running [107] lvm lvchange -an test_vg2/lv4 --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:09,567 INFO program/MainThread: stdout[107]: 2024-03-01 21:11:09,567 INFO program/MainThread: stderr[107]: 2024-03-01 21:11:09,567 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 21:11:09,572 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:11:09,575 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:09,578 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 21:11:09,581 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:09,584 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 21:11:09,587 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:09,590 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 21:11:09,593 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 21:11:09,593 INFO program/MainThread: Running [108] lvm lvremove --yes test_vg2/lv4 --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:09,634 INFO program/MainThread: stdout[108]: Logical volume "lv4" successfully removed. 2024-03-01 21:11:09,634 INFO program/MainThread: stderr[108]: 2024-03-01 21:11:09,634 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 21:11:09,635 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:11:09,643 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:09,651 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:11:09,651 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 21:11:09,665 INFO program/MainThread: stdout: 2024-03-01 21:11:09,665 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:11:09,665 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:09,665 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:09,689 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:09,689 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:09,703 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:09,703 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:11:09,708 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 21:11:09,711 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 21:11:09,715 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:11:09,718 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 21:11:09,722 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 21:11:09,722 INFO program/MainThread: Running [109] lvm lvchange -an test_vg2/lv3 --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:09,756 INFO program/MainThread: stdout[109]: 2024-03-01 21:11:09,756 INFO program/MainThread: stderr[109]: 2024-03-01 21:11:09,756 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 21:11:09,761 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:11:09,764 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:09,767 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:11:09,770 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:09,773 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:11:09,776 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:09,779 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:11:09,782 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 21:11:09,782 INFO program/MainThread: Running [110] lvm lvremove --yes test_vg2/lv3 --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:09,826 INFO program/MainThread: stdout[110]: Logical volume "lv3" successfully removed. 2024-03-01 21:11:09,826 INFO program/MainThread: stderr[110]: 2024-03-01 21:11:09,826 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 21:11:09,827 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:11:09,834 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 21:11:09,843 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 21:11:09,848 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:11:09,855 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:09,860 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:11:09,865 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:09,871 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:11:09,875 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:09,878 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:11:09,881 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 21:11:09,881 INFO program/MainThread: Running [111] lvm vgreduce --removemissing --force test_vg2 --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:09,920 INFO program/MainThread: stdout[111]: Volume group "test_vg2" is already consistent. 2024-03-01 21:11:09,920 INFO program/MainThread: stderr[111]: 2024-03-01 21:11:09,920 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 21:11:09,921 INFO program/MainThread: Running [112] lvm vgchange -an test_vg2 --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:09,967 INFO program/MainThread: stdout[112]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 21:11:09,967 INFO program/MainThread: stderr[112]: 2024-03-01 21:11:09,967 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 21:11:09,968 INFO program/MainThread: Running [113] lvm vgremove --force test_vg2 --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:10,003 INFO program/MainThread: stdout[113]: Volume group "test_vg2" successfully removed 2024-03-01 21:11:10,004 INFO program/MainThread: stderr[113]: 2024-03-01 21:11:10,004 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 21:11:10,004 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:11:10,011 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:10,017 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 21:11:10,023 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 21:11:10,023 INFO program/MainThread: Running [114] lvm pvremove --force --force --yes /dev/sdd --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:10,071 INFO program/MainThread: stdout[114]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 21:11:10,071 INFO program/MainThread: stderr[114]: 2024-03-01 21:11:10,071 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 21:11:10,072 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 21:11:10,072 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:10,103 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:10,103 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:10,119 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:10,119 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:10,131 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:10,131 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:11:10,135 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:10,138 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 21:11:10,141 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 21:11:10,141 INFO program/MainThread: Running [115] lvm pvremove --force --force --yes /dev/sdf --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:10,171 INFO program/MainThread: stdout[115]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 21:11:10,172 INFO program/MainThread: stderr[115]: 2024-03-01 21:11:10,172 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 21:11:10,172 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 21:11:10,172 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:10,202 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:10,203 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:10,218 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:10,218 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:10,233 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:10,233 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:11:10,237 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:10,240 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 21:11:10,243 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 21:11:10,243 INFO program/MainThread: Running [116] lvm pvremove --force --force --yes /dev/sde --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:10,272 INFO program/MainThread: stdout[116]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 21:11:10,272 INFO program/MainThread: stderr[116]: 2024-03-01 21:11:10,272 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 21:11:10,272 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 21:11:10,273 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:10,303 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:10,303 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:10,317 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:10,317 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:10,331 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:10,331 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:11:10,336 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:10,339 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:11:10,339 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 21:11:10,347 INFO program/MainThread: stdout: 2024-03-01 21:11:10,347 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:11:10,347 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:10,347 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:10,365 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:10,365 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:10,376 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:10,376 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:11:10,380 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 21:11:10,384 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 21:11:10,387 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:11:10,391 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 21:11:10,394 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 21:11:10,394 INFO program/MainThread: Running [117] lvm lvchange -an test_vg1/lv2 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:10,428 INFO program/MainThread: stdout[117]: 2024-03-01 21:11:10,428 INFO program/MainThread: stderr[117]: 2024-03-01 21:11:10,428 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 21:11:10,433 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:11:10,436 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:10,439 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 21:11:10,442 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:10,445 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 21:11:10,448 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:10,451 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 21:11:10,454 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 21:11:10,454 INFO program/MainThread: Running [118] lvm lvremove --yes test_vg1/lv2 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:10,498 INFO program/MainThread: stdout[118]: Logical volume "lv2" successfully removed. 2024-03-01 21:11:10,499 INFO program/MainThread: stderr[118]: 2024-03-01 21:11:10,499 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 21:11:10,499 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:11:10,507 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:10,514 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:11:10,514 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 21:11:10,528 INFO program/MainThread: stdout: 2024-03-01 21:11:10,528 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:11:10,528 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:10,528 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:10,548 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:10,548 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:10,563 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:10,563 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:11:10,567 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 21:11:10,571 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:11:10,574 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:11:10,578 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 21:11:10,581 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:11:10,581 INFO program/MainThread: Running [119] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:10,615 INFO program/MainThread: stdout[119]: 2024-03-01 21:11:10,615 INFO program/MainThread: stderr[119]: 2024-03-01 21:11:10,615 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 21:11:10,619 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:11:10,623 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:10,626 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:11:10,629 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:10,632 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:11:10,635 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:10,638 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:11:10,641 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 21:11:10,641 INFO program/MainThread: Running [120] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:10,678 INFO program/MainThread: stdout[120]: Logical volume "lv1" successfully removed. 2024-03-01 21:11:10,678 INFO program/MainThread: stderr[120]: 2024-03-01 21:11:10,678 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 21:11:10,679 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:11:10,686 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 21:11:10,693 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 21:11:10,699 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:11:10,707 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:10,715 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:11:10,720 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:10,726 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:11:10,730 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:10,735 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:11:10,739 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 21:11:10,739 INFO program/MainThread: Running [121] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:10,772 INFO program/MainThread: stdout[121]: Volume group "test_vg1" is already consistent. 2024-03-01 21:11:10,772 INFO program/MainThread: stderr[121]: 2024-03-01 21:11:10,772 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 21:11:10,772 INFO program/MainThread: Running [122] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:10,821 INFO program/MainThread: stdout[122]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 21:11:10,821 INFO program/MainThread: stderr[122]: 2024-03-01 21:11:10,821 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 21:11:10,821 INFO program/MainThread: Running [123] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:10,859 INFO program/MainThread: stdout[123]: Volume group "test_vg1" successfully removed 2024-03-01 21:11:10,859 INFO program/MainThread: stderr[123]: 2024-03-01 21:11:10,859 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 21:11:10,860 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:11:10,867 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:10,872 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:11:10,876 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:11:10,876 INFO program/MainThread: Running [124] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:10,920 INFO program/MainThread: stdout[124]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 21:11:10,921 INFO program/MainThread: stderr[124]: 2024-03-01 21:11:10,921 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 21:11:10,921 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 21:11:10,921 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:10,957 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:10,957 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:10,973 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:10,974 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:10,986 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:10,986 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:11:10,990 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:10,993 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:11:10,996 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:11:10,996 INFO program/MainThread: Running [125] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:11,026 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 21:11:11,026 INFO program/MainThread: stderr[125]: 2024-03-01 21:11:11,026 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 21:11:11,026 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 21:11:11,027 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:11,053 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:11,053 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:11,070 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:11,070 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:11,083 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:11,083 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:11:11,087 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:11,090 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:11:11,093 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:11:11,093 INFO program/MainThread: Running [126] 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 21:11:11,123 INFO program/MainThread: stdout[126]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 21:11:11,123 INFO program/MainThread: stderr[126]: 2024-03-01 21:11:11,123 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 21:11:11,123 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 21:11:11,123 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:11,154 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:11,155 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:11,170 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:11,170 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:11,185 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:11,190 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:11:11,190 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 0x7f5a95081a40> 2024-03-01 21:11:24,063 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_8rzoynsq/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:11:29,144 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_82f60csx/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:11:36,993 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_5uf6_e5y/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:11:37,030 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:37,030 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:11:37,034 INFO program/MainThread: stdout[2]: 2024-03-01 21:11:37,034 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 21:11:37,034 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:11:37,034 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:11:37,039 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:37,040 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:11:37,043 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:37,044 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:11:37,047 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:37,047 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:11:37,050 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:37,050 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:11:37,058 INFO program/MainThread: stdout: 2024-03-01 21:11:37,058 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:11:37,058 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:11:37,058 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:11:37,058 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:11:37,058 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:11:37,058 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:11:37,058 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:11:37,058 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:11:37,058 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:11:37,058 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:11:37,059 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:11:37,059 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:11:37,059 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:11:37,059 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:11:37,059 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:11:37,059 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:37,059 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 21:11:37,059 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:11:37,059 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:11:37,059 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:11:37,060 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:11:37,060 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:11:37,060 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:11:37,060 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:37,073 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:37,084 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:11:37,089 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:11:37,089 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:11:37,090 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 21:11:37,121 INFO program/MainThread: stdout[3]: 2024-03-01 21:11:37,121 INFO program/MainThread: stderr[3]: 2024-03-01 21:11:37,121 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:11:37,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:11:37,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:37,135 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:11:37,140 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:11:37,140 INFO blivet/MainThread: sda is a disk 2024-03-01 21:11:37,141 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:11:37,141 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:11:37,144 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:11:37,147 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:11:37,148 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:11:37,151 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:11:37,151 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:11:37,152 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:11:37,152 INFO blivet/MainThread: got device: DiskDevice instance (0x7efff25c5668) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:11:37,155 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:11:37,155 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:11:37,159 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:11:37,159 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:11:37,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:11:37,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:37,168 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:11:37,169 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:11:37,169 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:11:37,169 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:11:37,172 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:11:37,175 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:11:37,175 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:11:37,178 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:11:37,178 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:11:37,179 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:11:37,179 INFO blivet/MainThread: got device: DiskDevice instance (0x7efff2506e48) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:11:37,182 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:11:37,182 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:11:37,185 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:11:37,186 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:11:37,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:11:37,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:37,195 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:11:37,196 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:11:37,196 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:11:37,196 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:11:37,199 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:11:37,202 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:11:37,202 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:11:37,205 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:11:37,206 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:11:37,206 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:11:37,206 INFO blivet/MainThread: got device: DiskDevice instance (0x7efff2506f98) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:11:37,209 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:11:37,209 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:11:37,213 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:11:37,213 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:11:37,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:11:37,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:37,222 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:11:37,223 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:11:37,223 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:11:37,223 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:11:37,226 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:11:37,229 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:11:37,230 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:11:37,233 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:11:37,233 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:11:37,233 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:11:37,233 INFO blivet/MainThread: got device: DiskDevice instance (0x7efff14bafd0) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:11:37,237 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:11:37,237 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:11:37,240 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:11:37,240 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:11:37,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:11:37,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:37,250 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:11:37,250 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:11:37,250 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:11:37,250 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:11:37,253 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:11:37,256 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:11:37,257 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:11:37,260 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:11:37,260 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:11:37,260 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:11:37,260 INFO blivet/MainThread: got device: DiskDevice instance (0x7efff2506c50) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:11:37,264 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:11:37,264 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:11:37,267 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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_READY': '1', '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': '499026066'} ; 2024-03-01 21:11:37,267 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:11:37,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:11:37,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:37,277 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:11:37,277 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:11:37,277 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:11:37,277 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:11:37,281 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:11:37,284 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:11:37,284 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:11:37,287 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:11:37,287 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:11:37,288 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:11:37,288 INFO blivet/MainThread: got device: DiskDevice instance (0x7efff14c4e48) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:11:37,291 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:11:37,291 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:11:37,294 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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_READY': '1', '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': '499092867'} ; 2024-03-01 21:11:37,294 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:11:37,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:11:37,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:37,304 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:11:37,305 INFO blivet/MainThread: sde is a disk 2024-03-01 21:11:37,305 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:11:37,305 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:11:37,308 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:11:37,311 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:11:37,311 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:11:37,314 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:11:37,315 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:11:37,315 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:11:37,315 INFO blivet/MainThread: got device: DiskDevice instance (0x7efff14cd4e0) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:11:37,318 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:11:37,318 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:11:37,322 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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_READY': '1', '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': '499239053'} ; 2024-03-01 21:11:37,322 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:11:37,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:11:37,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:37,332 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:11:37,332 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:11:37,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:11:37,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:11:37,336 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:11:37,339 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:11:37,339 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:11:37,342 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:11:37,343 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:11:37,343 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:11:37,343 INFO blivet/MainThread: got device: DiskDevice instance (0x7efff14c4898) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:11:37,346 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:11:37,346 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:11:37,350 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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_READY': '1', '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': '499276340'} ; 2024-03-01 21:11:37,350 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:11:37,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:11:37,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:37,360 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:11:37,360 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:11:37,360 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:11:37,360 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:11:37,363 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:11:37,366 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:11:37,367 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:11:37,370 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:11:37,370 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:11:37,371 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:11:37,371 INFO blivet/MainThread: got device: DiskDevice instance (0x7efff14d03c8) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:11:37,374 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:11:37,374 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:11:37,377 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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_READY': '1', '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': '499372227'} ; 2024-03-01 21:11:37,377 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:11:37,381 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:11:37,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:37,387 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:11:37,388 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:11:37,388 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:11:37,388 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:11:37,391 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:11:37,394 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:11:37,394 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:11:37,397 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:11:37,398 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:11:37,398 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:11:37,398 INFO blivet/MainThread: got device: DiskDevice instance (0x7efff14d0908) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:11:37,401 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:11:37,402 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:11:37,405 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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_READY': '1', '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': '499528847'} ; 2024-03-01 21:11:37,405 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:11:37,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:11:37,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:37,415 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:11:37,415 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:11:37,415 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:11:37,415 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:11:37,418 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:11:37,422 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:11:37,422 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:11:37,425 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:11:37,425 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:11:37,426 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:11:37,426 INFO blivet/MainThread: got device: DiskDevice instance (0x7efff14d62e8) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:11:37,429 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:11:37,429 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:11:37,432 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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_READY': '1', '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': '499599862'} ; 2024-03-01 21:11:37,432 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:11:37,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:11:37,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:37,442 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:11:37,443 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:11:37,443 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:11:37,443 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:11:37,446 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:11:37,449 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:11:37,449 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:11:37,452 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:11:37,452 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:11:37,453 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:11:37,453 INFO blivet/MainThread: got device: DiskDevice instance (0x7efff14d6978) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:11:37,456 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:11:37,456 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:11:37,459 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': '22216935'} ; 2024-03-01 21:11:37,459 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:11:37,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:11:37,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:37,469 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:11:37,469 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:11:37,469 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:11:37,469 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:11:37,469 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:11:37,470 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:11:37,473 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:11:37,476 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:11:37,476 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:11:37,479 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:11:37,479 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:11:37,479 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:11:37,480 INFO blivet/MainThread: got device: DiskDevice instance (0x7efff14d6eb8) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:11:37,483 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:11:37,486 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:37,486 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:11:37,490 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:37,490 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:11:37,493 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:37,493 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:11:37,496 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:37,496 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:11:37,500 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:11:37,503 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:37,506 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:11:37,510 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 0x7efff14bce48> 2024-03-01 21:11:40,617 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:11:40,622 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:11:40,622 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:11:40,626 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': '22221140'} ; 2024-03-01 21:11:40,626 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:11:40,626 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:11:40,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:40,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:40,635 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:11:40,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:40,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:40,641 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:40,657 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:40,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:11:40,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:11:40,676 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:11:40,679 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:11:40,680 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:11:40,683 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:11:40,686 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:11:40,686 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:11:40,689 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:11:40,690 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:11:40,690 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:11:40,693 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:11:40,696 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:11:40,699 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:11:40,702 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:11:40,705 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:11:40,705 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:11:40,705 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:11:40,706 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:11:40,705 INFO blivet/MainThread: got device: PartitionDevice instance (0x7efff14c4320) -- 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 0x7efff14ea0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:11:40,709 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:11:40,713 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:40,713 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:11:40,716 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:40,716 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:11:40,719 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:40,719 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:11:40,722 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:40,723 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:11:40,724 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:11:40,724 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:11:40,728 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:40,728 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:11:40,731 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:11:40,731 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:11:40,732 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:40,745 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:40,757 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:11:40,758 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:11:40,762 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:11:40,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:40,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:11:40,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:40,770 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:11:40,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:11:40,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:40,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:11:40,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:40,781 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:11:40,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:11:40,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:40,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:11:40,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:40,792 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:11:40,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:11:40,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:40,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:11:40,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:40,803 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:11:40,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:11:40,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:40,811 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:11:40,813 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:40,813 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:11:40,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:11:40,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:40,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:11:40,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:40,824 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:11:40,824 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:11:45,806 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_vzk0sfgm/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:11:45,842 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:45,842 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:11:45,845 INFO program/MainThread: stdout[2]: 2024-03-01 21:11:45,846 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 21:11:45,846 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:11:45,846 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:11:45,851 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:45,851 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:11:45,855 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:45,855 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:11:45,858 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:45,858 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:11:45,861 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:45,861 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:11:45,869 INFO program/MainThread: stdout: 2024-03-01 21:11:45,869 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:11:45,869 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:11:45,869 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:11:45,869 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:11:45,869 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:11:45,869 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:11:45,869 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:11:45,869 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:11:45,869 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:11:45,869 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:11:45,869 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:11:45,869 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:11:45,869 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:11:45,869 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:11:45,869 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:11:45,869 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:45,870 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 21:11:45,870 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:11:45,870 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:11:45,870 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:11:45,870 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:11:45,870 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:11:45,871 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:11:45,871 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:45,882 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:45,893 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:11:45,898 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:11:45,898 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:11:45,898 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 21:11:45,929 INFO program/MainThread: stdout[3]: 2024-03-01 21:11:45,929 INFO program/MainThread: stderr[3]: 2024-03-01 21:11:45,929 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:11:45,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:11:45,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:45,943 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:11:45,947 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:11:45,948 INFO blivet/MainThread: sda is a disk 2024-03-01 21:11:45,948 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:11:45,948 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:11:45,951 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:11:45,955 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:11:45,955 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:11:45,958 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:11:45,958 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:11:45,959 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:11:45,959 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc7c823f60) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:11:45,963 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:11:45,963 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:11:45,966 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:11:45,966 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:11:45,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:11:45,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:45,976 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:11:45,976 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:11:45,976 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:11:45,976 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:11:45,979 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:11:45,982 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:11:45,982 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:11:45,985 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:11:45,986 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:11:45,986 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:11:45,986 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc7c764e80) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:11:45,989 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:11:45,990 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:11:45,993 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:11:45,993 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:11:45,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:11:45,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:46,002 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:11:46,003 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:11:46,003 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:11:46,003 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:11:46,006 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:11:46,009 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:11:46,009 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:11:46,012 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:11:46,012 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:11:46,013 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:11:46,013 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc7c764fd0) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:11:46,016 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:11:46,016 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:11:46,019 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:11:46,019 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:11:46,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:11:46,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:46,029 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:11:46,029 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:11:46,029 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:11:46,030 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:11:46,032 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:11:46,036 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:11:46,036 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:11:46,039 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:11:46,039 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:11:46,040 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:11:46,040 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc7b718eb8) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:11:46,043 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:11:46,043 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:11:46,046 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:11:46,046 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:11:46,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:11:46,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:46,056 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:11:46,056 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:11:46,056 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:11:46,056 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:11:46,059 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:11:46,062 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:11:46,062 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:11:46,065 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:11:46,066 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:11:46,066 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:11:46,066 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc7c764f98) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:11:46,069 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:11:46,070 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:11:46,073 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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_READY': '1', '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': '499026066'} ; 2024-03-01 21:11:46,073 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:11:46,076 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:11:46,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:46,082 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:11:46,083 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:11:46,083 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:11:46,083 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:11:46,086 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:11:46,089 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:11:46,089 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:11:46,092 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:11:46,093 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:11:46,093 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:11:46,093 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc7b722e80) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:11:46,096 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:11:46,096 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:11:46,099 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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_READY': '1', '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': '499092867'} ; 2024-03-01 21:11:46,099 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:11:46,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:11:46,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:46,109 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:11:46,109 INFO blivet/MainThread: sde is a disk 2024-03-01 21:11:46,110 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:11:46,110 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:11:46,113 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:11:46,116 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:11:46,116 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:11:46,119 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:11:46,119 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:11:46,120 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:11:46,120 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc7b72b518) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:11:46,123 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:11:46,123 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:11:46,126 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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_READY': '1', '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': '499239053'} ; 2024-03-01 21:11:46,126 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:11:46,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:11:46,132 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:46,136 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:11:46,136 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:11:46,136 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:11:46,137 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:11:46,139 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:11:46,143 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:11:46,143 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:11:46,146 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:11:46,146 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:11:46,146 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:11:46,146 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc7b7228d0) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:11:46,150 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:11:46,150 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:11:46,153 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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_READY': '1', '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': '499276340'} ; 2024-03-01 21:11:46,153 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:11:46,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:11:46,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:46,163 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:11:46,163 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:11:46,163 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:11:46,163 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:11:46,166 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:11:46,169 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:11:46,169 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:11:46,173 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:11:46,173 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:11:46,173 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:11:46,174 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc7b72e400) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:11:46,177 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:11:46,177 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:11:46,180 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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_READY': '1', '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': '499372227'} ; 2024-03-01 21:11:46,180 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:11:46,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:11:46,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:46,190 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:11:46,190 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:11:46,190 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:11:46,191 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:11:46,193 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:11:46,197 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:11:46,197 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:11:46,200 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:11:46,200 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:11:46,201 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:11:46,201 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc7b72e940) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:11:46,204 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:11:46,204 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:11:46,207 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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_READY': '1', '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': '499528847'} ; 2024-03-01 21:11:46,207 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:11:46,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:11:46,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:46,217 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:11:46,217 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:11:46,217 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:11:46,218 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:11:46,221 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:11:46,224 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:11:46,224 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:11:46,227 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:11:46,227 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:11:46,228 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:11:46,228 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc7b734320) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:11:46,231 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:11:46,231 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:11:46,234 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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_READY': '1', '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': '499599862'} ; 2024-03-01 21:11:46,234 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:11:46,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:11:46,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:46,244 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:11:46,245 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:11:46,245 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:11:46,245 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:11:46,248 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:11:46,251 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:11:46,251 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:11:46,254 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:11:46,254 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:11:46,255 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:11:46,255 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc7b7349b0) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:11:46,258 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:11:46,258 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:11:46,261 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': '22216935'} ; 2024-03-01 21:11:46,261 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:11:46,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:11:46,267 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:46,271 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:11:46,271 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:11:46,271 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:11:46,271 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:11:46,271 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:11:46,271 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:11:46,274 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:11:46,277 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:11:46,277 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:11:46,281 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:11:46,281 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:11:46,281 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:11:46,281 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc7b734ef0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:11:46,284 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:11:46,288 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:46,288 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:11:46,291 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:46,291 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:11:46,295 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:46,295 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:11:46,298 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:46,298 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:11:46,302 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:11:46,305 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:46,308 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:11:46,311 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 0x7fdc7b71ae48> 2024-03-01 21:11:49,659 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:11:49,664 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:11:49,664 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:11:49,668 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': '22221140'} ; 2024-03-01 21:11:49,668 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:11:49,668 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:11:49,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:49,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:49,677 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:11:49,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:49,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:49,683 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:49,697 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:49,712 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:11:49,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:11:49,716 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:11:49,719 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:11:49,720 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:11:49,723 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:11:49,726 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:11:49,726 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:11:49,729 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:11:49,730 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:11:49,730 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:11:49,733 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:11:49,736 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:11:49,739 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:11:49,742 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:11:49,745 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:11:49,745 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:11:49,745 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:11:49,746 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:11:49,745 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fdc8a749208) -- 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 0x7fdc7b7480f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:11:49,750 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:11:49,753 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:49,753 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:11:49,756 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:49,756 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:11:49,759 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:49,760 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:11:49,763 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:49,763 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:11:49,764 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:11:49,765 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:11:49,768 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:49,768 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:11:49,771 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:11:49,771 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:11:49,772 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:49,784 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:49,796 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:11:49,797 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:11:49,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:11:49,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:49,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:11:49,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:49,810 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:11:49,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:11:49,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:49,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:11:49,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:49,820 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:11:49,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:11:49,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:49,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:11:49,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:49,832 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:11:49,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:11:49,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:49,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:11:49,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:49,842 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:11:49,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:11:49,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:49,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:11:49,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:49,853 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:11:49,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:11:49,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:49,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:11:49,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:49,864 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:11:49,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:49,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:49,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:49,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:49,876 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 21:11:49,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:11:49,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 21:11:49,881 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:11:49,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:11:49,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 21:11:49,887 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:11:49,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:11:49,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 21:11:49,892 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:11:49,895 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:11:49,896 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 21:11:49,896 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:11:49,899 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:11:49,899 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:11:49,902 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:11:49,903 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:11:49,906 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:11:49,906 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 21:11:49,906 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:11:49,909 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:11:49,909 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:11:49,912 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:11:49,912 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:11:49,915 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:11:49,915 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 21:11:49,915 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:11:49,918 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:11:49,918 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:11:49,921 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:11:49,921 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:11:49,922 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:11:49,927 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:11:49,930 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:11:49,933 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:11:49,937 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:11:49,940 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:11:49,944 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:11:49,944 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:11:49,947 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:11:49,948 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 21:11:49,948 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:11:49,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:49,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:49,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:49,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:49,961 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 21:11:49,961 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:11:49,962 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:11:49,962 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -99.73890339425589 2024-03-01 21:11:49,962 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:11:49,963 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:11:49,966 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:49,966 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 21:11:49,968 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:49,969 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 21:11:49,973 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:11:49,976 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:11:49,976 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:11:49,980 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:11:49,983 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:11:49,986 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:11:49,989 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 21:11:49,990 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:11:49,990 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:11:49,990 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 21:11:49,991 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 21:11:49,995 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:11:49,996 INFO program/MainThread: stderr[4]: 2024-03-01 21:11:49,996 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:11:49,996 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 21:11:49,996 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:11:49,997 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:11:50,001 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 21:11:50,001 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:11:50,002 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:11:50,002 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:11:50,002 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:11:50,002 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:11:50,002 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:11:50,002 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:11:50,002 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:11:50,002 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:11:50,002 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:11:50,003 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:11:50,003 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:11:50,006 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:11:50,008 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:11:50,011 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:11:50,012 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:11:50,014 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:11:50,014 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 0x7fdc7b67ed58> 2024-03-01 21:11:50,015 INFO blivet/MainThread: sorting actions... 2024-03-01 21:11:50,016 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:11:50,016 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:11:50,016 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:11:50,016 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:11:50,017 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:11:50,017 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:11:50,017 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:11:50,017 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:11:50,017 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:11:50,017 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:11:50,020 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:50,023 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 21:11:50,023 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 21:11:50,029 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,030 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:50,060 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,060 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:50,074 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,074 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:11:50,078 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:50,081 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 21:11:50,081 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 21:11:50,087 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,087 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:50,117 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,117 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:50,129 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,129 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:11:50,133 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:50,136 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 21:11:50,136 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 21:11:50,142 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,142 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:50,171 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,171 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:50,183 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,183 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:11:50,187 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:50,190 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:11:50,193 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:11:50,193 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:11:50,193 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 21:11:50,225 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 21:11:50,225 INFO program/MainThread: stderr[5]: 2024-03-01 21:11:50,226 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:11:50,226 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:50,248 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,252 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:11:50,252 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:11:50,254 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 21:11:50,264 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,265 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:50,290 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,290 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:11:50,294 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:50,297 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:11:50,300 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:11:50,300 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:11:50,300 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 21:11:50,332 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdb" successfully created. 2024-03-01 21:11:50,333 INFO program/MainThread: stderr[6]: 2024-03-01 21:11:50,333 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:11:50,333 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:50,353 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,357 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:11:50,357 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:11:50,358 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 21:11:50,368 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,369 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:50,393 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,393 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:11:50,397 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:50,401 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:11:50,403 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:11:50,403 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:11:50,404 INFO program/MainThread: Running [7] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:11:50,437 INFO program/MainThread: stdout[7]: Physical volume "/dev/sda" successfully created. 2024-03-01 21:11:50,438 INFO program/MainThread: stderr[7]: 2024-03-01 21:11:50,438 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:11:50,438 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:50,461 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,465 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:11:50,465 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:11:50,466 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 21:11:50,476 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,477 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:50,502 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,502 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:11:50,506 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 21:11:50,509 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:11:50,512 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:50,515 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:11:50,518 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:50,521 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:11:50,523 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:50,526 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:11:50,529 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 21:11:50,530 INFO program/MainThread: Running [8] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --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 21:11:50,587 INFO program/MainThread: stdout[8]: Volume group "test_vg1" successfully created 2024-03-01 21:11:50,588 INFO program/MainThread: stderr[8]: 2024-03-01 21:11:50,588 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:11:50,596 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:11:50,605 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:11:50,610 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:50,618 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:11:50,624 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:50,634 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:11:50,642 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:50,645 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:11:50,645 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:50,661 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,665 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:11:50,668 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:11:50,668 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:50,682 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,682 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 21:11:50,692 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,692 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:50,705 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,705 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:11:50,709 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 21:11:50,712 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 21:11:50,715 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:11:50,719 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:11:50,722 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:50,725 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:11:50,729 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:50,732 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:11:50,735 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:50,739 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:11:50,739 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:50,753 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,758 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:11:50,758 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/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:50,785 INFO program/MainThread: stdout[9]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:11:50,785 INFO program/MainThread: stderr[9]: 2024-03-01 21:11:50,785 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:11:50,790 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 21:11:50,790 INFO program/MainThread: Running [10] lvm lvcreate -n lv1 -L 1568768K -y --type linear 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 21:11:50,890 INFO program/MainThread: stdout[10]: Logical volume "lv1" created. 2024-03-01 21:11:50,891 INFO program/MainThread: stderr[10]: 2024-03-01 21:11:50,891 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:11:50,899 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:50,905 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:11:50,905 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:11:50,905 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:50,930 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,934 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 21:11:50,935 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:11:50,936 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:11:50,946 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,946 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:50,961 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:50,961 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:11:50,965 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:50,968 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:11:50,971 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 21:11:50,971 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 21:11:51,006 INFO program/MainThread: stdout: 2024-03-01 21:11:51,007 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=98048 blks 2024-03-01 21:11:51,007 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:11:51,007 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:11:51,007 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:11:51,007 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 21:11:51,007 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:11:51,007 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:11:51,007 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 21:11:51,007 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:11:51,007 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:11:51,007 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:51,008 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 21:11:51,022 INFO program/MainThread: stdout: 2024-03-01 21:11:51,022 INFO program/MainThread: writing all SBs 2024-03-01 21:11:51,023 INFO program/MainThread: new label = "" 2024-03-01 21:11:51,023 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:51,023 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:51,042 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:51,046 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:11:51,046 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:11:51,047 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:11:51,057 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:51,057 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:51,072 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:51,077 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:11:51,077 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 0x7fdc7b6130f8> 2024-03-01 21:11:51,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:51,083 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 21:11:51,084 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:11:51,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:51,089 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 21:11:51,089 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:11:59,293 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_1qanktv6/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:11:59,329 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:59,329 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:11:59,333 INFO program/MainThread: stdout[2]: 2024-03-01 21:11:59,333 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 21:11:59,333 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:11:59,333 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:11:59,338 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:59,338 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:11:59,342 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:59,342 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:11:59,345 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:59,345 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:11:59,348 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:59,348 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:11:59,356 INFO program/MainThread: stdout: 2024-03-01 21:11:59,357 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:11:59,357 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member 5RDlVu-7mve-bL0r-v2is-Gdzk-gfXx-t29oHk 2024-03-01 21:11:59,357 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 7d4d1458-2397-479d-a396-887ae692b9a5 2024-03-01 21:11:59,357 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk 2024-03-01 21:11:59,357 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 7d4d1458-2397-479d-a396-887ae692b9a5 2024-03-01 21:11:59,357 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp 2024-03-01 21:11:59,357 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:11:59,357 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:11:59,357 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:11:59,357 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:11:59,357 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:11:59,357 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:11:59,357 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:11:59,357 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:11:59,357 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:11:59,357 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:11:59,357 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:11:59,357 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:59,357 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member 5RDlVu-7mve-bL0r-v2is-Gdzk-gfXx-t29oHk `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 7d4d1458-2397-479d-a396-887ae692b9a5 sdb 1073741824 root disk brw-rw---- LVM2_member OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 7d4d1458-2397-479d-a396-887ae692b9a5 sdc 1073741824 root disk brw-rw---- LVM2_member W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp 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 21:11:59,358 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:11:59,358 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:11:59,358 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:11:59,358 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:11:59,358 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:11:59,359 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:11:59,359 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:59,370 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:59,382 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 21:11:59,386 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/lvm-pv-uuid-5RDlVu-7mve-bL0r-v2is-Gdzk-gfXx-t29oHk ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84', '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': '5RDlVu-7mve-bL0r-v2is-Gdzk-gfXx-t29oHk', 'ID_FS_UUID_ENC': '5RDlVu-7mve-bL0r-v2is-Gdzk-gfXx-t29oHk', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:11:59,386 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:11:59,387 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 21:11:59,421 INFO program/MainThread: stdout[3]: 2024-03-01 21:11:59,421 INFO program/MainThread: stderr[3]: 2024-03-01 21:11:59,421 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:11:59,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:11:59,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:59,434 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:11:59,438 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:11:59,439 INFO blivet/MainThread: sda is a disk 2024-03-01 21:11:59,439 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:11:59,439 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:11:59,442 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:11:59,446 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:11:59,446 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:11:59,449 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:11:59,450 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:11:59,450 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:11:59,450 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7b9b9f2390) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:11:59,454 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:11:59,457 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:59,457 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:11:59,461 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:59,461 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:11:59,464 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:59,464 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:11:59,467 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:59,467 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:11:59,470 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:11:59,471 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:11:59,471 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 21:11:59,498 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5RDlVu-7mve-bL0r-v2is-Gdzk-gfXx-t29oHk LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 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=OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 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=W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 21:11:59,498 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk. WARNING: Couldn't find device with uuid W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp. WARNING: VG test_vg1 is missing PV OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp (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 21:11:59,498 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:11:59,498 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:11:59,503 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 5RDlVu-7mve-bL0r-v2is-Gdzk-gfXx-t29oHk ; label: None ; device: /dev/sda ; serial: 36001405f47a7bfa33fe400b9c731d3ba ; exists: True ; vg_name: test_vg1 ; vg_uuid: nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 ; pe_start: 8 MiB ; 2024-03-01 21:11:59,503 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:11:59,506 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:11:59,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 ; incomplete: True ; hidden: False ; 2024-03-01 21:11:59,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:59,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:59,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:59,518 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 21:11:59,547 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 21:11:59,547 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk. WARNING: Couldn't find device with uuid W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp. WARNING: VG test_vg1 is missing PV OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp (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 21:11:59,547 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:11:59,547 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:11:59,548 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:11:59,553 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:11:59,557 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:11:59,557 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:11:59,560 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:11:59,560 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 21:11:59,591 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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=fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:11:59,591 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk. WARNING: Couldn't find device with uuid W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp. WARNING: VG test_vg1 is missing PV OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp (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 21:11:59,591 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:11:59,596 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:11:59,597 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:11:59,600 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:11:59,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 ; incomplete: True ; hidden: False ; 2024-03-01 21:11:59,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:11:59,606 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:11:59,606 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:11:59,610 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/lvm-pv-uuid-OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1', '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': 'OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk', 'ID_FS_UUID_ENC': 'OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:11:59,610 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:11:59,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:11:59,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:59,620 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:11:59,620 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:11:59,621 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:11:59,621 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:11:59,624 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:11:59,627 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:11:59,627 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:11:59,630 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:11:59,631 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:11:59,631 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:11:59,631 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7b9a9c45c0) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:11:59,634 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:11:59,638 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:59,638 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:11:59,641 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:59,641 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:11:59,644 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:59,645 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:11:59,648 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:59,648 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:11:59,651 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:11:59,651 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:11:59,651 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 21:11:59,679 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5RDlVu-7mve-bL0r-v2is-Gdzk-gfXx-t29oHk LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 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=OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 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=W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 21:11:59,679 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp. WARNING: VG test_vg1 is missing PV W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp (last written to /dev/sdc). 2024-03-01 21:11:59,679 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:11:59,680 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:11:59,684 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk ; label: None ; device: /dev/sdb ; serial: 36001405b7caaf3a7f7140988224d62c1 ; exists: True ; vg_name: test_vg1 ; vg_uuid: nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 21:11:59,684 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:11:59,687 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:11:59,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 ; incomplete: True ; hidden: False ; 2024-03-01 21:11:59,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:11:59,697 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:11:59,700 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:11:59,703 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:11:59,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 ; incomplete: True ; hidden: False ; 2024-03-01 21:11:59,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:11:59,709 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 21:11:59,738 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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=fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:11:59,738 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp. WARNING: VG test_vg1 is missing PV W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp (last written to /dev/sdc). 2024-03-01 21:11:59,738 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:11:59,738 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:11:59,738 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:11:59,743 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:11:59,743 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:11:59,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:11:59,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:59,753 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:11:59,753 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:11:59,754 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:11:59,754 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:11:59,757 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:11:59,760 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:11:59,760 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:11:59,763 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:11:59,764 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:11:59,764 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:11:59,764 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7b9a9c4e48) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:11:59,767 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:11:59,768 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:11:59,771 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:11:59,771 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:11:59,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:11:59,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:59,781 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:11:59,781 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:11:59,781 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:11:59,781 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:11:59,784 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:11:59,788 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:11:59,788 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:11:59,791 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:11:59,791 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:11:59,792 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:11:59,792 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7b9a928f60) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:11:59,795 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:11:59,795 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:11:59,799 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/lvm-pv-uuid-W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp', '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': 'W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp', 'ID_FS_UUID_ENC': 'W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:11:59,799 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:11:59,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:11:59,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:59,808 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:11:59,809 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:11:59,809 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:11:59,809 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:11:59,812 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:11:59,815 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:11:59,816 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:11:59,819 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:11:59,819 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:11:59,819 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:11:59,819 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7b9a930400) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:11:59,823 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:11:59,826 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:59,826 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:11:59,830 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:59,830 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:11:59,833 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:59,833 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:11:59,836 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:59,836 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:11:59,839 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:11:59,839 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:11:59,840 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 21:11:59,868 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5RDlVu-7mve-bL0r-v2is-Gdzk-gfXx-t29oHk LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 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=OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 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=W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 21:11:59,868 INFO program/MainThread: stderr[9]: 2024-03-01 21:11:59,868 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:11:59,868 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:11:59,873 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp ; label: None ; device: /dev/sdc ; serial: 3600140507600ad0486d49968c7af7867 ; exists: True ; vg_name: test_vg1 ; vg_uuid: nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:11:59,873 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:11:59,876 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:11:59,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 ; incomplete: True ; hidden: False ; 2024-03-01 21:11:59,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:11:59,885 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:11:59,889 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:11:59,891 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:11:59,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 ; incomplete: True ; hidden: False ; 2024-03-01 21:11:59,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:11:59,898 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 21:11:59,928 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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=fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:11:59,928 INFO program/MainThread: stderr[10]: 2024-03-01 21:11:59,928 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:11:59,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:59,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:59,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN ; incomplete: False ; hidden: False ; 2024-03-01 21:11:59,942 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:59,942 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:11:59,946 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:11:59,946 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:11:59,950 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:11:59,953 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:11:59,954 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:11:59,957 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 21:11:59,958 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:11:59,958 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:11:59,961 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:11:59,966 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:11:59,966 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:11:59,969 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:11:59,972 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:11:59,973 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:11:59,976 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 21:11:59,977 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:11:59,977 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 21:11:59,977 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:11:59,980 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:11:59,980 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:11:59,983 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 21:11:59,984 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:11:59,987 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/7d4d1458-2397-479d-a396-887ae692b9a5 ' '/dev/disk/by-id/dm-uuid-LVM-nUbhe3LwrlfQZe8gvI3Nee9l99Wdcin6fGJAauekWMD4AN4lfUlVW8RgsxFh0MhN ' '/dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-nUbhe3LwrlfQZe8gvI3Nee9l99Wdcin6fGJAauekWMD4AN4lfUlVW8RgsxFh0MhN', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7d4d1458-2397-479d-a396-887ae692b9a5', 'ID_FS_UUID_ENC': '7d4d1458-2397-479d-a396-887ae692b9a5', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1030932042'} ; 2024-03-01 21:11:59,987 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:11:59,988 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:11:59,992 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:11:59,992 INFO program/MainThread: stderr[11]: 2024-03-01 21:11:59,992 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:11:59,993 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:11:59,996 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:11:59,996 INFO program/MainThread: stderr[12]: 2024-03-01 21:11:59,996 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:11:59,996 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:00,000 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:12:00,000 INFO program/MainThread: stderr[13]: 2024-03-01 21:12:00,000 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:12:00,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:00,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:12:00,011 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:00,012 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:00,012 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:00,013 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:00,008 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f7b9a928dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f7b9a9a3940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:00,013 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:00,018 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:12:00,018 INFO program/MainThread: stderr[14]: 2024-03-01 21:12:00,018 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:12:00,022 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:12:00,026 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:00,026 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:12:00,030 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:00,030 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:12:00,033 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:00,033 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:12:00,037 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:00,037 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:12:00,039 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:12:00,039 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:12:00,042 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:00,043 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:12:00,046 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:12:00,046 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:12:00,047 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:12:00,050 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:12:00,050 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:12:00,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:12:00,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:00,060 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:12:00,061 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:12:00,061 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:12:00,061 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 21:12:00,064 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:12:00,067 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:12:00,067 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:12:00,071 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:12:00,071 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:12:00,071 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 21:12:00,071 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7b9a934d30) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:12:00,075 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:12:00,075 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:12:00,078 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:12:00,078 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:12:00,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:12:00,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:00,088 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:12:00,089 INFO blivet/MainThread: sde is a disk 2024-03-01 21:12:00,089 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 21:12:00,089 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 21:12:00,092 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:12:00,095 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:12:00,095 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:12:00,098 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:12:00,098 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:12:00,099 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 21:12:00,099 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7b9a9393c8) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:12:00,102 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:12:00,102 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:12:00,106 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:12:00,106 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:12:00,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:12:00,112 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:00,116 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:12:00,116 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:12:00,117 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 21:12:00,117 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 21:12:00,120 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:12:00,123 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:12:00,123 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:12:00,126 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:12:00,126 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:12:00,127 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 21:12:00,127 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7b9a9c4860) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:12:00,130 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:12:00,130 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:12:00,133 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:12:00,133 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:12:00,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:12:00,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:00,143 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:12:00,144 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:12:00,144 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 21:12:00,144 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 21:12:00,147 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:12:00,150 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:12:00,150 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:12:00,154 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:12:00,154 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:12:00,154 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 21:12:00,154 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7b9a92b2b0) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:12:00,158 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:12:00,158 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:12:00,161 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:12:00,161 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:12:00,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:12:00,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:00,171 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:12:00,171 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:12:00,172 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 21:12:00,172 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 21:12:00,175 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:12:00,178 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:12:00,178 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:12:00,181 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:12:00,181 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:12:00,182 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 21:12:00,182 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7b9a92b7f0) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:12:00,185 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:12:00,185 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:12:00,188 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:12:00,188 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:12:00,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:12:00,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:00,198 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:12:00,199 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:12:00,199 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:12:00,199 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 21:12:00,202 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:12:00,205 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:12:00,206 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:12:00,209 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:12:00,209 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:12:00,209 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 21:12:00,209 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7b9a9491d0) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:12:00,213 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:12:00,213 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:12:00,216 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:12:00,216 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:12:00,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:12:00,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:00,226 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:12:00,226 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:12:00,227 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 21:12:00,227 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 21:12:00,230 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:12:00,233 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:12:00,233 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:12:00,236 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:12:00,236 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:12:00,237 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 21:12:00,237 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7b9a949860) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:12:00,240 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:12:00,240 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:12:00,243 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': '22216935'} ; 2024-03-01 21:12:00,243 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:12:00,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:00,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:00,253 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:12:00,253 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:12:00,253 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:12:00,253 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:12:00,254 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:12:00,254 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:12:00,257 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:12:00,260 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:12:00,260 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:12:00,263 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:12:00,263 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:12:00,263 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 21:12:00,264 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7b9a949da0) -- 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 21:12:00,267 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:12:00,270 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:00,270 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 21:12:00,273 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:00,273 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 21:12:00,277 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:00,277 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 21:12:00,280 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:00,280 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 21:12:00,283 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:12:00,286 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:00,289 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:12:00,293 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 0x7f7b9a936888> 2024-03-01 21:12:03,489 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 21:12:03,494 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:12:03,494 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:12:03,498 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': '22221140'} ; 2024-03-01 21:12:03,498 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:12:03,498 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:12:03,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:03,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:03,508 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:12:03,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:03,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:03,514 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:03,528 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:03,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:03,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 21:12:03,548 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 21:12:03,551 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:12:03,552 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:12:03,555 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:12:03,558 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:12:03,558 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:12:03,561 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:12:03,562 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:12:03,562 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:12:03,565 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:12:03,568 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:12:03,571 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:12:03,574 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:12:03,577 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:12:03,578 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:12:03,578 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 21:12:03,579 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:12:03,578 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f7b9a9535c0) -- 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 0x7f7b9a959e60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:12:03,582 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:12:03,585 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:03,585 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 21:12:03,589 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:03,589 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 21:12:03,592 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:03,592 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 21:12:03,596 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:03,596 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 21:12:03,596 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:12:03,599 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:03,599 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 21:12:03,602 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:12:03,602 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:12:03,605 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/7d4d1458-2397-479d-a396-887ae692b9a5 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-nUbhe3LwrlfQZe8gvI3Nee9l99Wdcin6fGJAauekWMD4AN4lfUlVW8RgsxFh0MhN ' '/dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-nUbhe3LwrlfQZe8gvI3Nee9l99Wdcin6fGJAauekWMD4AN4lfUlVW8RgsxFh0MhN', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7d4d1458-2397-479d-a396-887ae692b9a5', 'ID_FS_UUID_ENC': '7d4d1458-2397-479d-a396-887ae692b9a5', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1030932042'} ; 2024-03-01 21:12:03,605 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:12:03,606 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:03,610 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:12:03,610 INFO program/MainThread: stderr[15]: 2024-03-01 21:12:03,610 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:12:03,610 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:03,614 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:12:03,614 INFO program/MainThread: stderr[16]: 2024-03-01 21:12:03,614 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:12:03,614 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:03,618 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:12:03,618 INFO program/MainThread: stderr[17]: 2024-03-01 21:12:03,618 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:12:03,622 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:03,625 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 21:12:03,628 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:03,629 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:03,629 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:03,630 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:03,626 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f7b9a928dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f7b9a9a3940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:03,630 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:03,633 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:12:03,634 INFO program/MainThread: stderr[18]: 2024-03-01 21:12:03,634 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:12:03,638 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:12:03,638 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:12:03,638 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:03,650 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:03,663 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:12:03,664 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:12:03,668 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:12:03,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:03,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:12:03,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:03,677 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:12:03,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:12:03,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:03,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:12:03,688 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:03,688 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:12:03,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:12:03,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:03,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:12:03,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:03,700 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:12:03,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:12:03,705 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:03,708 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:12:03,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:03,711 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:12:03,713 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:12:03,716 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:03,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:12:03,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:03,722 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:12:03,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:12:03,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:03,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:12:03,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:03,733 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:12:08,731 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_g23g8jl9/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:12:08,768 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:08,768 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:12:08,772 INFO program/MainThread: stdout[2]: 2024-03-01 21:12:08,772 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 21:12:08,772 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:12:08,772 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:12:08,777 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:08,777 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:12:08,781 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:08,781 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:12:08,784 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:08,784 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:12:08,787 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:08,787 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:12:08,796 INFO program/MainThread: stdout: 2024-03-01 21:12:08,797 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:12:08,797 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member 5RDlVu-7mve-bL0r-v2is-Gdzk-gfXx-t29oHk 2024-03-01 21:12:08,797 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 7d4d1458-2397-479d-a396-887ae692b9a5 2024-03-01 21:12:08,797 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk 2024-03-01 21:12:08,797 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 7d4d1458-2397-479d-a396-887ae692b9a5 2024-03-01 21:12:08,797 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp 2024-03-01 21:12:08,797 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:12:08,797 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:12:08,797 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:12:08,797 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:12:08,797 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:12:08,797 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:12:08,797 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:12:08,797 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:12:08,797 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:12:08,797 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:12:08,797 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:12:08,797 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:08,797 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member 5RDlVu-7mve-bL0r-v2is-Gdzk-gfXx-t29oHk `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 7d4d1458-2397-479d-a396-887ae692b9a5 sdb 1073741824 root disk brw-rw---- LVM2_member OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 7d4d1458-2397-479d-a396-887ae692b9a5 sdc 1073741824 root disk brw-rw---- LVM2_member W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp 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 21:12:08,797 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:12:08,798 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:12:08,798 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:12:08,798 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:12:08,798 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:12:08,799 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:12:08,799 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:08,812 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:08,824 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 21:12:08,829 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/lvm-pv-uuid-5RDlVu-7mve-bL0r-v2is-Gdzk-gfXx-t29oHk ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba', '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': '5RDlVu-7mve-bL0r-v2is-Gdzk-gfXx-t29oHk', 'ID_FS_UUID_ENC': '5RDlVu-7mve-bL0r-v2is-Gdzk-gfXx-t29oHk', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:12:08,829 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:12:08,829 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 21:12:08,861 INFO program/MainThread: stdout[3]: 2024-03-01 21:12:08,861 INFO program/MainThread: stderr[3]: 2024-03-01 21:12:08,861 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:12:08,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:08,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:08,874 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:12:08,879 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:12:08,879 INFO blivet/MainThread: sda is a disk 2024-03-01 21:12:08,879 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:12:08,880 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:12:08,883 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:12:08,886 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:12:08,886 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:12:08,890 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:12:08,890 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:12:08,890 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:12:08,890 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3fbfde7390) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:12:08,894 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:12:08,898 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:08,898 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:12:08,901 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:08,901 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:12:08,904 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:08,904 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:12:08,908 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:08,908 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:12:08,911 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:12:08,911 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:12:08,911 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 21:12:08,939 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5RDlVu-7mve-bL0r-v2is-Gdzk-gfXx-t29oHk LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 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=OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 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=W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 21:12:08,939 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk. WARNING: Couldn't find device with uuid W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp. WARNING: VG test_vg1 is missing PV OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp (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 21:12:08,939 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:12:08,940 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:12:08,944 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 5RDlVu-7mve-bL0r-v2is-Gdzk-gfXx-t29oHk ; label: None ; device: /dev/sda ; serial: 36001405f47a7bfa33fe400b9c731d3ba ; exists: True ; vg_name: test_vg1 ; vg_uuid: nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 ; pe_start: 8 MiB ; 2024-03-01 21:12:08,945 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:12:08,948 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:12:08,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 ; incomplete: True ; hidden: False ; 2024-03-01 21:12:08,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:12:08,957 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:08,960 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:08,960 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 21:12:08,991 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 21:12:08,991 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk. WARNING: Couldn't find device with uuid W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp. WARNING: VG test_vg1 is missing PV OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp (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 21:12:08,991 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:12:08,991 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:12:08,992 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:12:08,997 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:12:09,001 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:12:09,001 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:12:09,004 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:12:09,004 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 21:12:09,031 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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=fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:12:09,031 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk. WARNING: Couldn't find device with uuid W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp. WARNING: VG test_vg1 is missing PV OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp (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 21:12:09,031 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:12:09,035 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:12:09,036 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:12:09,039 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:12:09,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 ; incomplete: True ; hidden: False ; 2024-03-01 21:12:09,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:12:09,045 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:12:09,046 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:12:09,049 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1', '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': 'OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk', 'ID_FS_UUID_ENC': 'OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:12:09,050 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:12:09,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:12:09,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:09,059 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:12:09,060 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:12:09,060 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:12:09,060 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:12:09,063 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:12:09,066 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:12:09,067 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:12:09,070 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:12:09,070 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:12:09,070 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:12:09,070 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3fbedb95c0) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:12:09,074 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:12:09,077 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:09,077 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:12:09,081 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:09,081 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:12:09,084 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:09,084 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:12:09,087 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:09,087 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:12:09,090 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:12:09,090 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:12:09,090 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 21:12:09,117 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5RDlVu-7mve-bL0r-v2is-Gdzk-gfXx-t29oHk LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 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=OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 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=W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 21:12:09,117 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp. WARNING: VG test_vg1 is missing PV W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp (last written to /dev/sdc). 2024-03-01 21:12:09,117 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:12:09,118 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:12:09,122 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk ; label: None ; device: /dev/sdb ; serial: 36001405b7caaf3a7f7140988224d62c1 ; exists: True ; vg_name: test_vg1 ; vg_uuid: nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 21:12:09,122 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:12:09,125 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:12:09,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 ; incomplete: True ; hidden: False ; 2024-03-01 21:12:09,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:12:09,135 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:12:09,138 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:12:09,141 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:12:09,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 ; incomplete: True ; hidden: False ; 2024-03-01 21:12:09,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:09,147 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 21:12:09,176 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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=fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:12:09,176 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp. WARNING: VG test_vg1 is missing PV W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp (last written to /dev/sdc). 2024-03-01 21:12:09,176 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:12:09,177 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:12:09,177 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:12:09,182 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:12:09,182 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:12:09,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:12:09,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:09,192 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:12:09,193 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:12:09,193 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:12:09,193 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:12:09,196 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:12:09,199 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:12:09,199 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:12:09,203 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:12:09,203 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:12:09,203 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:12:09,203 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3fbedb9e48) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:12:09,207 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:12:09,207 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:12:09,210 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:12:09,210 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:12:09,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:12:09,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:09,220 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:12:09,220 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:12:09,220 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:12:09,221 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:12:09,224 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:12:09,227 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:12:09,227 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:12:09,230 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:12:09,231 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:12:09,231 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:12:09,231 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3fbed1df98) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:12:09,234 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:12:09,234 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:12:09,238 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/lvm-pv-uuid-W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3', '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': 'W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp', 'ID_FS_UUID_ENC': 'W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:12:09,238 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:12:09,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:12:09,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:09,247 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:12:09,248 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:12:09,248 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:12:09,248 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:12:09,251 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:12:09,254 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:12:09,254 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:12:09,258 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:12:09,258 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:12:09,258 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:12:09,258 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3fbed25438) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:12:09,262 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:12:09,265 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:09,265 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:12:09,269 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:09,269 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:12:09,272 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:09,272 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:12:09,275 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:09,275 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:12:09,278 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:12:09,278 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:12:09,279 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 21:12:09,307 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=5RDlVu-7mve-bL0r-v2is-Gdzk-gfXx-t29oHk LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 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=OFjJIG-fcgt-87jJ-qubv-x7cC-ddmj-caJBnk LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 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=W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 21:12:09,307 INFO program/MainThread: stderr[9]: 2024-03-01 21:12:09,307 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:12:09,307 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:12:09,311 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: W4jK6v-akVO-VEkR-tRcX-ZHUH-rqdS-I055hp ; label: None ; device: /dev/sdc ; serial: 3600140507600ad0486d49968c7af7867 ; exists: True ; vg_name: test_vg1 ; vg_uuid: nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:12:09,311 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:12:09,314 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:12:09,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 ; incomplete: True ; hidden: False ; 2024-03-01 21:12:09,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:09,324 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:12:09,327 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:12:09,330 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:12:09,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 ; incomplete: True ; hidden: False ; 2024-03-01 21:12:09,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:09,336 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 21:12:09,365 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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=fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:12:09,365 INFO program/MainThread: stderr[10]: 2024-03-01 21:12:09,365 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:12:09,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:09,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:09,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN ; incomplete: False ; hidden: False ; 2024-03-01 21:12:09,378 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:12:09,378 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:12:09,382 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:12:09,382 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:12:09,386 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:12:09,389 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:12:09,390 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:12:09,393 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 21:12:09,394 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:12:09,394 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:12:09,397 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:12:09,402 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:12:09,402 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:12:09,405 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:12:09,408 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:12:09,408 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:12:09,412 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 21:12:09,412 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:12:09,412 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 21:12:09,412 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:12:09,415 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:12:09,416 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:12:09,419 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 21:12:09,419 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:12:09,423 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-nUbhe3LwrlfQZe8gvI3Nee9l99Wdcin6fGJAauekWMD4AN4lfUlVW8RgsxFh0MhN ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/7d4d1458-2397-479d-a396-887ae692b9a5', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-nUbhe3LwrlfQZe8gvI3Nee9l99Wdcin6fGJAauekWMD4AN4lfUlVW8RgsxFh0MhN', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7d4d1458-2397-479d-a396-887ae692b9a5', 'ID_FS_UUID_ENC': '7d4d1458-2397-479d-a396-887ae692b9a5', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1030932042'} ; 2024-03-01 21:12:09,423 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:12:09,423 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:09,427 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:12:09,427 INFO program/MainThread: stderr[11]: 2024-03-01 21:12:09,427 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:12:09,428 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:09,431 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:12:09,431 INFO program/MainThread: stderr[12]: 2024-03-01 21:12:09,431 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:12:09,431 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:09,435 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:12:09,435 INFO program/MainThread: stderr[13]: 2024-03-01 21:12:09,435 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:12:09,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:09,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:12:09,446 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:09,446 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:09,447 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:09,447 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:09,443 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:09,448 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:09,451 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:12:09,451 INFO program/MainThread: stderr[14]: 2024-03-01 21:12:09,452 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:12:09,456 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:12:09,459 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:09,459 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:12:09,463 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:09,463 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:12:09,467 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:09,467 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:12:09,470 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:09,470 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:12:09,472 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:12:09,472 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:12:09,476 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:09,476 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:12:09,479 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:12:09,480 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:12:09,480 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:12:09,484 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:12:09,484 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:12:09,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:12:09,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:09,494 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:12:09,494 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:12:09,494 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:12:09,495 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 21:12:09,498 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:12:09,501 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:12:09,501 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:12:09,504 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:12:09,505 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:12:09,505 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 21:12:09,505 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3fbed29eb8) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:12:09,508 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:12:09,508 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:12:09,512 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:12:09,512 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:12:09,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:12:09,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:09,522 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:12:09,522 INFO blivet/MainThread: sde is a disk 2024-03-01 21:12:09,522 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 21:12:09,522 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 21:12:09,525 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:12:09,528 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:12:09,529 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:12:09,532 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:12:09,532 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:12:09,532 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 21:12:09,532 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3fbed2e400) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:12:09,535 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:12:09,536 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:12:09,539 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:12:09,539 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:12:09,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:12:09,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:09,549 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:12:09,550 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:12:09,550 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 21:12:09,550 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 21:12:09,553 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:12:09,556 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:12:09,556 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:12:09,559 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:12:09,559 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:12:09,560 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 21:12:09,560 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3fbedb9828) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:12:09,563 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:12:09,563 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:12:09,566 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:12:09,566 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:12:09,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:12:09,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:09,576 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:12:09,577 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:12:09,577 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 21:12:09,577 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 21:12:09,580 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:12:09,583 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:12:09,583 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:12:09,587 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:12:09,587 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:12:09,587 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 21:12:09,587 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3fbed202e8) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:12:09,591 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:12:09,591 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:12:09,594 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:12:09,594 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:12:09,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:12:09,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:09,604 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:12:09,605 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:12:09,605 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 21:12:09,605 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 21:12:09,608 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:12:09,611 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:12:09,611 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:12:09,614 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:12:09,614 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:12:09,615 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 21:12:09,615 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3fbed20828) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:12:09,618 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:12:09,618 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:12:09,621 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:12:09,621 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:12:09,625 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:12:09,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:09,631 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:12:09,632 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:12:09,632 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:12:09,632 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 21:12:09,635 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:12:09,638 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:12:09,638 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:12:09,641 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:12:09,642 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:12:09,642 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 21:12:09,642 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3fbed3e208) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:12:09,645 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:12:09,646 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:12:09,649 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:12:09,649 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:12:09,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:12:09,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:09,659 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:12:09,659 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:12:09,659 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 21:12:09,660 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 21:12:09,662 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:12:09,666 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:12:09,666 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:12:09,669 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:12:09,669 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:12:09,669 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 21:12:09,669 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3fbed3e898) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:12:09,673 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:12:09,673 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:12:09,676 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': '22216935'} ; 2024-03-01 21:12:09,676 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:12:09,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:09,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:09,686 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:12:09,686 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:12:09,686 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:12:09,687 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:12:09,687 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:12:09,687 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:12:09,690 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:12:09,693 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:12:09,693 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:12:09,696 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:12:09,696 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:12:09,697 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 21:12:09,697 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3fbed3edd8) -- 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 21:12:09,700 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:12:09,703 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:09,703 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 21:12:09,707 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:09,707 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 21:12:09,710 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:09,710 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 21:12:09,713 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:09,713 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 21:12:09,716 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:12:09,720 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:09,723 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:12:09,726 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 0x7f3fbed2b108> 2024-03-01 21:12:12,647 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 21:12:12,651 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:12:12,652 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:12:12,656 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': '22221140'} ; 2024-03-01 21:12:12,656 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:12:12,656 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:12:12,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:12,665 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:12:12,668 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:12,671 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:12,683 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:12,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 21:12:12,702 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 21:12:12,706 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:12:12,706 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:12:12,709 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:12:12,712 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:12:12,713 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:12:12,716 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:12:12,716 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:12:12,716 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:12:12,719 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:12:12,723 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:12:12,725 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:12:12,728 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:12:12,732 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:12:12,732 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:12:12,732 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 21:12:12,733 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:12:12,732 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f3fbed3e940) -- 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 0x7f3fbed4ee60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:12:12,736 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:12:12,740 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:12,740 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 21:12:12,743 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:12,743 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 21:12:12,747 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:12,747 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 21:12:12,750 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:12,750 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 21:12:12,750 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:12:12,753 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:12,753 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 21:12:12,756 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:12:12,756 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:12:12,760 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/7d4d1458-2397-479d-a396-887ae692b9a5 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-nUbhe3LwrlfQZe8gvI3Nee9l99Wdcin6fGJAauekWMD4AN4lfUlVW8RgsxFh0MhN', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-nUbhe3LwrlfQZe8gvI3Nee9l99Wdcin6fGJAauekWMD4AN4lfUlVW8RgsxFh0MhN', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7d4d1458-2397-479d-a396-887ae692b9a5', 'ID_FS_UUID_ENC': '7d4d1458-2397-479d-a396-887ae692b9a5', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1030932042'} ; 2024-03-01 21:12:12,760 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:12:12,760 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:12,764 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:12:12,764 INFO program/MainThread: stderr[15]: 2024-03-01 21:12:12,765 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:12:12,765 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:12,768 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:12:12,768 INFO program/MainThread: stderr[16]: 2024-03-01 21:12:12,768 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:12:12,768 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:12,772 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:12:12,772 INFO program/MainThread: stderr[17]: 2024-03-01 21:12:12,772 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:12:12,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,779 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 21:12:12,782 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,783 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,783 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,784 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,780 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:12,784 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:12,787 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:12:12,788 INFO program/MainThread: stderr[18]: 2024-03-01 21:12:12,788 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:12:12,792 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:12:12,792 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:12:12,792 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:12,805 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:12,818 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:12:12,818 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:12:12,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:12,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:12,831 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:12:12,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:12,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:12,842 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:12:12,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:12,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:12,853 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:12:12,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:12,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:12,865 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:12:12,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:12,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:12,876 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:12:12,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:12,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:12,887 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:12:12,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,893 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 21:12:12,893 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,894 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,894 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,894 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,895 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,895 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,895 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,896 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,896 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,897 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,897 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,897 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:12:12,903 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:12:12,906 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:12:12,909 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:12:12,912 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 21:12:12,914 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:12:12,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,920 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 21:12:12,920 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:12:12,923 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,923 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,924 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,924 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,920 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:12,927 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,927 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,928 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,928 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,925 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:12,931 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,931 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,931 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,932 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,929 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:12,934 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,935 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,935 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,936 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,933 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:12,938 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,939 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,939 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,940 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,936 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:12,942 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,943 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,943 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,944 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,940 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:12,946 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,947 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,947 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,948 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,944 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:12,950 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,951 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,951 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,952 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,948 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:12,954 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,954 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,955 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,955 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,952 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:12,958 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,958 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,959 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,959 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,956 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:12,962 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,962 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,963 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,963 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,960 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:12,965 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,966 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,966 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,967 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,964 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:12,969 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,970 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,970 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,971 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,967 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:12,973 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,974 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,974 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,975 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,971 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:12,977 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,978 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,978 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,979 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,975 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:12,981 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,982 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,982 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,982 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,979 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:12,985 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,985 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,986 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,986 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,983 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:12,989 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,989 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,990 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,990 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,987 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:12,993 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,993 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,994 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,994 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,991 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:12,996 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,997 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,997 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,998 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,995 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:13,000 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,001 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:13,001 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,002 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,998 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:13,004 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,005 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:13,005 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,006 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:13,002 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:13,008 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,009 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:13,009 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,010 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:13,006 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:13,012 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,013 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:13,013 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,014 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:13,010 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:13,016 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,017 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:13,017 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,017 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:13,014 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:13,020 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,020 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:13,021 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,021 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:13,018 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:13,024 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,024 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:13,025 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,025 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:13,022 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:13,028 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,028 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:13,029 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,029 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:13,026 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:13,031 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,032 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:13,032 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,033 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:13,030 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:13,035 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,036 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:13,036 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,037 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:13,033 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:13,039 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,040 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:13,040 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,041 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:13,037 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:13,043 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,044 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:13,044 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:13,045 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:13,041 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f3fbed1de10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fGJAau-ekWM-D4AN-4lfU-lVW8-Rgsx-Fh0MhN 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 (0x7f3fbed98940) -- 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 = nUbhe3-Lwrl-fQZe-8gvI-3Nee-9l99-Wdcin6 size = 2.98 GiB format = existing None major = 0 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 21:12:13,045 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 21:12:13,048 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 21:12:13,048 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:13,049 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 21:12:13,052 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 21:12:13,052 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:12:13,053 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 21:12:13,057 INFO program/MainThread: stdout[19]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:12:13,058 INFO program/MainThread: stderr[19]: 2024-03-01 21:12:13,058 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:12:13,063 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:12:13,063 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 21:12:13,063 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:12:13,063 DEBUG blivet.ansible/MainThread: ['sda', 'sdc', 'test_vg1', 'sdb'] 2024-03-01 21:12:13,063 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 21:12:13,066 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 21:12:13,067 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:13,070 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:12:13,073 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:12:13,076 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:12:13,076 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 21:12:13,076 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:12:13,076 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 21:12:13,076 DEBUG blivet/MainThread: removing sda 2024-03-01 21:12:13,079 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 21:12:13,079 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:13,079 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:12:13,083 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 21:12:13,083 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:12:13,083 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 21:12:13,083 DEBUG blivet/MainThread: removing sdc 2024-03-01 21:12:13,086 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 21:12:13,086 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:13,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 21:12:13,089 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 21:12:13,089 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:12:13,089 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 21:12:13,089 DEBUG blivet/MainThread: removing sdb 2024-03-01 21:12:13,092 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 21:12:13,092 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:13,092 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:12:13,095 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 21:12:13,095 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:12:13,096 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:13,110 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:13,123 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:13,138 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:13,154 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:12:13,155 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:12:13,155 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:12:13,155 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:12:13,155 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:12:13,155 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:12:13,155 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:12:13,155 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:12:13,155 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:12:13,158 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:12:13,161 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:12:13,164 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:12:13,164 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:12:13,167 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:12:13,167 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 0x7f3fbed8af10> 2024-03-01 21:12:13,168 INFO blivet/MainThread: sorting actions... 2024-03-01 21:12:13,168 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:12:13,168 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:12:13,169 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:12:13,169 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:12:13,169 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:12:13,169 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:12:13,169 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:12:13,172 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:13,175 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:12:13,176 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 21:12:13,183 INFO program/MainThread: stdout: 2024-03-01 21:12:13,184 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:12:13,184 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:13,184 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:13,202 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:13,202 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:13,215 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:13,215 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:12:13,219 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 21:12:13,223 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:12:13,226 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:12:13,230 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 21:12:13,245 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:12:13,245 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 21:12:13,283 INFO program/MainThread: stdout[20]: 2024-03-01 21:12:13,283 INFO program/MainThread: stderr[20]: 2024-03-01 21:12:13,283 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:12:13,287 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:12:13,290 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:13,293 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:12:13,296 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:13,299 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:12:13,302 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:13,305 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:12:13,308 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 21:12:13,309 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 21:12:13,347 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 21:12:13,347 INFO program/MainThread: stderr[21]: 2024-03-01 21:12:13,347 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:12:13,348 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:12:13,355 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 21:12:13,363 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 21:12:13,369 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:12:13,377 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:13,384 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:12:13,389 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:13,395 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:12:13,401 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:13,405 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:12:13,407 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 21:12:13,408 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 21:12:13,451 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 21:12:13,451 INFO program/MainThread: stderr[22]: 2024-03-01 21:12:13,451 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:12:13,452 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 21:12:13,494 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 21:12:13,494 INFO program/MainThread: stderr[23]: 2024-03-01 21:12:13,494 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:12:13,495 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 21:12:13,528 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 21:12:13,528 INFO program/MainThread: stderr[24]: 2024-03-01 21:12:13,529 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:12:13,529 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:12:13,536 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:13,543 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:12:13,548 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:12:13,549 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 21:12:13,596 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 21:12:13,597 INFO program/MainThread: stderr[25]: 2024-03-01 21:12:13,597 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:12:13,597 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 21:12:13,597 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:13,627 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:13,628 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:13,644 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:13,645 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:13,659 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:13,660 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:12:13,665 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:13,668 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:12:13,671 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:12:13,671 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 21:12:13,700 INFO program/MainThread: stdout[26]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 21:12:13,701 INFO program/MainThread: stderr[26]: 2024-03-01 21:12:13,701 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:12:13,701 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 21:12:13,701 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:13,730 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:13,731 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:13,752 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:13,752 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:13,768 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:13,768 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:12:13,773 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:13,775 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:12:13,778 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:12:13,779 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 21:12:13,807 INFO program/MainThread: stdout[27]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 21:12:13,807 INFO program/MainThread: stderr[27]: 2024-03-01 21:12:13,807 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:12:13,807 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 21:12:13,808 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:13,841 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:13,842 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:13,857 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:13,857 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:13,871 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:13,876 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:12:13,876 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 0x7f3fbed311a8> 2024-03-01 21:12:24,689 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_xmlst53c/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:12:29,723 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_0dq_b4ic/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:12:37,520 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_csp2xc4l/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:12:37,556 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:37,556 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:12:37,560 INFO program/MainThread: stdout[2]: 2024-03-01 21:12:37,560 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 21:12:37,560 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:12:37,560 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:12:37,565 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:37,566 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:12:37,569 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:37,570 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:12:37,573 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:37,573 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:12:37,576 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:37,576 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:12:37,584 INFO program/MainThread: stdout: 2024-03-01 21:12:37,584 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:12:37,584 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:12:37,584 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:12:37,584 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:12:37,584 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:12:37,584 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:12:37,584 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:12:37,584 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:12:37,584 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:12:37,584 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:12:37,584 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:12:37,584 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:12:37,584 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:12:37,584 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:12:37,584 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:12:37,585 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:37,585 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 21:12:37,585 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:12:37,585 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:12:37,585 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:12:37,585 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:12:37,585 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:12:37,586 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:12:37,586 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:37,598 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:37,609 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:12:37,614 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:12:37,614 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:12:37,615 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 21:12:37,648 INFO program/MainThread: stdout[3]: 2024-03-01 21:12:37,648 INFO program/MainThread: stderr[3]: 2024-03-01 21:12:37,648 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:12:37,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:37,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:37,661 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:12:37,665 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:12:37,666 INFO blivet/MainThread: sda is a disk 2024-03-01 21:12:37,666 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:12:37,666 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:12:37,670 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:12:37,673 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:12:37,673 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:12:37,676 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:12:37,677 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:12:37,677 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:12:37,677 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd07a330668) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:12:37,681 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:12:37,681 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:12:37,684 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:12:37,684 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:12:37,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:12:37,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:37,694 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:12:37,694 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:12:37,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:12:37,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:12:37,697 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:12:37,700 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:12:37,701 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:12:37,704 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:12:37,704 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:12:37,704 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:12:37,704 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd07a271e48) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:12:37,708 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:12:37,708 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:12:37,711 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:12:37,711 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:12:37,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:12:37,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:37,720 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:12:37,721 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:12:37,721 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:12:37,721 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:12:37,724 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:12:37,727 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:12:37,727 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:12:37,730 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:12:37,731 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:12:37,731 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:12:37,731 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd07a271f98) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:12:37,734 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:12:37,734 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:12:37,738 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:12:37,738 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:12:37,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:12:37,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:37,747 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:12:37,748 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:12:37,748 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:12:37,748 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:12:37,751 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:12:37,754 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:12:37,754 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:12:37,757 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:12:37,758 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:12:37,758 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:12:37,758 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd079224fd0) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:12:37,761 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:12:37,761 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:12:37,765 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:12:37,765 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:12:37,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:12:37,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:37,774 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:12:37,775 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:12:37,775 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:12:37,775 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:12:37,778 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:12:37,781 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:12:37,781 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:12:37,784 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:12:37,785 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:12:37,785 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:12:37,785 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd07a271c50) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:12:37,788 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:12:37,789 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:12:37,792 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:12:37,792 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:12:37,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:12:37,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:37,801 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:12:37,802 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:12:37,802 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:12:37,802 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:12:37,805 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:12:37,808 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:12:37,809 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:12:37,812 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:12:37,812 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:12:37,812 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:12:37,812 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd079222e48) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:12:37,816 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:12:37,816 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:12:37,819 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:12:37,819 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:12:37,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:12:37,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:37,829 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:12:37,829 INFO blivet/MainThread: sde is a disk 2024-03-01 21:12:37,829 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:12:37,830 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:12:37,833 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:12:37,836 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:12:37,836 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:12:37,839 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:12:37,839 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:12:37,840 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:12:37,840 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd0792374e0) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:12:37,843 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:12:37,843 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:12:37,846 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:12:37,846 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:12:37,849 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:12:37,852 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:37,856 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:12:37,857 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:12:37,857 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:12:37,857 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:12:37,860 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:12:37,863 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:12:37,863 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:12:37,866 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:12:37,866 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:12:37,867 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:12:37,867 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd079222080) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:12:37,870 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:12:37,870 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:12:37,873 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:12:37,873 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:12:37,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:12:37,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:37,883 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:12:37,884 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:12:37,884 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:12:37,884 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:12:37,887 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:12:37,890 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:12:37,890 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:12:37,893 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:12:37,894 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:12:37,894 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:12:37,894 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd0792343c8) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:12:37,897 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:12:37,898 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:12:37,901 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:12:37,901 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:12:37,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:12:37,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:37,911 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:12:37,911 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:12:37,911 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:12:37,911 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:12:37,914 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:12:37,918 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:12:37,918 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:12:37,921 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:12:37,921 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:12:37,922 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:12:37,922 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd0792227b8) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:12:37,925 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:12:37,925 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:12:37,928 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:12:37,928 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:12:37,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:12:37,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:37,938 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:12:37,938 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:12:37,939 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:12:37,939 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:12:37,942 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:12:37,945 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:12:37,945 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:12:37,948 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:12:37,949 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:12:37,949 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:12:37,949 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd0792412b0) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:12:37,952 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:12:37,952 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:12:37,956 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:12:37,956 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:12:37,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:12:37,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:37,965 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:12:37,966 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:12:37,966 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:12:37,966 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:12:37,969 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:12:37,972 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:12:37,973 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:12:37,976 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:12:37,976 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:12:37,976 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:12:37,976 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd079241438) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:12:37,980 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:12:37,980 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:12:37,983 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': '22216935'} ; 2024-03-01 21:12:37,983 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:12:37,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:37,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:37,992 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:12:37,992 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:12:37,992 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:12:37,993 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:12:37,993 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:12:37,993 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:12:37,996 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:12:37,999 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:12:37,999 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:12:38,002 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:12:38,003 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:12:38,003 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:12:38,003 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd079248208) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:12:38,006 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:12:38,010 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:38,010 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:12:38,013 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:38,013 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:12:38,016 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:38,016 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:12:38,020 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:38,020 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:12:38,023 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:12:38,026 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:38,030 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:12:38,034 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 0x7fd079232788> 2024-03-01 21:12:41,140 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:12:41,145 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:12:41,145 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:12:41,149 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': '22221140'} ; 2024-03-01 21:12:41,149 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:12:41,149 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:12:41,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:41,158 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:12:41,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:41,164 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:41,177 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:41,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:12:41,196 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:12:41,199 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:12:41,200 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:12:41,203 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:12:41,206 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:12:41,206 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:12:41,209 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:12:41,210 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:12:41,210 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:12:41,213 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:12:41,216 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:12:41,219 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:12:41,222 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:12:41,225 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:12:41,225 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:12:41,225 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:12:41,226 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:12:41,226 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fd07a5f8208) -- 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 0x7fd0792580f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:12:41,230 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:12:41,233 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:41,233 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:12:41,236 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:41,236 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:12:41,240 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:41,240 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:12:41,243 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:41,243 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:12:41,245 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:12:41,245 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:12:41,248 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:41,249 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:12:41,252 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:12:41,252 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:12:41,252 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:41,265 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:41,277 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:12:41,278 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:12:41,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:41,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:41,290 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:12:41,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,296 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:41,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:41,302 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:12:41,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:41,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:41,313 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:12:41,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:41,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:41,324 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:12:41,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:41,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:41,335 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:12:41,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:41,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,345 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:41,345 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:12:41,346 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:12:46,348 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_baxtnb6s/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:12:46,384 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:46,384 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:12:46,387 INFO program/MainThread: stdout[2]: 2024-03-01 21:12:46,388 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 21:12:46,388 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:12:46,388 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:12:46,392 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:46,393 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:12:46,396 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:46,396 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:12:46,399 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:46,399 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:12:46,402 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:46,402 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:12:46,410 INFO program/MainThread: stdout: 2024-03-01 21:12:46,410 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:12:46,410 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:12:46,410 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:12:46,411 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:12:46,411 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:12:46,411 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:12:46,411 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:12:46,411 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:12:46,411 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:12:46,411 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:12:46,411 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:12:46,411 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:12:46,411 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:12:46,411 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:12:46,411 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:12:46,411 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:46,411 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 21:12:46,411 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:12:46,412 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:12:46,412 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:12:46,412 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:12:46,412 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:12:46,412 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:12:46,413 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:46,424 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:46,435 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:12:46,440 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:12:46,440 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:12:46,440 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 21:12:46,468 INFO program/MainThread: stdout[3]: 2024-03-01 21:12:46,468 INFO program/MainThread: stderr[3]: 2024-03-01 21:12:46,468 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:12:46,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:46,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:46,480 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:12:46,484 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:12:46,485 INFO blivet/MainThread: sda is a disk 2024-03-01 21:12:46,485 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:12:46,485 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:12:46,489 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:12:46,492 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:12:46,492 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:12:46,495 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:12:46,496 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:12:46,496 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:12:46,496 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc7e5c72f60) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:12:46,500 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:12:46,500 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:12:46,503 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:12:46,504 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:12:46,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:12:46,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:46,513 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:12:46,513 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:12:46,514 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:12:46,514 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:12:46,517 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:12:46,520 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:12:46,520 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:12:46,523 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:12:46,523 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:12:46,523 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:12:46,524 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc7e5bb3e80) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:12:46,527 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:12:46,527 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:12:46,530 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:12:46,530 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:12:46,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:12:46,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:46,540 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:12:46,540 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:12:46,540 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:12:46,540 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:12:46,543 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:12:46,546 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:12:46,546 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:12:46,550 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:12:46,550 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:12:46,550 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:12:46,550 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc7e5bb3fd0) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:12:46,553 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:12:46,554 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:12:46,557 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:12:46,557 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:12:46,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:12:46,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:46,566 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:12:46,567 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:12:46,567 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:12:46,567 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:12:46,570 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:12:46,573 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:12:46,573 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:12:46,576 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:12:46,577 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:12:46,577 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:12:46,577 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc7e4b66eb8) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:12:46,580 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:12:46,580 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:12:46,584 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:12:46,584 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:12:46,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:12:46,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:46,593 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:12:46,594 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:12:46,594 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:12:46,594 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:12:46,597 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:12:46,600 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:12:46,600 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:12:46,603 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:12:46,604 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:12:46,604 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:12:46,604 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc7e5bb3f98) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:12:46,607 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:12:46,607 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:12:46,610 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:12:46,611 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:12:46,614 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:12:46,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:46,620 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:12:46,620 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:12:46,621 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:12:46,621 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:12:46,624 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:12:46,627 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:12:46,627 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:12:46,630 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:12:46,630 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:12:46,631 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:12:46,631 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc7e4b64e80) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:12:46,634 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:12:46,634 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:12:46,637 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:12:46,637 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:12:46,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:12:46,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:46,647 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:12:46,647 INFO blivet/MainThread: sde is a disk 2024-03-01 21:12:46,647 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:12:46,648 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:12:46,650 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:12:46,653 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:12:46,654 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:12:46,657 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:12:46,657 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:12:46,657 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:12:46,657 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc7e4b79518) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:12:46,661 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:12:46,661 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:12:46,664 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:12:46,664 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:12:46,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:12:46,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:46,674 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:12:46,674 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:12:46,674 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:12:46,674 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:12:46,677 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:12:46,680 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:12:46,680 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:12:46,683 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:12:46,684 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:12:46,684 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:12:46,684 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc7e4b64cf8) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:12:46,687 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:12:46,687 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:12:46,691 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:12:46,691 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:12:46,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:12:46,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:46,700 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:12:46,701 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:12:46,701 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:12:46,701 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:12:46,704 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:12:46,707 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:12:46,707 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:12:46,710 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:12:46,711 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:12:46,711 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:12:46,711 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc7e4b63400) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:12:46,714 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:12:46,714 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:12:46,718 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:12:46,718 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:12:46,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:12:46,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:46,727 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:12:46,728 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:12:46,728 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:12:46,728 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:12:46,731 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:12:46,734 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:12:46,734 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:12:46,737 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:12:46,737 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:12:46,738 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:12:46,738 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc7e4b644e0) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:12:46,741 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:12:46,741 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:12:46,744 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:12:46,744 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:12:46,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:12:46,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:46,754 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:12:46,754 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:12:46,755 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:12:46,755 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:12:46,758 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:12:46,761 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:12:46,761 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:12:46,764 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:12:46,764 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:12:46,765 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:12:46,765 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc7e4b832e8) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:12:46,768 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:12:46,768 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:12:46,771 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:12:46,771 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:12:46,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:12:46,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:46,781 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:12:46,781 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:12:46,781 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:12:46,782 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:12:46,785 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:12:46,788 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:12:46,788 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:12:46,791 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:12:46,791 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:12:46,791 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:12:46,791 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc7e4b83470) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:12:46,795 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:12:46,795 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:12:46,798 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': '22216935'} ; 2024-03-01 21:12:46,798 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:12:46,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:46,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:46,807 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:12:46,807 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:12:46,807 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:12:46,808 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:12:46,808 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:12:46,808 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:12:46,811 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:12:46,814 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:12:46,814 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:12:46,817 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:12:46,817 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:12:46,818 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:12:46,818 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc7e4b8a240) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:12:46,821 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:12:46,824 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:46,824 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:12:46,828 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:46,828 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:12:46,831 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:46,831 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:12:46,834 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:46,834 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:12:46,837 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:12:46,840 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:46,844 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:12:46,848 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 0x7fc7e4b74ec8> 2024-03-01 21:12:49,623 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:12:49,628 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:12:49,628 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:12:49,632 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': '22221140'} ; 2024-03-01 21:12:49,632 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:12:49,632 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:12:49,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:49,641 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:12:49,644 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,647 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:49,647 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:49,662 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:49,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:12:49,681 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:12:49,685 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:12:49,685 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:12:49,688 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:12:49,692 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:12:49,692 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:12:49,695 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:12:49,695 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:12:49,696 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:12:49,699 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:12:49,702 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:12:49,705 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:12:49,708 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:12:49,711 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:12:49,711 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:12:49,711 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:12:49,712 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:12:49,712 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fc7e4b64358) -- 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 0x7fc7e4b9a0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:12:49,716 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:12:49,719 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:49,719 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:12:49,722 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:49,722 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:12:49,726 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:49,726 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:12:49,729 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:49,729 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:12:49,731 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:12:49,731 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:12:49,734 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:49,735 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:12:49,738 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:12:49,738 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:12:49,738 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:49,753 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:49,765 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:12:49,766 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:12:49,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:49,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:49,779 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:12:49,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,785 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:49,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:49,790 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:12:49,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:49,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:49,801 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:12:49,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:49,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:49,812 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:12:49,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:49,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:49,823 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:12:49,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:49,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:49,834 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:12:49,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:49,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,846 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:49,846 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 21:12:49,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 21:12:49,851 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:12:49,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,857 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 21:12:49,857 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:12:49,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 21:12:49,862 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:12:49,866 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:12:49,866 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 21:12:49,866 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:12:49,869 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:12:49,869 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:12:49,873 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:12:49,873 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:12:49,876 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:12:49,876 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 21:12:49,876 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:12:49,879 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:12:49,879 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:12:49,882 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:12:49,882 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:12:49,885 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:12:49,885 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 21:12:49,885 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:12:49,888 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:12:49,888 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:12:49,891 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:12:49,891 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:12:49,892 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:12:49,896 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:12:49,900 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:12:49,904 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:12:49,907 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:12:49,911 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:12:49,914 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:12:49,915 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:12:49,918 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:12:49,918 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 21:12:49,918 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:12:49,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:49,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:49,931 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 21:12:49,932 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:12:49,932 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:12:49,932 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -99.73890339425589 2024-03-01 21:12:49,933 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:12:49,933 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:12:49,936 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:49,936 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 21:12:49,939 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:49,939 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 21:12:49,943 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:12:49,946 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:12:49,947 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:12:49,950 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:12:49,953 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:12:49,956 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:12:49,960 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 21:12:49,960 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:12:49,961 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:12:49,961 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 21:12:49,961 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 21:12:49,966 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:12:49,966 INFO program/MainThread: stderr[4]: 2024-03-01 21:12:49,966 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:12:49,967 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 21:12:49,967 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:12:49,967 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:12:49,972 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 21:12:49,972 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:12:49,973 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:12:49,973 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:12:49,973 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:12:49,973 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:12:49,973 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:12:49,973 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:12:49,973 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:12:49,973 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:12:49,973 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:12:49,973 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:12:49,974 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:12:49,976 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:12:49,979 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:12:49,982 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:12:49,982 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:12:49,985 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:12:49,985 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 0x7fc7e4aceeb8> 2024-03-01 21:12:49,986 INFO blivet/MainThread: sorting actions... 2024-03-01 21:12:49,987 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:12:49,987 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:12:49,987 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:12:49,987 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:12:49,988 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:12:49,988 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:12:49,988 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:12:49,988 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:12:49,988 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:12:49,988 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:12:49,991 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:49,994 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 21:12:49,994 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 21:12:50,001 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,001 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:50,031 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,031 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:50,043 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,043 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:12:50,047 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:50,050 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 21:12:50,050 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 21:12:50,058 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,059 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:50,089 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,089 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:50,103 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,103 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:12:50,107 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:50,110 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 21:12:50,110 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 21:12:50,118 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,118 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:50,145 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,145 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:50,160 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,160 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:12:50,164 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:50,167 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:12:50,170 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:12:50,170 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:12:50,170 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 21:12:50,204 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 21:12:50,205 INFO program/MainThread: stderr[5]: 2024-03-01 21:12:50,205 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:12:50,205 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:50,223 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,227 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:12:50,227 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:12:50,229 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 21:12:50,239 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,240 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:50,263 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,263 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:12:50,267 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:50,270 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:12:50,273 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:12:50,273 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:12:50,273 INFO program/MainThread: Running [6] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:12:50,307 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdb" successfully created. 2024-03-01 21:12:50,308 INFO program/MainThread: stderr[6]: 2024-03-01 21:12:50,308 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:12:50,308 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:50,328 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,332 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:12:50,332 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:12:50,334 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 21:12:50,344 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,344 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:50,368 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,368 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:12:50,372 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:50,375 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:12:50,379 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:12:50,379 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:12:50,379 INFO program/MainThread: Running [7] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:12:50,413 INFO program/MainThread: stdout[7]: Physical volume "/dev/sda" successfully created. 2024-03-01 21:12:50,413 INFO program/MainThread: stderr[7]: 2024-03-01 21:12:50,413 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:12:50,413 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:50,433 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,437 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:12:50,437 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:12:50,439 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 21:12:50,449 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,449 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:50,472 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,472 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:12:50,476 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 21:12:50,479 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:12:50,482 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:50,485 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:12:50,488 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:50,491 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:12:50,494 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:50,497 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:12:50,499 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 21:12:50,500 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/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:50,569 INFO program/MainThread: stdout[8]: Volume group "test_vg1" successfully created 2024-03-01 21:12:50,570 INFO program/MainThread: stderr[8]: 2024-03-01 21:12:50,570 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:12:50,575 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:12:50,581 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:12:50,586 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:50,590 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:12:50,593 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:50,596 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:12:50,599 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:50,602 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:12:50,603 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:50,616 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,620 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:12:50,623 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:12:50,623 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:50,635 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,635 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 21:12:50,645 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,645 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:50,658 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,658 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:12:50,662 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 21:12:50,665 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 21:12:50,668 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:12:50,672 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:12:50,675 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:50,678 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:12:50,682 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:50,685 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:12:50,688 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:50,692 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:12:50,692 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:50,704 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,708 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:12:50,709 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/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:50,736 INFO program/MainThread: stdout[9]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:12:50,736 INFO program/MainThread: stderr[9]: 2024-03-01 21:12:50,736 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:12:50,741 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 21:12:50,741 INFO program/MainThread: Running [10] lvm lvcreate -n lv1 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:50,834 INFO program/MainThread: stdout[10]: Logical volume "lv1" created. 2024-03-01 21:12:50,834 INFO program/MainThread: stderr[10]: 2024-03-01 21:12:50,834 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:12:50,843 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:50,848 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:12:50,849 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:12:50,849 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:50,880 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,885 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 21:12:50,885 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:12:50,886 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:12:50,897 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,897 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:50,914 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,914 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:12:50,919 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:50,922 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:12:50,924 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 21:12:50,925 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 21:12:50,964 INFO program/MainThread: stdout: 2024-03-01 21:12:50,964 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=98048 blks 2024-03-01 21:12:50,964 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:12:50,964 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:12:50,965 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:12:50,965 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 21:12:50,965 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:12:50,965 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:12:50,965 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 21:12:50,965 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:12:50,965 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:12:50,965 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,965 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 21:12:50,980 INFO program/MainThread: stdout: 2024-03-01 21:12:50,980 INFO program/MainThread: writing all SBs 2024-03-01 21:12:50,981 INFO program/MainThread: new label = "" 2024-03-01 21:12:50,981 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:50,981 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:50,996 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:51,000 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:12:51,000 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:12:51,002 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:12:51,012 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:51,012 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:51,027 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:51,032 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:12:51,032 DEBUG blivet/MainThread: device xvda1 new parted_partition parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7fc7e4a671a8> 2024-03-01 21:12:51,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:51,039 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 21:12:51,039 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:12:51,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:51,045 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 21:12:51,045 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:12:59,231 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_pa2wovdr/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:12:59,268 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:59,268 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:12:59,272 INFO program/MainThread: stdout[2]: 2024-03-01 21:12:59,272 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 21:12:59,272 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:12:59,272 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:12:59,277 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:59,278 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:12:59,281 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:59,281 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:12:59,284 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:59,285 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:12:59,287 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:59,288 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:12:59,297 INFO program/MainThread: stdout: 2024-03-01 21:12:59,297 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:12:59,297 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member BMpH1j-PwaR-YO6C-sS0I-VqBq-8gVs-vGFsjX 2024-03-01 21:12:59,297 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 85db64fb-1050-40c1-bcf3-1fc35e07ba65 2024-03-01 21:12:59,297 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb 2024-03-01 21:12:59,297 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 85db64fb-1050-40c1-bcf3-1fc35e07ba65 2024-03-01 21:12:59,297 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 2024-03-01 21:12:59,297 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:12:59,297 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:12:59,297 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:12:59,297 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:12:59,297 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:12:59,297 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:12:59,297 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:12:59,297 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:12:59,297 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:12:59,297 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:12:59,298 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:12:59,298 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:59,298 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member BMpH1j-PwaR-YO6C-sS0I-VqBq-8gVs-vGFsjX `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 85db64fb-1050-40c1-bcf3-1fc35e07ba65 sdb 1073741824 root disk brw-rw---- LVM2_member SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 85db64fb-1050-40c1-bcf3-1fc35e07ba65 sdc 1073741824 root disk brw-rw---- LVM2_member K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 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 21:12:59,298 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:12:59,298 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:12:59,298 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:12:59,298 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:12:59,299 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:12:59,299 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:12:59,299 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:59,313 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:59,325 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 21:12:59,330 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/lvm-pv-uuid-BMpH1j-PwaR-YO6C-sS0I-VqBq-8gVs-vGFsjX', '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': 'BMpH1j-PwaR-YO6C-sS0I-VqBq-8gVs-vGFsjX', 'ID_FS_UUID_ENC': 'BMpH1j-PwaR-YO6C-sS0I-VqBq-8gVs-vGFsjX', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:12:59,330 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:12:59,331 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 21:12:59,365 INFO program/MainThread: stdout[3]: 2024-03-01 21:12:59,365 INFO program/MainThread: stderr[3]: 2024-03-01 21:12:59,366 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:12:59,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:59,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:59,379 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:12:59,384 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:12:59,384 INFO blivet/MainThread: sda is a disk 2024-03-01 21:12:59,384 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:12:59,385 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:12:59,388 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:12:59,391 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:12:59,391 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:12:59,395 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:12:59,395 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:12:59,396 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:12:59,396 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0abc819390) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:12:59,399 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:12:59,403 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:59,403 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:12:59,406 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:59,407 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:12:59,410 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:59,410 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:12:59,413 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:59,413 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:12:59,416 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:12:59,416 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:12:59,417 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 21:12:59,444 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=BMpH1j-PwaR-YO6C-sS0I-VqBq-8gVs-vGFsjX LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK 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=SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK 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=K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 21:12:59,444 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb. WARNING: Couldn't find device with uuid K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8. WARNING: VG test_vg1 is missing PV SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 (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 21:12:59,444 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:12:59,444 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:12:59,449 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: BMpH1j-PwaR-YO6C-sS0I-VqBq-8gVs-vGFsjX ; label: None ; device: /dev/sda ; serial: 36001405f47a7bfa33fe400b9c731d3ba ; exists: True ; vg_name: test_vg1 ; vg_uuid: Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK ; pe_start: 8 MiB ; 2024-03-01 21:12:59,449 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:12:59,452 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:12:59,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK ; incomplete: True ; hidden: False ; 2024-03-01 21:12:59,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:12:59,461 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:59,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:59,464 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 21:12:59,492 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 21:12:59,492 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb. WARNING: Couldn't find device with uuid K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8. WARNING: VG test_vg1 is missing PV SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 (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 21:12:59,492 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:12:59,492 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:12:59,493 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:12:59,498 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:12:59,502 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:12:59,502 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:12:59,505 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:12:59,506 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 21:12:59,533 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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=QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:12:59,533 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb. WARNING: Couldn't find device with uuid K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8. WARNING: VG test_vg1 is missing PV SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 (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 21:12:59,533 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:12:59,538 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:12:59,539 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:12:59,542 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:12:59,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK ; incomplete: True ; hidden: False ; 2024-03-01 21:12:59,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:12:59,548 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:12:59,548 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:12:59,552 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/lvm-pv-uuid-SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', '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': 'SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb', 'ID_FS_UUID_ENC': 'SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:12:59,552 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:12:59,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:12:59,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:59,562 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:12:59,562 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:12:59,563 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:12:59,563 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:12:59,566 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:12:59,569 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:12:59,569 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:12:59,572 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:12:59,573 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:12:59,573 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:12:59,573 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ab77e4588) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:12:59,577 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:12:59,580 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:59,580 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:12:59,583 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:59,584 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:12:59,587 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:59,587 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:12:59,590 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:59,590 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:12:59,593 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:12:59,593 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:12:59,593 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 21:12:59,622 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=BMpH1j-PwaR-YO6C-sS0I-VqBq-8gVs-vGFsjX LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK 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=SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK 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=K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 21:12:59,622 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8. WARNING: VG test_vg1 is missing PV K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 (last written to /dev/sdc). 2024-03-01 21:12:59,622 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:12:59,623 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:12:59,627 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb ; label: None ; device: /dev/sdb ; serial: 36001405b7caaf3a7f7140988224d62c1 ; exists: True ; vg_name: test_vg1 ; vg_uuid: Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 21:12:59,627 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:12:59,630 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:12:59,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK ; incomplete: True ; hidden: False ; 2024-03-01 21:12:59,636 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:12:59,639 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:12:59,642 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:12:59,645 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:12:59,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK ; incomplete: True ; hidden: False ; 2024-03-01 21:12:59,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:59,652 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 21:12:59,679 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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=QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:12:59,679 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8. WARNING: VG test_vg1 is missing PV K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 (last written to /dev/sdc). 2024-03-01 21:12:59,679 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:12:59,679 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:12:59,680 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:12:59,684 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:12:59,684 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:12:59,688 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:12:59,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:59,694 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:12:59,695 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:12:59,695 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:12:59,695 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:12:59,698 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:12:59,701 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:12:59,702 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:12:59,705 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:12:59,705 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:12:59,705 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:12:59,705 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ab77e4e10) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:12:59,709 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:12:59,709 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:12:59,712 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:12:59,712 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:12:59,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:12:59,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:59,722 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:12:59,722 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:12:59,722 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:12:59,722 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:12:59,725 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:12:59,729 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:12:59,729 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:12:59,732 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:12:59,732 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:12:59,733 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:12:59,733 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ab7748f28) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:12:59,736 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:12:59,736 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:12:59,739 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3', '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': 'K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8', 'ID_FS_UUID_ENC': 'K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:12:59,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 21:12:59,742 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:12:59,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:59,749 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:12:59,749 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:12:59,749 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:12:59,750 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:12:59,752 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:12:59,756 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:12:59,756 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:12:59,759 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:12:59,759 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:12:59,759 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:12:59,759 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ab77513c8) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:12:59,763 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:12:59,766 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:59,766 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:12:59,769 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:59,769 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:12:59,773 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:59,773 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:12:59,776 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:59,776 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:12:59,779 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:12:59,779 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:12:59,779 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 21:12:59,808 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=BMpH1j-PwaR-YO6C-sS0I-VqBq-8gVs-vGFsjX LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK 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=SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK 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=K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 21:12:59,808 INFO program/MainThread: stderr[9]: 2024-03-01 21:12:59,808 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:12:59,809 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:12:59,813 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 ; label: None ; device: /dev/sdc ; serial: 3600140507600ad0486d49968c7af7867 ; exists: True ; vg_name: test_vg1 ; vg_uuid: Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:12:59,813 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:12:59,816 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:12:59,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK ; incomplete: True ; hidden: False ; 2024-03-01 21:12:59,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:59,826 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:12:59,829 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:12:59,832 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:12:59,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK ; incomplete: True ; hidden: False ; 2024-03-01 21:12:59,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:59,838 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 21:12:59,866 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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=QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:12:59,866 INFO program/MainThread: stderr[10]: 2024-03-01 21:12:59,866 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:12:59,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:59,874 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:59,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa ; incomplete: False ; hidden: False ; 2024-03-01 21:12:59,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:12:59,880 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:12:59,884 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:12:59,884 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:12:59,887 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:12:59,891 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:12:59,891 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:12:59,895 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 21:12:59,895 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:12:59,895 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:12:59,899 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:12:59,903 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:12:59,903 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:12:59,907 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:12:59,910 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:12:59,910 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:12:59,913 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 21:12:59,914 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:12:59,914 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 21:12:59,914 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:12:59,917 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:12:59,918 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:12:59,921 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 21:12:59,921 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:12:59,925 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/85db64fb-1050-40c1-bcf3-1fc35e07ba65 ' '/dev/disk/by-id/dm-uuid-LVM-Srwa19wx5E8cZddguEkz78K6VagjDjsKQTaUZ6vh2XYAandW3F08ti1oY1qH7dCa ' '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-Srwa19wx5E8cZddguEkz78K6VagjDjsKQTaUZ6vh2XYAandW3F08ti1oY1qH7dCa', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '85db64fb-1050-40c1-bcf3-1fc35e07ba65', 'ID_FS_UUID_ENC': '85db64fb-1050-40c1-bcf3-1fc35e07ba65', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1090883100'} ; 2024-03-01 21:12:59,925 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:12:59,925 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:59,930 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:12:59,930 INFO program/MainThread: stderr[11]: 2024-03-01 21:12:59,930 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:12:59,930 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:59,934 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:12:59,934 INFO program/MainThread: stderr[12]: 2024-03-01 21:12:59,934 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:12:59,934 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:59,938 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:12:59,938 INFO program/MainThread: stderr[13]: 2024-03-01 21:12:59,938 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:12:59,942 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:59,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:12:59,949 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:59,950 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:59,950 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:59,950 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:59,946 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f0ab7748da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7f0ab77c3940) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:12:59,951 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:59,955 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:12:59,955 INFO program/MainThread: stderr[14]: 2024-03-01 21:12:59,955 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:12:59,959 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:12:59,963 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:59,963 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:12:59,966 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:59,967 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:12:59,970 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:59,970 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:12:59,973 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:59,973 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:12:59,975 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:12:59,975 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:12:59,979 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:59,979 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:12:59,982 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:12:59,983 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:12:59,983 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:12:59,987 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:12:59,987 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:12:59,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:12:59,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:59,997 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:12:59,997 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:12:59,998 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:12:59,998 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 21:13:00,001 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:13:00,004 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:13:00,004 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:13:00,007 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:13:00,008 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:13:00,008 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 21:13:00,008 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ab7754cf8) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:13:00,012 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:13:00,012 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:13:00,015 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:13:00,015 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:13:00,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:13:00,021 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:00,025 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:13:00,026 INFO blivet/MainThread: sde is a disk 2024-03-01 21:13:00,026 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 21:13:00,026 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 21:13:00,029 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:13:00,032 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:13:00,032 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:13:00,035 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:13:00,036 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:13:00,036 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 21:13:00,036 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ab7759390) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:13:00,039 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:13:00,040 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:13:00,043 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:13:00,043 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:13:00,046 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:13:00,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:00,053 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:13:00,054 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:13:00,054 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 21:13:00,054 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 21:13:00,057 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:13:00,060 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:13:00,060 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:13:00,063 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:13:00,064 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:13:00,064 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 21:13:00,064 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ab77e4978) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:13:00,067 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:13:00,067 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:13:00,071 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:13:00,071 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:13:00,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:13:00,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:00,081 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:13:00,081 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:13:00,081 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 21:13:00,081 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 21:13:00,084 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:13:00,087 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:13:00,088 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:13:00,091 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:13:00,091 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:13:00,092 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 21:13:00,092 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ab774b278) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:13:00,095 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:13:00,095 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:13:00,098 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:13:00,098 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:13:00,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:13:00,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:00,108 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:13:00,109 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:13:00,109 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 21:13:00,109 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 21:13:00,112 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:13:00,115 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:13:00,115 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:13:00,118 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:13:00,119 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:13:00,119 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 21:13:00,119 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ab774b7b8) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:13:00,122 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:13:00,123 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:13:00,126 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:13:00,126 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:13:00,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:13:00,132 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:00,136 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:13:00,136 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:13:00,136 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:13:00,137 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 21:13:00,140 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:13:00,143 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:13:00,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 21:13:00,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 21:13:00,146 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:13:00,147 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 21:13:00,147 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ab7769160) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:13:00,150 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:13:00,150 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:13:00,153 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:13:00,153 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:13:00,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:13:00,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:00,163 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:13:00,164 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:13:00,164 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 21:13:00,164 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 21:13:00,167 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:13:00,170 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:13:00,170 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:13:00,173 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:13:00,174 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:13:00,174 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 21:13:00,174 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ab7769828) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:13:00,177 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:13:00,178 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:13:00,181 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': '22216935'} ; 2024-03-01 21:13:00,181 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:13:00,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:13:00,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:00,191 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:13:00,191 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:13:00,191 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:13:00,191 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:13:00,191 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:13:00,191 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:13:00,194 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:13:00,197 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:13:00,197 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:13:00,200 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:13:00,201 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:13:00,201 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 21:13:00,201 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ab7769d68) -- 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 21:13:00,204 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:13:00,208 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:00,208 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 21:13:00,211 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:00,211 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 21:13:00,214 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:00,214 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 21:13:00,218 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:00,218 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 21:13:00,221 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:13:00,224 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:13:00,227 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:13:00,231 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 0x7f0ab77aec48> 2024-03-01 21:13:03,099 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 21:13:03,104 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:13:03,104 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:13:03,108 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': '22221140'} ; 2024-03-01 21:13:03,108 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:13:03,108 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:13:03,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:03,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:03,117 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:13:03,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:03,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:03,123 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:03,137 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:03,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:13:03,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 21:13:03,156 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 21:13:03,160 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:13:03,160 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:13:03,163 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:13:03,166 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:13:03,167 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:13:03,170 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:13:03,170 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:13:03,170 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:13:03,173 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:13:03,176 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:13:03,179 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:13:03,182 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:13:03,185 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:13:03,186 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:13:03,186 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 21:13:03,187 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:13:03,186 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f0ab7772588) -- 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 0x7f0ab7779e60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:13:03,190 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:13:03,193 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:03,193 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 21:13:03,197 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:03,197 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 21:13:03,200 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:03,200 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 21:13:03,203 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:03,204 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 21:13:03,204 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:13:03,207 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:03,207 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 21:13:03,210 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:13:03,210 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:13:03,213 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-uuid/85db64fb-1050-40c1-bcf3-1fc35e07ba65 ' '/dev/disk/by-id/dm-uuid-LVM-Srwa19wx5E8cZddguEkz78K6VagjDjsKQTaUZ6vh2XYAandW3F08ti1oY1qH7dCa ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-Srwa19wx5E8cZddguEkz78K6VagjDjsKQTaUZ6vh2XYAandW3F08ti1oY1qH7dCa', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '85db64fb-1050-40c1-bcf3-1fc35e07ba65', 'ID_FS_UUID_ENC': '85db64fb-1050-40c1-bcf3-1fc35e07ba65', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1090883100'} ; 2024-03-01 21:13:03,213 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:13:03,213 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:03,217 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:13:03,218 INFO program/MainThread: stderr[15]: 2024-03-01 21:13:03,218 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:13:03,218 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:03,221 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:13:03,221 INFO program/MainThread: stderr[16]: 2024-03-01 21:13:03,221 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:13:03,221 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:03,225 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:13:03,225 INFO program/MainThread: stderr[17]: 2024-03-01 21:13:03,225 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:13:03,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:03,232 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 21:13:03,235 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:03,236 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:03,236 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:03,236 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:03,233 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f0ab7748da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7f0ab77c3940) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:03,237 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:03,240 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:13:03,240 INFO program/MainThread: stderr[18]: 2024-03-01 21:13:03,240 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:13:03,244 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:13:03,245 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:13:03,245 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:03,258 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:03,270 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:13:03,271 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:13:03,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:13:03,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:03,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:13:03,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:03,284 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:13:03,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:13:03,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:03,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:13:03,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:03,295 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:13:03,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:13:03,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:03,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:13:03,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:03,306 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:13:03,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:13:03,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:03,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:13:03,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:03,317 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:13:03,319 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:13:03,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:03,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:13:03,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:03,328 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:13:03,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:13:03,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:03,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:13:03,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:03,339 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:13:08,368 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ec4tpv1x/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:13:08,405 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:13:08,405 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:13:08,409 INFO program/MainThread: stdout[2]: 2024-03-01 21:13:08,409 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 21:13:08,409 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:13:08,409 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:13:08,414 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:08,415 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:13:08,418 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:13:08,418 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:13:08,421 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:13:08,421 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:13:08,424 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:13:08,424 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:13:08,433 INFO program/MainThread: stdout: 2024-03-01 21:13:08,433 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:13:08,433 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member BMpH1j-PwaR-YO6C-sS0I-VqBq-8gVs-vGFsjX 2024-03-01 21:13:08,433 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 85db64fb-1050-40c1-bcf3-1fc35e07ba65 2024-03-01 21:13:08,433 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb 2024-03-01 21:13:08,433 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 85db64fb-1050-40c1-bcf3-1fc35e07ba65 2024-03-01 21:13:08,433 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 2024-03-01 21:13:08,433 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:13:08,433 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:13:08,433 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:13:08,433 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:13:08,433 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:13:08,433 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:13:08,433 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:13:08,433 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:13:08,434 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:13:08,434 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:13:08,434 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:13:08,434 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:08,434 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member BMpH1j-PwaR-YO6C-sS0I-VqBq-8gVs-vGFsjX `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 85db64fb-1050-40c1-bcf3-1fc35e07ba65 sdb 1073741824 root disk brw-rw---- LVM2_member SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 85db64fb-1050-40c1-bcf3-1fc35e07ba65 sdc 1073741824 root disk brw-rw---- LVM2_member K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 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 21:13:08,434 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:13:08,434 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:13:08,434 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:13:08,434 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:13:08,435 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:13:08,435 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:13:08,435 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:08,446 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:08,458 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 21:13:08,462 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/lvm-pv-uuid-BMpH1j-PwaR-YO6C-sS0I-VqBq-8gVs-vGFsjX ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba', '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': 'BMpH1j-PwaR-YO6C-sS0I-VqBq-8gVs-vGFsjX', 'ID_FS_UUID_ENC': 'BMpH1j-PwaR-YO6C-sS0I-VqBq-8gVs-vGFsjX', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:13:08,463 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:13:08,463 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 21:13:08,495 INFO program/MainThread: stdout[3]: 2024-03-01 21:13:08,495 INFO program/MainThread: stderr[3]: 2024-03-01 21:13:08,495 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:13:08,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:13:08,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:08,508 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:13:08,513 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:13:08,513 INFO blivet/MainThread: sda is a disk 2024-03-01 21:13:08,513 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:13:08,513 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:13:08,517 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:13:08,520 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:13:08,520 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:13:08,524 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:13:08,524 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:13:08,524 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:13:08,524 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd78834f320) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:13:08,528 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:13:08,532 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:08,532 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:13:08,535 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:08,535 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:13:08,539 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:08,539 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:13:08,542 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:08,542 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:13:08,545 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:13:08,545 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:13:08,546 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 21:13:08,576 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=BMpH1j-PwaR-YO6C-sS0I-VqBq-8gVs-vGFsjX LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK 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=SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK 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=K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 21:13:08,576 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb. WARNING: Couldn't find device with uuid K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8. WARNING: VG test_vg1 is missing PV SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 (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 21:13:08,576 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:13:08,576 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:13:08,581 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: BMpH1j-PwaR-YO6C-sS0I-VqBq-8gVs-vGFsjX ; label: None ; device: /dev/sda ; serial: 36001405f47a7bfa33fe400b9c731d3ba ; exists: True ; vg_name: test_vg1 ; vg_uuid: Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK ; pe_start: 8 MiB ; 2024-03-01 21:13:08,581 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:13:08,584 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:13:08,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK ; incomplete: True ; hidden: False ; 2024-03-01 21:13:08,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:08,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:08,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:08,596 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 21:13:08,626 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 21:13:08,626 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb. WARNING: Couldn't find device with uuid K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8. WARNING: VG test_vg1 is missing PV SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 (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 21:13:08,626 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:13:08,626 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:13:08,626 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:13:08,632 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:13:08,635 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:13:08,635 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:13:08,638 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:13:08,639 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 21:13:08,667 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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=QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:13:08,667 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb. WARNING: Couldn't find device with uuid K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8. WARNING: VG test_vg1 is missing PV SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 (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 21:13:08,667 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:13:08,672 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:13:08,672 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:13:08,675 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:13:08,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK ; incomplete: True ; hidden: False ; 2024-03-01 21:13:08,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:13:08,681 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:13:08,681 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:13:08,685 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/lvm-pv-uuid-SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1', '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': 'SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb', 'ID_FS_UUID_ENC': 'SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:13:08,685 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:13:08,688 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:13:08,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:08,695 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:13:08,695 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:13:08,696 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:13:08,696 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:13:08,699 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:13:08,702 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:13:08,702 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:13:08,705 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:13:08,705 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:13:08,706 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:13:08,706 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd787321550) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:13:08,709 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:13:08,712 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:08,713 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:13:08,716 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:08,716 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:13:08,719 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:08,719 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:13:08,722 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:08,722 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:13:08,725 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:13:08,725 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:13:08,726 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 21:13:08,758 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=BMpH1j-PwaR-YO6C-sS0I-VqBq-8gVs-vGFsjX LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK 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=SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK 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=K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 21:13:08,758 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8. WARNING: VG test_vg1 is missing PV K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 (last written to /dev/sdc). 2024-03-01 21:13:08,758 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:13:08,758 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:13:08,762 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb ; label: None ; device: /dev/sdb ; serial: 36001405b7caaf3a7f7140988224d62c1 ; exists: True ; vg_name: test_vg1 ; vg_uuid: Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 21:13:08,763 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:13:08,766 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:13:08,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK ; incomplete: True ; hidden: False ; 2024-03-01 21:13:08,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:13:08,775 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:13:08,778 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:13:08,781 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:13:08,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK ; incomplete: True ; hidden: False ; 2024-03-01 21:13:08,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:08,788 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 21:13:08,819 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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=QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:13:08,819 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8. WARNING: VG test_vg1 is missing PV K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 (last written to /dev/sdc). 2024-03-01 21:13:08,819 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:13:08,819 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:13:08,819 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:13:08,824 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:13:08,824 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:13:08,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:13:08,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:08,834 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:13:08,834 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:13:08,835 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:13:08,835 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:13:08,838 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:13:08,841 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:13:08,841 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:13:08,844 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:13:08,844 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:13:08,845 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:13:08,845 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd787321dd8) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:13:08,848 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:13:08,848 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:13:08,851 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:13:08,852 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:13:08,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:13:08,857 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:08,861 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:13:08,862 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:13:08,862 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:13:08,862 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:13:08,865 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:13:08,868 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:13:08,868 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:13:08,871 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:13:08,872 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:13:08,872 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:13:08,872 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd787285f28) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:13:08,876 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:13:08,876 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:13:08,879 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/lvm-pv-uuid-K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867', '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': 'K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8', 'ID_FS_UUID_ENC': 'K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:13:08,879 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:13:08,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:13:08,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:08,889 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:13:08,889 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:13:08,889 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:13:08,889 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:13:08,892 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:13:08,895 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:13:08,896 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:13:08,899 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:13:08,899 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:13:08,899 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:13:08,899 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd78728e3c8) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:13:08,903 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:13:08,906 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:08,906 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:13:08,909 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:08,909 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:13:08,913 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:08,913 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:13:08,916 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:08,916 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:13:08,919 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:13:08,919 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:13:08,919 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/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:08,949 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=BMpH1j-PwaR-YO6C-sS0I-VqBq-8gVs-vGFsjX LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK 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=SAu3kS-sBwz-EUuM-rjWM-7FG0-IvKj-mkaClb LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK 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=K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 21:13:08,949 INFO program/MainThread: stderr[9]: 2024-03-01 21:13:08,949 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:13:08,949 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:13:08,953 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: K8gXrl-a75h-wTzE-2FQc-JaOg-x8DX-o1CrN8 ; label: None ; device: /dev/sdc ; serial: 3600140507600ad0486d49968c7af7867 ; exists: True ; vg_name: test_vg1 ; vg_uuid: Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:13:08,953 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:13:08,956 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:13:08,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK ; incomplete: True ; hidden: False ; 2024-03-01 21:13:08,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:08,966 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:13:08,969 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:13:08,972 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:13:08,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK ; incomplete: True ; hidden: False ; 2024-03-01 21:13:08,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:08,978 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/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:09,012 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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=QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:13:09,012 INFO program/MainThread: stderr[10]: 2024-03-01 21:13:09,012 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:13:09,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:09,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:09,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa ; incomplete: False ; hidden: False ; 2024-03-01 21:13:09,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:09,025 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:13:09,029 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:13:09,029 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:13:09,032 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:13:09,036 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:13:09,036 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:13:09,040 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 21:13:09,040 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:13:09,040 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:13:09,044 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:13:09,048 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:13:09,048 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:13:09,052 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:13:09,055 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:13:09,055 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:13:09,058 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 21:13:09,059 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:13:09,059 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 21:13:09,059 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:13:09,062 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:13:09,062 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:13:09,065 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 21:13:09,066 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:13:09,069 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-Srwa19wx5E8cZddguEkz78K6VagjDjsKQTaUZ6vh2XYAandW3F08ti1oY1qH7dCa ' '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/85db64fb-1050-40c1-bcf3-1fc35e07ba65 ' '/dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-Srwa19wx5E8cZddguEkz78K6VagjDjsKQTaUZ6vh2XYAandW3F08ti1oY1qH7dCa', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '85db64fb-1050-40c1-bcf3-1fc35e07ba65', 'ID_FS_UUID_ENC': '85db64fb-1050-40c1-bcf3-1fc35e07ba65', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1090883100'} ; 2024-03-01 21:13:09,069 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:13:09,070 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:09,074 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:13:09,074 INFO program/MainThread: stderr[11]: 2024-03-01 21:13:09,074 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:13:09,074 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:09,078 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:13:09,078 INFO program/MainThread: stderr[12]: 2024-03-01 21:13:09,078 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:13:09,078 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:09,081 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:13:09,082 INFO program/MainThread: stderr[13]: 2024-03-01 21:13:09,082 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:13:09,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:09,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:13:09,092 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:09,093 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:09,093 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:09,094 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:09,090 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:09,094 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:09,098 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:13:09,098 INFO program/MainThread: stderr[14]: 2024-03-01 21:13:09,098 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:13:09,102 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:13:09,106 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:09,106 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:13:09,110 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:09,110 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:13:09,113 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:09,113 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:13:09,116 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:09,117 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:13:09,118 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:13:09,118 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:13:09,122 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:09,122 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:13:09,126 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:13:09,126 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:13:09,127 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:13:09,130 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:13:09,130 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:13:09,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:13:09,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:09,140 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:13:09,141 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:13:09,141 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:13:09,141 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 21:13:09,144 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:13:09,147 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:13:09,148 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:13:09,151 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:13:09,151 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:13:09,152 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 21:13:09,152 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd787291cf8) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:13:09,155 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:13:09,155 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:13:09,158 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:13:09,158 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:13:09,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:13:09,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:09,168 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:13:09,169 INFO blivet/MainThread: sde is a disk 2024-03-01 21:13:09,169 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 21:13:09,169 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 21:13:09,172 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:13:09,175 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:13:09,175 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:13:09,178 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:13:09,179 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:13:09,179 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 21:13:09,179 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd787296390) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:13:09,182 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:13:09,183 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:13:09,186 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:13:09,186 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:13:09,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:13:09,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:09,196 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:13:09,197 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:13:09,197 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 21:13:09,197 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 21:13:09,200 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:13:09,203 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:13:09,203 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:13:09,206 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:13:09,206 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:13:09,207 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 21:13:09,207 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd787321940) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:13:09,210 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:13:09,210 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:13:09,213 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:13:09,214 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:13:09,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:13:09,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:09,223 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:13:09,224 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:13:09,224 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 21:13:09,224 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 21:13:09,227 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:13:09,230 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:13:09,231 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:13:09,234 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:13:09,234 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:13:09,234 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 21:13:09,235 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd787288278) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:13:09,238 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:13:09,238 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:13:09,241 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:13:09,241 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:13:09,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:13:09,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:09,251 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:13:09,252 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:13:09,252 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 21:13:09,252 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 21:13:09,255 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:13:09,258 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:13:09,258 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:13:09,261 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:13:09,262 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:13:09,262 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 21:13:09,262 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd7872887b8) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:13:09,265 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:13:09,265 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:13:09,269 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:13:09,269 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:13:09,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:13:09,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:09,279 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:13:09,279 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:13:09,279 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:13:09,279 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 21:13:09,283 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:13:09,286 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:13:09,286 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:13:09,289 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:13:09,289 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:13:09,290 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 21:13:09,290 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd7872a6160) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:13:09,293 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:13:09,293 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:13:09,296 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:13:09,297 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:13:09,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:13:09,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:09,307 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:13:09,307 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:13:09,307 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 21:13:09,307 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 21:13:09,310 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:13:09,313 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:13:09,314 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:13:09,317 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:13:09,317 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:13:09,317 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 21:13:09,317 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd7872a6828) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:13:09,321 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:13:09,321 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:13:09,324 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': '22216935'} ; 2024-03-01 21:13:09,324 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:13:09,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:13:09,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:09,334 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:13:09,334 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:13:09,334 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:13:09,334 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:13:09,334 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:13:09,334 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:13:09,337 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:13:09,340 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:13:09,341 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:13:09,344 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:13:09,344 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:13:09,344 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 21:13:09,344 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd7872a6d68) -- 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 21:13:09,348 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:13:09,351 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:09,351 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 21:13:09,354 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:09,354 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 21:13:09,358 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:09,358 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 21:13:09,361 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:09,361 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 21:13:09,364 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:13:09,367 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:13:09,370 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:13:09,375 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 0x7fd7872ebc48> 2024-03-01 21:13:12,361 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 21:13:12,366 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:13:12,366 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:13:12,370 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': '22221140'} ; 2024-03-01 21:13:12,370 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:13:12,370 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:13:12,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:12,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:12,379 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:13:12,382 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:12,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:12,385 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:12,399 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:12,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:13:12,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 21:13:12,418 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 21:13:12,422 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:13:12,422 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:13:12,425 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:13:12,429 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:13:12,429 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:13:12,432 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:13:12,433 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:13:12,433 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:13:12,436 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:13:12,439 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:13:12,442 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:13:12,445 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:13:12,448 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:13:12,448 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:13:12,448 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 21:13:12,449 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:13:12,448 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fd7872ab2b0) -- 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 0x7fd7872b6e60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:13:12,453 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:13:12,456 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:12,456 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 21:13:12,459 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:12,459 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 21:13:12,463 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:12,463 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 21:13:12,466 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:12,466 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 21:13:12,466 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:13:12,469 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:12,469 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 21:13:12,472 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:13:12,472 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:13:12,476 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/85db64fb-1050-40c1-bcf3-1fc35e07ba65 ' '/dev/disk/by-id/dm-uuid-LVM-Srwa19wx5E8cZddguEkz78K6VagjDjsKQTaUZ6vh2XYAandW3F08ti1oY1qH7dCa ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-Srwa19wx5E8cZddguEkz78K6VagjDjsKQTaUZ6vh2XYAandW3F08ti1oY1qH7dCa', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '85db64fb-1050-40c1-bcf3-1fc35e07ba65', 'ID_FS_UUID_ENC': '85db64fb-1050-40c1-bcf3-1fc35e07ba65', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1090883100'} ; 2024-03-01 21:13:12,476 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:13:12,476 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:12,480 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:13:12,481 INFO program/MainThread: stderr[15]: 2024-03-01 21:13:12,481 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:13:12,481 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:12,484 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:13:12,485 INFO program/MainThread: stderr[16]: 2024-03-01 21:13:12,485 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:13:12,485 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:12,488 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:13:12,488 INFO program/MainThread: stderr[17]: 2024-03-01 21:13:12,488 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:13:12,493 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:12,495 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 21:13:12,498 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,499 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,499 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,500 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,496 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,501 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:12,504 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:13:12,504 INFO program/MainThread: stderr[18]: 2024-03-01 21:13:12,504 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:13:12,508 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:13:12,508 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:13:12,508 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:12,519 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:12,532 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:13:12,533 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:13:12,537 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:13:12,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:12,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:13:12,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:12,546 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:13:12,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:13:12,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:12,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:13:12,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:12,557 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:13:12,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:13:12,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:12,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 21:13:12,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:12,568 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:13:12,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:13:12,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:12,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:13:12,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:12,579 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:13:12,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:13:12,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:12,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:13:12,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:12,590 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:13:12,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:13:12,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:12,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:13:12,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:12,601 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:13:12,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:12,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:12,607 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 21:13:12,607 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:12,608 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:12,608 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:12,609 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:12,609 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:12,609 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:12,610 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:12,610 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:12,610 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:12,611 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:12,611 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:12,611 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:12,614 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:13:12,617 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:13:12,617 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:13:12,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:13:12,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:13:12,623 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:13:12,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:13:12,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 21:13:12,628 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:13:12,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:12,634 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 21:13:12,634 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:13:12,636 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,637 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,637 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,638 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,634 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,640 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,641 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,641 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,642 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,638 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,644 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,645 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,645 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,646 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,642 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,648 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,649 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,649 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,650 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,646 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,652 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,653 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,653 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,654 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,650 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,656 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,657 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,657 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,658 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,654 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,660 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,661 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,661 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,661 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,658 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,664 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,664 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,665 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,665 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,662 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,668 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,668 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,669 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,669 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,666 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,672 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,672 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,673 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,673 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,670 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,675 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,676 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,676 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,677 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,674 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,679 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,680 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,680 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,681 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,677 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,683 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,684 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,684 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,685 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,681 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,687 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,688 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,688 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,689 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,685 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,691 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,691 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,692 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,692 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,689 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,695 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,695 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,696 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,696 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,693 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,699 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,699 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,700 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,700 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,697 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,702 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,703 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,703 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,704 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,701 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,706 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,707 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,707 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,708 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,704 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,710 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,711 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,711 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,712 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,708 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,714 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,715 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,715 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,716 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,712 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,718 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,719 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,719 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,720 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,716 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,722 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,723 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,723 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,724 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,720 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,726 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,727 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,727 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,728 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,724 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,730 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,731 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,731 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,732 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,728 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,734 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,735 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,735 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,736 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,732 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,738 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,739 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,739 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,740 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,736 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,742 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,743 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,743 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,743 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,740 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,746 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,746 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,747 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,747 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,744 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,750 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,750 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,751 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,751 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,748 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,754 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,754 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,755 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,755 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,752 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,758 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,758 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,759 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:12,759 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:12,756 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fd787285da0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaUZ6-vh2X-YAan-dW3F-08ti-1oY1-qH7dCa 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 (0x7fd787300c50) -- 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 = Srwa19-wx5E-8cZd-dguE-kz78-K6Va-gjDjsK size = 2.98 GiB format = existing None major = 0 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 21:13:12,760 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 21:13:12,763 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 21:13:12,763 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:12,763 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 21:13:12,767 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 21:13:12,767 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:13:12,767 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 21:13:12,772 INFO program/MainThread: stdout[19]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:13:12,772 INFO program/MainThread: stderr[19]: 2024-03-01 21:13:12,772 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:13:12,777 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:13:12,777 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 21:13:12,777 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:13:12,777 DEBUG blivet.ansible/MainThread: ['sda', 'sdb', 'test_vg1', 'sdc'] 2024-03-01 21:13:12,777 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 21:13:12,780 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 21:13:12,781 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:12,784 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:13:12,787 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:13:12,790 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:13:12,790 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 21:13:12,790 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:13:12,790 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 21:13:12,790 DEBUG blivet/MainThread: removing sda 2024-03-01 21:13:12,793 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 21:13:12,793 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:12,793 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:13:12,796 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 21:13:12,797 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:13:12,797 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 21:13:12,797 DEBUG blivet/MainThread: removing sdb 2024-03-01 21:13:12,799 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 21:13:12,799 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:12,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 21:13:12,802 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 21:13:12,803 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:13:12,803 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 21:13:12,803 DEBUG blivet/MainThread: removing sdc 2024-03-01 21:13:12,805 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 21:13:12,805 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:12,806 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:13:12,808 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 21:13:12,808 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:13:12,809 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:12,821 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:12,833 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:12,845 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:12,860 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:13:12,861 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:13:12,861 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:13:12,861 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:13:12,861 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:13:12,861 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:13:12,861 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:13:12,861 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:13:12,861 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:13:12,864 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:13:12,867 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:13:12,870 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:13:12,870 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:13:12,873 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:13:12,873 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 0x7fd7872f2f10> 2024-03-01 21:13:12,873 INFO blivet/MainThread: sorting actions... 2024-03-01 21:13:12,874 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:13:12,874 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:13:12,874 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:13:12,875 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:13:12,875 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:13:12,875 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:13:12,875 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:13:12,878 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:12,881 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:13:12,881 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 21:13:12,890 INFO program/MainThread: stdout: 2024-03-01 21:13:12,890 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:13:12,890 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:12,891 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:12,908 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:12,908 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:12,919 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:12,919 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:13:12,923 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 21:13:12,927 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:13:12,930 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:13:12,933 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 21:13:12,948 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:13:12,949 INFO program/MainThread: Running [20] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:12,984 INFO program/MainThread: stdout[20]: 2024-03-01 21:13:12,984 INFO program/MainThread: stderr[20]: 2024-03-01 21:13:12,984 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:13:12,988 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:13:12,992 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:12,995 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:13:12,998 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:13,001 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:13:13,004 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:13,007 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:13:13,010 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 21:13:13,010 INFO program/MainThread: Running [21] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:13,047 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 21:13:13,047 INFO program/MainThread: stderr[21]: 2024-03-01 21:13:13,047 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:13:13,048 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:13:13,055 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 21:13:13,062 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 21:13:13,068 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:13:13,076 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:13,080 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:13:13,086 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:13,091 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:13:13,096 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:13,101 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:13:13,106 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 21:13:13,107 INFO program/MainThread: Running [22] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:13,140 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 21:13:13,141 INFO program/MainThread: stderr[22]: 2024-03-01 21:13:13,141 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:13:13,141 INFO program/MainThread: Running [23] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:13,183 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 21:13:13,183 INFO program/MainThread: stderr[23]: 2024-03-01 21:13:13,183 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:13:13,184 INFO program/MainThread: Running [24] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:13,220 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 21:13:13,220 INFO program/MainThread: stderr[24]: 2024-03-01 21:13:13,220 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:13:13,221 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:13:13,228 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:13,235 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:13:13,241 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:13:13,241 INFO program/MainThread: Running [25] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:13,291 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 21:13:13,292 INFO program/MainThread: stderr[25]: 2024-03-01 21:13:13,292 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:13:13,292 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 21:13:13,292 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:13,322 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:13,323 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:13,343 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:13,343 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:13,359 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:13,359 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:13:13,363 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:13,367 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:13:13,369 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:13:13,370 INFO program/MainThread: Running [26] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:13,401 INFO program/MainThread: stdout[26]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 21:13:13,401 INFO program/MainThread: stderr[26]: 2024-03-01 21:13:13,401 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:13:13,401 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 21:13:13,402 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:13,435 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:13,436 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:13,450 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:13,450 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:13,464 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:13,464 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:13:13,469 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:13,471 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:13:13,474 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:13:13,474 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 21:13:13,503 INFO program/MainThread: stdout[27]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 21:13:13,503 INFO program/MainThread: stderr[27]: 2024-03-01 21:13:13,503 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:13:13,503 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 21:13:13,504 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:13,534 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:13,535 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:13,549 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:13,549 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:13,563 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:13,568 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:13:13,568 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 0x7fd7872991a8> 2024-03-01 21:13:25,436 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_l4hsoe8y/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:13:30,502 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_mc2a8e67/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:13:38,330 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_kh90ekk4/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:13:38,367 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:13:38,368 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:13:38,372 INFO program/MainThread: stdout[2]: 2024-03-01 21:13:38,372 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 21:13:38,372 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:13:38,372 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:13:38,377 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:38,378 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:13:38,381 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:13:38,381 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:13:38,384 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:13:38,384 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:13:38,387 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:13:38,387 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:13:38,396 INFO program/MainThread: stdout: 2024-03-01 21:13:38,396 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:13:38,396 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:13:38,396 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:13:38,396 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:13:38,396 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:13:38,396 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:13:38,396 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:13:38,396 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:13:38,396 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:13:38,396 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:13:38,396 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:13:38,396 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:13:38,396 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:13:38,396 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:13:38,396 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:13:38,396 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:38,396 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 21:13:38,397 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:13:38,397 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:13:38,397 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:13:38,397 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:13:38,397 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:13:38,398 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:13:38,398 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:38,412 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:38,423 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:13:38,428 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:13:38,428 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:13:38,429 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 21:13:38,464 INFO program/MainThread: stdout[3]: 2024-03-01 21:13:38,464 INFO program/MainThread: stderr[3]: 2024-03-01 21:13:38,464 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:13:38,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:13:38,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:38,478 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:13:38,482 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:13:38,483 INFO blivet/MainThread: sda is a disk 2024-03-01 21:13:38,483 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:13:38,483 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:13:38,487 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:13:38,490 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:13:38,490 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:13:38,493 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:13:38,494 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:13:38,494 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:13:38,494 INFO blivet/MainThread: got device: DiskDevice instance (0x7f17181d0f60) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:13:38,498 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:13:38,498 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:13:38,501 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:13:38,501 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:13:38,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:13:38,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:38,511 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:13:38,511 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:13:38,512 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:13:38,512 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:13:38,515 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:13:38,518 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:13:38,518 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:13:38,521 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:13:38,521 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:13:38,522 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:13:38,522 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1718111e80) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:13:38,525 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:13:38,525 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:13:38,529 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:13:38,529 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:13:38,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:13:38,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:38,538 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:13:38,539 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:13:38,539 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:13:38,539 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:13:38,542 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:13:38,545 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:13:38,545 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:13:38,549 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:13:38,549 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:13:38,549 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:13:38,549 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1718111fd0) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:13:38,553 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:13:38,553 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:13:38,556 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:13:38,556 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:13:38,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:13:38,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:38,566 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:13:38,566 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:13:38,566 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:13:38,567 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:13:38,570 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:13:38,573 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:13:38,573 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:13:38,576 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:13:38,577 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:13:38,577 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:13:38,577 INFO blivet/MainThread: got device: DiskDevice instance (0x7f17170c4eb8) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:13:38,580 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:13:38,580 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:13:38,584 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:13:38,584 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:13:38,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:13:38,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:38,594 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:13:38,594 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:13:38,594 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:13:38,594 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:13:38,597 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:13:38,600 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:13:38,601 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:13:38,604 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:13:38,604 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:13:38,604 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:13:38,604 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1718111f98) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:13:38,608 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:13:38,608 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:13:38,611 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:13:38,611 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:13:38,614 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:13:38,617 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:38,621 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:13:38,621 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:13:38,622 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:13:38,622 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:13:38,625 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:13:38,628 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:13:38,628 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:13:38,631 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:13:38,632 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:13:38,632 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:13:38,632 INFO blivet/MainThread: got device: DiskDevice instance (0x7f17170c2e80) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:13:38,635 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:13:38,635 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:13:38,639 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:13:38,639 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:13:38,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:13:38,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:38,648 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:13:38,649 INFO blivet/MainThread: sde is a disk 2024-03-01 21:13:38,649 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:13:38,649 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:13:38,652 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:13:38,655 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:13:38,655 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:13:38,658 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:13:38,659 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:13:38,659 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:13:38,659 INFO blivet/MainThread: got device: DiskDevice instance (0x7f17170d5518) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:13:38,662 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:13:38,663 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:13:38,666 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:13:38,666 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:13:38,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:13:38,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:38,676 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:13:38,676 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:13:38,676 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:13:38,677 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:13:38,680 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:13:38,683 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:13:38,683 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:13:38,686 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:13:38,686 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:13:38,687 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:13:38,687 INFO blivet/MainThread: got device: DiskDevice instance (0x7f17170c2cf8) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:13:38,690 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:13:38,690 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:13:38,693 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:13:38,693 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:13:38,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:13:38,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:38,703 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:13:38,703 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:13:38,704 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:13:38,704 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:13:38,707 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:13:38,710 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:13:38,710 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:13:38,713 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:13:38,714 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:13:38,714 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:13:38,714 INFO blivet/MainThread: got device: DiskDevice instance (0x7f17170c7400) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:13:38,717 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:13:38,718 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:13:38,721 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:13:38,721 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:13:38,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:13:38,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:38,730 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:13:38,731 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:13:38,731 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:13:38,731 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:13:38,734 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:13:38,737 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:13:38,738 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:13:38,741 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:13:38,741 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:13:38,741 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:13:38,741 INFO blivet/MainThread: got device: DiskDevice instance (0x7f17170c24e0) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:13:38,745 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:13:38,745 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:13:38,748 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:13:38,748 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:13:38,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:13:38,754 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:38,758 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:13:38,758 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:13:38,758 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:13:38,758 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:13:38,761 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:13:38,765 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:13:38,765 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:13:38,768 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:13:38,768 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:13:38,769 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:13:38,769 INFO blivet/MainThread: got device: DiskDevice instance (0x7f17170e12e8) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:13:38,772 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:13:38,772 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:13:38,775 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:13:38,775 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:13:38,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:13:38,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:38,785 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:13:38,785 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:13:38,786 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:13:38,786 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:13:38,789 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:13:38,792 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:13:38,792 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:13:38,795 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:13:38,795 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:13:38,796 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:13:38,796 INFO blivet/MainThread: got device: DiskDevice instance (0x7f17170e1470) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:13:38,799 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:13:38,799 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:13:38,802 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': '22216935'} ; 2024-03-01 21:13:38,802 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:13:38,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:13:38,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:38,812 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:13:38,812 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:13:38,812 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:13:38,812 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:13:38,812 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:13:38,812 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:13:38,815 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:13:38,818 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:13:38,819 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:13:38,822 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:13:38,822 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:13:38,822 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:13:38,822 INFO blivet/MainThread: got device: DiskDevice instance (0x7f17170e8240) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:13:38,825 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:13:38,829 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:38,829 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:13:38,832 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:38,832 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:13:38,836 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:38,836 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:13:38,839 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:38,839 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:13:38,842 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:13:38,845 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:13:38,849 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:13:38,853 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 0x7f17170d2788> 2024-03-01 21:13:41,661 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:13:41,666 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:13:41,666 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:13:41,670 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': '22221140'} ; 2024-03-01 21:13:41,670 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:13:41,670 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:13:41,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:41,679 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:13:41,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:41,685 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:41,698 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:41,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:13:41,717 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:13:41,721 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:13:41,721 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:13:41,724 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:13:41,728 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:13:41,728 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:13:41,731 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:13:41,732 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:13:41,732 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:13:41,735 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:13:41,738 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:13:41,741 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:13:41,744 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:13:41,747 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:13:41,747 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:13:41,748 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:13:41,748 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:13:41,748 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f17184981d0) -- 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 0x7f17170f90f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:13:41,752 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:13:41,755 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:41,755 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:13:41,758 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:41,758 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:13:41,762 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:41,762 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:13:41,765 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:41,765 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:13:41,767 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:13:41,767 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:13:41,770 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:41,771 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:13:41,774 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:13:41,774 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:13:41,774 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:41,787 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:41,799 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:13:41,800 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:13:41,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:41,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,813 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:41,813 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:13:41,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:41,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:41,824 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:13:41,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:41,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:41,835 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:13:41,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:41,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,846 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:41,846 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:13:41,849 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:41,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,857 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:41,857 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:13:41,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:41,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:41,868 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:13:41,868 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:13:46,887 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ysvht46r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:13:46,924 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:13:46,924 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:13:46,928 INFO program/MainThread: stdout[2]: 2024-03-01 21:13:46,928 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 21:13:46,928 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:13:46,929 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:13:46,933 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:46,934 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:13:46,938 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:13:46,938 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:13:46,941 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:13:46,941 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:13:46,944 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:13:46,944 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:13:46,952 INFO program/MainThread: stdout: 2024-03-01 21:13:46,952 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:13:46,952 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:13:46,952 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:13:46,952 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:13:46,952 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:13:46,952 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:13:46,952 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:13:46,952 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:13:46,952 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:13:46,952 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:13:46,952 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:13:46,952 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:13:46,953 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:13:46,953 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:13:46,953 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:13:46,953 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:46,953 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 21:13:46,953 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:13:46,953 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:13:46,953 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:13:46,953 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:13:46,954 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:13:46,954 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:13:46,954 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:46,965 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:46,976 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:13:46,981 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:13:46,981 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:13:46,981 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 21:13:47,010 INFO program/MainThread: stdout[3]: 2024-03-01 21:13:47,010 INFO program/MainThread: stderr[3]: 2024-03-01 21:13:47,010 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:13:47,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:13:47,018 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:47,023 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:13:47,027 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:13:47,028 INFO blivet/MainThread: sda is a disk 2024-03-01 21:13:47,028 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:13:47,028 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:13:47,031 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:13:47,035 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:13:47,035 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:13:47,038 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:13:47,039 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:13:47,039 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:13:47,039 INFO blivet/MainThread: got device: DiskDevice instance (0x7f808f636f60) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:13:47,043 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:13:47,043 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:13:47,047 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:13:47,047 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:13:47,050 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:13:47,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:47,057 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:13:47,057 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:13:47,057 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:13:47,057 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:13:47,060 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:13:47,063 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:13:47,064 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:13:47,067 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:13:47,067 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:13:47,067 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:13:47,068 INFO blivet/MainThread: got device: DiskDevice instance (0x7f808f577e80) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:13:47,071 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:13:47,071 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:13:47,074 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:13:47,074 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:13:47,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:13:47,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:47,084 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:13:47,085 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:13:47,085 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:13:47,085 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:13:47,088 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:13:47,091 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:13:47,091 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:13:47,094 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:13:47,095 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:13:47,095 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:13:47,095 INFO blivet/MainThread: got device: DiskDevice instance (0x7f808f577fd0) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:13:47,098 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:13:47,098 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:13:47,102 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:13:47,102 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:13:47,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:13:47,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:47,111 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:13:47,112 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:13:47,112 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:13:47,112 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:13:47,115 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:13:47,118 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:13:47,119 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:13:47,122 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:13:47,122 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:13:47,122 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:13:47,122 INFO blivet/MainThread: got device: DiskDevice instance (0x7f808e52aeb8) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:13:47,126 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:13:47,126 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:13:47,129 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:13:47,129 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:13:47,132 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:13:47,135 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:47,139 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:13:47,139 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:13:47,139 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:13:47,139 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:13:47,142 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:13:47,145 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:13:47,146 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:13:47,149 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:13:47,149 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:13:47,149 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:13:47,149 INFO blivet/MainThread: got device: DiskDevice instance (0x7f808f577f98) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:13:47,153 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:13:47,153 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:13:47,156 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:13:47,156 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:13:47,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:13:47,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:47,166 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:13:47,166 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:13:47,167 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:13:47,167 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:13:47,170 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:13:47,173 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:13:47,173 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:13:47,176 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:13:47,177 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:13:47,177 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:13:47,177 INFO blivet/MainThread: got device: DiskDevice instance (0x7f808e528e80) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:13:47,180 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:13:47,180 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:13:47,183 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:13:47,184 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:13:47,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:13:47,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:47,193 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:13:47,194 INFO blivet/MainThread: sde is a disk 2024-03-01 21:13:47,194 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:13:47,194 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:13:47,197 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:13:47,200 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:13:47,200 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:13:47,203 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:13:47,204 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:13:47,204 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:13:47,204 INFO blivet/MainThread: got device: DiskDevice instance (0x7f808e53d518) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:13:47,207 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:13:47,207 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:13:47,211 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:13:47,211 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:13:47,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:13:47,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:47,221 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:13:47,221 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:13:47,221 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:13:47,221 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:13:47,224 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:13:47,227 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:13:47,228 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:13:47,231 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:13:47,231 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:13:47,231 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:13:47,231 INFO blivet/MainThread: got device: DiskDevice instance (0x7f808e528cf8) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:13:47,235 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:13:47,235 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:13:47,238 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:13:47,238 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:13:47,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:13:47,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:47,248 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:13:47,248 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:13:47,248 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:13:47,249 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:13:47,252 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:13:47,255 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:13:47,255 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:13:47,258 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:13:47,258 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:13:47,259 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:13:47,259 INFO blivet/MainThread: got device: DiskDevice instance (0x7f808e52d400) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:13:47,262 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:13:47,262 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:13:47,265 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:13:47,265 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:13:47,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:13:47,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:47,275 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:13:47,276 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:13:47,276 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:13:47,276 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:13:47,279 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:13:47,282 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:13:47,282 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:13:47,285 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:13:47,286 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:13:47,286 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:13:47,286 INFO blivet/MainThread: got device: DiskDevice instance (0x7f808e5284e0) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:13:47,289 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:13:47,289 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:13:47,293 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:13:47,293 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:13:47,296 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:13:47,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:47,302 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:13:47,303 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:13:47,303 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:13:47,303 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:13:47,306 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:13:47,310 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:13:47,310 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:13:47,313 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:13:47,313 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:13:47,314 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:13:47,314 INFO blivet/MainThread: got device: DiskDevice instance (0x7f808e5472e8) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:13:47,317 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:13:47,317 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:13:47,320 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:13:47,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 21:13:47,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:13:47,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:47,330 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:13:47,331 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:13:47,331 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:13:47,331 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:13:47,334 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:13:47,337 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:13:47,338 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:13:47,341 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:13:47,341 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:13:47,341 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:13:47,341 INFO blivet/MainThread: got device: DiskDevice instance (0x7f808e547470) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:13:47,345 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:13:47,345 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:13:47,348 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': '22216935'} ; 2024-03-01 21:13:47,348 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:13:47,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:13:47,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:47,358 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:13:47,358 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:13:47,358 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:13:47,358 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:13:47,358 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:13:47,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:13:47,362 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:13:47,365 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:13:47,365 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:13:47,368 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:13:47,369 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:13:47,369 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:13:47,369 INFO blivet/MainThread: got device: DiskDevice instance (0x7f808e54e240) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:13:47,372 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:13:47,376 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:47,376 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:13:47,379 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:47,380 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:13:47,383 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:47,383 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:13:47,386 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:47,386 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:13:47,389 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:13:47,392 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:13:47,396 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:13:47,403 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 0x7f808e538788> 2024-03-01 21:13:50,573 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:13:50,578 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:13:50,578 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:13:50,582 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': '22221140'} ; 2024-03-01 21:13:50,582 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:13:50,582 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:13:50,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:50,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:50,591 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:13:50,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:50,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:50,597 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:50,612 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:50,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:13:50,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:13:50,631 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:13:50,635 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:13:50,635 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:13:50,638 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:13:50,642 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:13:50,642 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:13:50,645 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:13:50,646 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:13:50,646 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:13:50,649 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:13:50,652 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:13:50,655 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:13:50,658 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:13:50,661 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:13:50,662 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:13:50,662 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:13:50,663 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:13:50,662 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f808e528358) -- 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 0x7f808e55e0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:13:50,666 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:13:50,670 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:50,670 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:13:50,673 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:50,673 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:13:50,677 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:50,677 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:13:50,680 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:50,680 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:13:50,682 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:13:50,682 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:13:50,685 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:50,686 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:13:50,689 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:13:50,689 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:13:50,689 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:50,702 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:50,714 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:13:50,715 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:13:50,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:13:50,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:50,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:13:50,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:50,728 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:13:50,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:13:50,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:50,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:13:50,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:50,739 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:13:50,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:13:50,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:50,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:13:50,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:50,750 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:13:50,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:13:50,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:50,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:13:50,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:50,761 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:13:50,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:13:50,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:50,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:13:50,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:50,772 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:13:50,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:13:50,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:50,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:13:50,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:50,784 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:13:50,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:50,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:50,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:50,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:50,795 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 21:13:50,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:13:50,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 21:13:50,801 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:13:50,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:13:50,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 21:13:50,806 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:13:50,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:13:50,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 21:13:50,812 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:13:50,815 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:13:50,815 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 21:13:50,816 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:13:50,819 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:13:50,819 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:13:50,822 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:13:50,823 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:13:50,826 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:13:50,826 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 21:13:50,826 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:13:50,829 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:13:50,829 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:13:50,832 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:13:50,832 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:13:50,835 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:13:50,835 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 21:13:50,835 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:13:50,838 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:13:50,838 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:13:50,841 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:13:50,841 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:13:50,842 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:13:50,846 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:13:50,850 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:13:50,854 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:13:50,857 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:13:50,861 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:13:50,864 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:13:50,865 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:13:50,868 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:13:50,869 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 21:13:50,869 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:13:50,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:50,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:50,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:50,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:50,882 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 21:13:50,882 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:13:50,883 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:13:50,883 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -99.73890339425589 2024-03-01 21:13:50,883 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:13:50,884 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:13:50,887 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:50,887 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 21:13:50,890 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:50,890 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 21:13:50,894 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:13:50,897 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:13:50,898 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:13:50,901 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:13:50,905 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:13:50,908 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:13:50,911 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 21:13:50,912 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:13:50,912 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:13:50,913 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 21:13:50,913 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 21:13:50,917 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:13:50,918 INFO program/MainThread: stderr[4]: 2024-03-01 21:13:50,918 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:13:50,918 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 21:13:50,918 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:13:50,919 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:13:50,923 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 21:13:50,923 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:13:50,924 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:13:50,924 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:13:50,924 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:13:50,924 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:13:50,924 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:13:50,925 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:13:50,925 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:13:50,925 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:13:50,925 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:13:50,925 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:13:50,925 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:13:50,928 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:13:50,931 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:13:50,934 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:13:50,934 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:13:50,937 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:13:50,937 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 0x7f808e491eb8> 2024-03-01 21:13:50,937 INFO blivet/MainThread: sorting actions... 2024-03-01 21:13:50,938 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:13:50,939 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:13:50,939 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:13:50,939 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:13:50,939 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:13:50,939 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:13:50,939 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:13:50,939 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:13:50,940 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:13:50,940 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:13:50,943 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:50,945 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 21:13:50,946 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 21:13:50,952 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:50,952 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:50,981 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:50,981 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:50,995 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:50,995 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:13:50,999 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:51,002 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 21:13:51,002 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 21:13:51,008 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,008 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:51,037 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,037 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:51,048 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,048 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:13:51,052 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:51,055 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 21:13:51,055 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 21:13:51,064 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,064 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:51,095 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,095 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:51,107 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,107 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:13:51,111 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:13:51,114 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:13:51,117 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:13:51,117 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:13:51,118 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 21:13:51,151 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 21:13:51,151 INFO program/MainThread: stderr[5]: 2024-03-01 21:13:51,151 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:13:51,152 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:51,172 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,176 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:13:51,176 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:13:51,178 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 21:13:51,187 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,188 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:51,211 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,211 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:13:51,215 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:13:51,218 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:13:51,221 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:13:51,221 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:13:51,221 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 21:13:51,255 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdb" successfully created. 2024-03-01 21:13:51,255 INFO program/MainThread: stderr[6]: 2024-03-01 21:13:51,255 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:13:51,256 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:51,277 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,281 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:13:51,282 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:13:51,283 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 21:13:51,293 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,294 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:51,317 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,317 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:13:51,321 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:13:51,324 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:13:51,327 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:13:51,328 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:13:51,328 INFO program/MainThread: Running [7] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:13:51,360 INFO program/MainThread: stdout[7]: Physical volume "/dev/sda" successfully created. 2024-03-01 21:13:51,360 INFO program/MainThread: stderr[7]: 2024-03-01 21:13:51,360 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:13:51,360 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:51,378 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,383 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:13:51,383 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:13:51,384 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 21:13:51,394 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,394 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:51,417 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,417 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:13:51,421 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 21:13:51,424 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:13:51,427 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:13:51,430 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:13:51,433 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:13:51,436 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:13:51,439 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:13:51,442 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:13:51,445 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 21:13:51,445 INFO program/MainThread: Running [8] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:51,503 INFO program/MainThread: stdout[8]: Volume group "test_vg1" successfully created 2024-03-01 21:13:51,504 INFO program/MainThread: stderr[8]: 2024-03-01 21:13:51,504 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:13:51,512 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:13:51,519 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:13:51,524 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:13:51,529 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:13:51,533 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:13:51,540 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:13:51,546 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:13:51,552 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:13:51,552 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:51,571 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,575 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:13:51,578 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:13:51,578 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:51,589 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,589 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 21:13:51,598 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,598 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:51,611 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,611 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:13:51,615 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 21:13:51,618 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 21:13:51,621 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:13:51,625 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:13:51,628 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:13:51,631 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:13:51,634 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:13:51,638 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:13:51,641 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:13:51,644 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:13:51,645 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:51,656 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,660 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:13:51,661 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/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:51,688 INFO program/MainThread: stdout[9]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:13:51,688 INFO program/MainThread: stderr[9]: 2024-03-01 21:13:51,688 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:13:51,693 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 21:13:51,693 INFO program/MainThread: Running [10] lvm lvcreate -n lv1 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:51,792 INFO program/MainThread: stdout[10]: Logical volume "lv1" created. 2024-03-01 21:13:51,792 INFO program/MainThread: stderr[10]: 2024-03-01 21:13:51,793 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:13:51,801 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:13:51,807 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:13:51,808 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:13:51,808 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:51,835 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,840 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 21:13:51,840 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:13:51,841 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:13:51,851 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,852 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:51,866 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,866 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:13:51,870 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:13:51,873 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:13:51,876 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 21:13:51,876 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 21:13:51,915 INFO program/MainThread: stdout: 2024-03-01 21:13:51,915 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=98048 blks 2024-03-01 21:13:51,915 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:13:51,915 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:13:51,915 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:13:51,915 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 21:13:51,915 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:13:51,915 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:13:51,915 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 21:13:51,916 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:13:51,916 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:13:51,916 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,916 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 21:13:51,930 INFO program/MainThread: stdout: 2024-03-01 21:13:51,930 INFO program/MainThread: writing all SBs 2024-03-01 21:13:51,930 INFO program/MainThread: new label = "" 2024-03-01 21:13:51,930 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,931 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:51,947 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,951 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:13:51,951 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:13:51,953 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:13:51,963 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,963 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:51,979 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:51,984 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:13:51,984 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 0x7f808e42b1a8> 2024-03-01 21:13:51,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:51,990 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 21:13:51,991 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:13:51,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:51,997 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 21:13:51,997 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:14:07,351 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_kv74bl69/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:14:07,388 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:07,388 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:14:07,392 INFO program/MainThread: stdout[2]: 2024-03-01 21:14:07,392 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 21:14:07,392 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:14:07,393 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:14:07,397 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:07,398 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:14:07,402 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:07,402 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:14:07,405 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:07,405 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:14:07,408 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:07,408 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:14:07,419 INFO program/MainThread: stdout: 2024-03-01 21:14:07,419 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:14:07,419 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member TPZGuy-LAKE-pspr-oicU-jODu-xI5J-5yhI6N 2024-03-01 21:14:07,419 INFO program/MainThread: `-test_vg1-lv1-real 1606418432 root disk brw-rw---- 2024-03-01 21:14:07,419 INFO program/MainThread: |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 2024-03-01 21:14:07,419 INFO program/MainThread: `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 2024-03-01 21:14:07,419 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC 2024-03-01 21:14:07,419 INFO program/MainThread: |-test_vg1-lv1-real 1606418432 root disk brw-rw---- 2024-03-01 21:14:07,419 INFO program/MainThread: | |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 2024-03-01 21:14:07,419 INFO program/MainThread: | `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 2024-03-01 21:14:07,419 INFO program/MainThread: `-test_vg1-lv1_snapset1-cow 322961408 root disk brw-rw---- 2024-03-01 21:14:07,419 INFO program/MainThread: `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 2024-03-01 21:14:07,419 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo 2024-03-01 21:14:07,419 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:14:07,419 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:14:07,419 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:14:07,420 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:14:07,420 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:14:07,420 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:14:07,420 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:14:07,420 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:14:07,420 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:14:07,420 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:14:07,420 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:14:07,420 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:07,420 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member TPZGuy-LAKE-pspr-oicU-jODu-xI5J-5yhI6N `-test_vg1-lv1-real 1606418432 root disk brw-rw---- |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 sdb 1073741824 root disk brw-rw---- LVM2_member gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC |-test_vg1-lv1-real 1606418432 root disk brw-rw---- | |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 | `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 `-test_vg1-lv1_snapset1-cow 322961408 root disk brw-rw---- `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 sdc 1073741824 root disk brw-rw---- LVM2_member icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo 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 21:14:07,420 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:14:07,420 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:14:07,421 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:14:07,421 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:14:07,421 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:14:07,421 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:14:07,421 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:07,435 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:07,448 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1', 'test_vg1-lv1-real', 'test_vg1-lv1_snapset1-cow', 'test_vg1-lv1_snapset1'] 2024-03-01 21:14:07,453 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/lvm-pv-uuid-TPZGuy-LAKE-pspr-oicU-jODu-xI5J-5yhI6N ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba', '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': 'TPZGuy-LAKE-pspr-oicU-jODu-xI5J-5yhI6N', 'ID_FS_UUID_ENC': 'TPZGuy-LAKE-pspr-oicU-jODu-xI5J-5yhI6N', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:14:07,453 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:14:07,453 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 21:14:07,490 INFO program/MainThread: stdout[3]: 2024-03-01 21:14:07,490 INFO program/MainThread: stderr[3]: 2024-03-01 21:14:07,490 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:14:07,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:14:07,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:07,504 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:14:07,509 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:14:07,509 INFO blivet/MainThread: sda is a disk 2024-03-01 21:14:07,509 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:14:07,510 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:14:07,513 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:14:07,517 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:14:07,517 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:14:07,520 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:14:07,520 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:14:07,521 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:14:07,521 INFO blivet/MainThread: got device: DiskDevice instance (0x7fecd9f1fb70) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:14:07,525 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:14:07,528 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:14:07,528 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:14:07,532 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:14:07,532 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:14:07,535 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:07,535 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:14:07,539 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:07,539 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:14:07,542 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:14:07,542 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:14:07,542 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 21:14:07,573 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=TPZGuy-LAKE-pspr-oicU-jODu-xI5J-5yhI6N LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 21:14:07,573 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC. WARNING: Couldn't find device with uuid icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo. WARNING: VG test_vg1 is missing PV gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 21:14:07,573 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:14:07,574 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:14:07,579 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: TPZGuy-LAKE-pspr-oicU-jODu-xI5J-5yhI6N ; label: None ; device: /dev/sda ; serial: 36001405f47a7bfa33fe400b9c731d3ba ; exists: True ; vg_name: test_vg1 ; vg_uuid: akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI ; pe_start: 8 MiB ; 2024-03-01 21:14:07,579 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:14:07,582 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:14:07,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI ; incomplete: True ; hidden: False ; 2024-03-01 21:14:07,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:14:07,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:07,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:07,594 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 21:14:07,623 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 21:14:07,623 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC. WARNING: Couldn't find device with uuid icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo. WARNING: VG test_vg1 is missing PV gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 21:14:07,623 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:14:07,623 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:14:07,624 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:14:07,629 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:14:07,633 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:14:07,633 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:14:07,637 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:14:07,637 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 21:14:07,664 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=6hXaSW-93OB-nXHR-nWBK-PL15-WwcY-UTS02t LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:14:07,664 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC. WARNING: Couldn't find device with uuid icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo. WARNING: VG test_vg1 is missing PV gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 21:14:07,664 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:14:07,668 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:14:07,669 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:14:07,672 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:14:07,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI ; incomplete: True ; hidden: False ; 2024-03-01 21:14:07,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:14:07,679 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:14:07,679 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:14:07,683 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1', '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': 'gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC', 'ID_FS_UUID_ENC': 'gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:14:07,683 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:14:07,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:14:07,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:07,693 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:14:07,693 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:14:07,693 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:14:07,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:14:07,697 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:14:07,700 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:14:07,700 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:14:07,703 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:14:07,704 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:14:07,704 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:14:07,704 INFO blivet/MainThread: got device: DiskDevice instance (0x7fecd8ed8e10) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:14:07,708 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:14:07,711 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:14:07,711 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:14:07,715 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:14:07,715 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:14:07,718 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:07,718 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:14:07,721 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:07,721 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:14:07,724 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:14:07,725 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:14:07,725 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 21:14:07,753 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=TPZGuy-LAKE-pspr-oicU-jODu-xI5J-5yhI6N LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 21:14:07,753 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo. WARNING: VG test_vg1 is missing PV icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo (last written to /dev/sdc). 2024-03-01 21:14:07,753 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:14:07,753 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:14:07,758 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC ; label: None ; device: /dev/sdb ; serial: 36001405b7caaf3a7f7140988224d62c1 ; exists: True ; vg_name: test_vg1 ; vg_uuid: akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI ; pe_start: 8 MiB ; free: 192 MiB ; 2024-03-01 21:14:07,758 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:14:07,761 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:14:07,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI ; incomplete: True ; hidden: False ; 2024-03-01 21:14:07,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:14:07,770 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:14:07,774 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:14:07,776 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:14:07,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI ; incomplete: True ; hidden: False ; 2024-03-01 21:14:07,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:07,783 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 21:14:07,814 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=6hXaSW-93OB-nXHR-nWBK-PL15-WwcY-UTS02t LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:14:07,814 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo. WARNING: VG test_vg1 is missing PV icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo (last written to /dev/sdc). 2024-03-01 21:14:07,814 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:14:07,815 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:14:07,815 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:14:07,820 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:14:07,820 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:14:07,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:14:07,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:07,831 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:14:07,831 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:14:07,831 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:14:07,831 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:14:07,835 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:14:07,838 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:14:07,838 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:14:07,841 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:14:07,842 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:14:07,842 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:14:07,842 INFO blivet/MainThread: got device: DiskDevice instance (0x7fecd8e4b6d8) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:14:07,846 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:14:07,846 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:14:07,849 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:14:07,849 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:14:07,852 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:14:07,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:07,859 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:14:07,860 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:14:07,860 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:14:07,860 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:14:07,863 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:14:07,866 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:14:07,867 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:14:07,870 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:14:07,870 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:14:07,871 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:14:07,871 INFO blivet/MainThread: got device: DiskDevice instance (0x7fecd8e547b8) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:14:07,874 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:14:07,874 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:14:07,877 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/lvm-pv-uuid-icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867', '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': 'icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo', 'ID_FS_UUID_ENC': 'icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:14:07,878 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:14:07,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:14:07,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:07,887 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:14:07,888 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:14:07,888 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:14:07,888 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:14:07,891 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:14:07,894 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:14:07,895 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:14:07,898 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:14:07,898 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:14:07,899 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:14:07,899 INFO blivet/MainThread: got device: DiskDevice instance (0x7fecd8e54080) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:14:07,902 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:14:07,905 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:14:07,906 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:14:07,909 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:14:07,909 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:14:07,913 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:07,913 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:14:07,916 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:07,916 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:14:07,919 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:14:07,919 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:14:07,919 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 21:14:07,949 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=TPZGuy-LAKE-pspr-oicU-jODu-xI5J-5yhI6N LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 21:14:07,949 INFO program/MainThread: stderr[9]: 2024-03-01 21:14:07,949 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:14:07,949 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:14:07,954 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo ; label: None ; device: /dev/sdc ; serial: 3600140507600ad0486d49968c7af7867 ; exists: True ; vg_name: test_vg1 ; vg_uuid: akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:14:07,954 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:14:07,957 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:14:07,960 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI ; incomplete: True ; hidden: False ; 2024-03-01 21:14:07,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:07,967 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:14:07,970 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:14:07,973 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:14:07,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI ; incomplete: True ; hidden: False ; 2024-03-01 21:14:07,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:07,980 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 21:14:08,008 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=6hXaSW-93OB-nXHR-nWBK-PL15-WwcY-UTS02t LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:14:08,008 INFO program/MainThread: stderr[10]: 2024-03-01 21:14:08,008 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:14:08,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:08,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:08,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi ; incomplete: False ; hidden: False ; 2024-03-01 21:14:08,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:14:08,023 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:14:08,026 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:14:08,027 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:14:08,030 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:14:08,034 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:14:08,034 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:14:08,038 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 21:14:08,038 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:14:08,039 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:14:08,042 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:14:08,047 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:14:08,047 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:14:08,050 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:14:08,054 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:14:08,054 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:14:08,058 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 21:14:08,058 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:14:08,058 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 21:14:08,058 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:14:08,062 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:14:08,062 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:14:08,065 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 21:14:08,065 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:14:08,069 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-akBM7z9XdmzBv3dQkOvjDnOTKrubqyaI9C1tqVEoW4IVnPZtXePukxgu71U25iNi ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 ' '/dev/test_vg1/lv1 /dev/mapper/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-akBM7z9XdmzBv3dQkOvjDnOTKrubqyaI9C1tqVEoW4IVnPZtXePukxgu71U25iNi', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'aa2e05de-9ab5-4dfc-8eeb-f5b37758d574', 'ID_FS_UUID_ENC': 'aa2e05de-9ab5-4dfc-8eeb-f5b37758d574', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1151833607'} ; 2024-03-01 21:14:08,069 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:14:08,069 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:14:08,074 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:14:08,074 INFO program/MainThread: stderr[11]: 2024-03-01 21:14:08,074 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:14:08,074 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:14:08,078 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:14:08,078 INFO program/MainThread: stderr[12]: 2024-03-01 21:14:08,078 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:14:08,078 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:14:08,082 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:14:08,082 INFO program/MainThread: stderr[13]: 2024-03-01 21:14:08,082 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:14:08,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:08,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:14:08,092 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:08,093 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:14:08,093 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:08,094 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:14:08,090 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fecd8e54588) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7fecd9f2f9b0) -- 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 = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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 21:14:08,095 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:14:08,098 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:14:08,098 INFO program/MainThread: stderr[14]: 2024-03-01 21:14:08,098 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:14:08,102 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:14:08,106 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:14:08,106 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:14:08,110 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:14:08,110 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:14:08,114 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:08,114 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:14:08,117 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:08,117 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:14:08,119 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:14:08,119 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:14:08,123 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:08,123 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:14:08,126 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:14:08,127 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:14:08,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:08,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:08,133 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv1_snapset1' 2024-03-01 21:14:08,134 INFO program/MainThread: Running [15] lvm lvs --noheadings -o origin test_vg1/lv1_snapset1 --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 21:14:08,161 INFO program/MainThread: stdout[15]: lv1 2024-03-01 21:14:08,161 INFO program/MainThread: stderr[15]: 2024-03-01 21:14:08,161 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:14:08,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:08,169 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 21:14:08,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:08,176 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 21:14:08,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6hXaSW-93OB-nXHR-nWBK-PL15-WwcY-UTS02t ; incomplete: False ; hidden: False ; 2024-03-01 21:14:08,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:14:08,182 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:14:08,185 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 21:14:08,186 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:14:08,189 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 21:14:08,193 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 21:14:08,193 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:14:08,196 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:14:08,197 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 21:14:08,197 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:14:08,201 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 2 ; 2024-03-01 21:14:08,204 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 21:14:08,204 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:14:08,208 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 21:14:08,211 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 21:14:08,211 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:14:08,215 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:14:08,215 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 21:14:08,216 DEBUG blivet/MainThread: Adding test_vg1-lv1_snapset1/308 MiB to test_vg1 2024-03-01 21:14:08,216 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv1_snapset1 (id 58) to device tree 2024-03-01 21:14:08,219 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 21:14:08,219 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:14:08,222 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:14:08,223 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 21:14:08,226 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-akBM7z9XdmzBv3dQkOvjDnOTKrubqyaI6hXaSW93OBnXHRnWBKPL15WwcYUTS02t ' '/dev/mapper/test_vg1-lv1_snapset1 ' '/dev/disk/by-uuid/aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 ' '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/test_vg1/lv1_snapset1', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-akBM7z9XdmzBv3dQkOvjDnOTKrubqyaI6hXaSW93OBnXHRnWBKPL15WwcYUTS02t', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'aa2e05de-9ab5-4dfc-8eeb-f5b37758d574', 'ID_FS_UUID_ENC': 'aa2e05de-9ab5-4dfc-8eeb-f5b37758d574', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1157117486'} ; 2024-03-01 21:14:08,227 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:14:08,227 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:14:08,231 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:14:08,231 INFO program/MainThread: stderr[16]: 2024-03-01 21:14:08,232 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:14:08,232 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:14:08,235 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:14:08,235 INFO program/MainThread: stderr[17]: 2024-03-01 21:14:08,236 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:14:08,236 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:14:08,239 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:14:08,239 INFO program/MainThread: stderr[18]: 2024-03-01 21:14:08,239 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:14:08,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:08,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 2024-03-01 21:14:08,250 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:08,251 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:08,251 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:08,252 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:08,247 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fecd8e4b390) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 6hXaSW-93OB-nXHR-nWBK-PL15-WwcY-UTS02t size = 308 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 308 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fecd9f2f9b0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (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 = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:14:08,253 INFO program/MainThread: Running [19] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:14:08,256 INFO program/MainThread: stdout[19]: LVM 2024-03-01 21:14:08,256 INFO program/MainThread: stderr[19]: 2024-03-01 21:14:08,256 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:14:08,261 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 21:14:08,264 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:14:08,265 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:14:08,268 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:14:08,268 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:14:08,272 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:08,272 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:14:08,276 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:08,276 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:14:08,276 INFO blivet/MainThread: type detected on 'test_vg1-lv1_snapset1' is 'xfs' 2024-03-01 21:14:08,279 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:08,279 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:14:08,283 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: xfs ; current: None ; 2024-03-01 21:14:08,283 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:14:08,283 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:14:08,287 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:14:08,287 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:14:08,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:14:08,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:08,298 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:14:08,298 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:14:08,298 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:14:08,298 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:14:08,301 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:14:08,305 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:14:08,305 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:14:08,308 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:14:08,309 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:14:08,309 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:14:08,309 INFO blivet/MainThread: got device: DiskDevice instance (0x7fecd8e712b0) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:14:08,313 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:14:08,313 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:14:08,316 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:14:08,316 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:14:08,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:14:08,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:08,326 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:14:08,327 INFO blivet/MainThread: sde is a disk 2024-03-01 21:14:08,327 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 78 2024-03-01 21:14:08,327 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 79 2024-03-01 21:14:08,330 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:14:08,333 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:14:08,334 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:14:08,337 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:14:08,337 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:14:08,338 INFO blivet/MainThread: added disk sde (id 77) to device tree 2024-03-01 21:14:08,338 INFO blivet/MainThread: got device: DiskDevice instance (0x7fecd8e60f60) -- name = sde status = True id = 77 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:14:08,341 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:14:08,341 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:14:08,344 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:14:08,344 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:14:08,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:14:08,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:08,355 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:14:08,355 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:14:08,356 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:14:08,356 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 21:14:08,359 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:14:08,362 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:14:08,362 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:14:08,365 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:14:08,366 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:14:08,366 INFO blivet/MainThread: added disk sdf (id 82) to device tree 2024-03-01 21:14:08,366 INFO blivet/MainThread: got device: DiskDevice instance (0x7fecd8e71f60) -- name = sdf status = True id = 82 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:14:08,370 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:14:08,370 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:14:08,373 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:14:08,373 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:14:08,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:14:08,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:08,383 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:14:08,384 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:14:08,384 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:14:08,384 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:14:08,387 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:14:08,391 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:14:08,391 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:14:08,394 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:14:08,394 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:14:08,395 INFO blivet/MainThread: added disk sdg (id 87) to device tree 2024-03-01 21:14:08,395 INFO blivet/MainThread: got device: DiskDevice instance (0x7fecd8e74588) -- name = sdg status = True id = 87 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:14:08,398 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:14:08,398 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:14:08,402 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:14:08,402 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:14:08,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:14:08,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:08,412 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:14:08,413 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:14:08,413 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:14:08,413 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 94 2024-03-01 21:14:08,416 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:14:08,419 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:14:08,419 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:14:08,422 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:14:08,423 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:14:08,423 INFO blivet/MainThread: added disk sdh (id 92) to device tree 2024-03-01 21:14:08,423 INFO blivet/MainThread: got device: DiskDevice instance (0x7fecd8e71a90) -- name = sdh status = True id = 92 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:14:08,427 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:14:08,427 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:14:08,430 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:14:08,430 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:14:08,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:14:08,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:08,441 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:14:08,441 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:14:08,441 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:14:08,441 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 99 2024-03-01 21:14:08,444 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:14:08,448 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:14:08,448 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:14:08,451 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:14:08,452 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:14:08,452 INFO blivet/MainThread: added disk sdi (id 97) to device tree 2024-03-01 21:14:08,452 INFO blivet/MainThread: got device: DiskDevice instance (0x7fecd8e79470) -- name = sdi status = True id = 97 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:14:08,455 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:14:08,455 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:14:08,459 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:14:08,459 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:14:08,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:14:08,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:08,469 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:14:08,470 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:14:08,470 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:14:08,470 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 104 2024-03-01 21:14:08,473 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:14:08,476 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:14:08,477 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:14:08,480 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:14:08,480 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:14:08,481 INFO blivet/MainThread: added disk sdj (id 102) to device tree 2024-03-01 21:14:08,481 INFO blivet/MainThread: got device: DiskDevice instance (0x7fecd8e799b0) -- name = sdj status = True id = 102 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:14:08,484 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:14:08,484 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:14:08,487 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': '22216935'} ; 2024-03-01 21:14:08,487 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:14:08,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:14:08,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:08,497 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:14:08,498 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:14:08,498 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:14:08,498 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:14:08,498 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 108 2024-03-01 21:14:08,498 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:14:08,501 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:14:08,504 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:14:08,505 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:14:08,508 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:14:08,508 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:14:08,508 INFO blivet/MainThread: added disk xvda (id 107) to device tree 2024-03-01 21:14:08,508 INFO blivet/MainThread: got device: DiskDevice instance (0x7fecd8e80358) -- name = xvda status = True id = 107 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:14:08,512 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:14:08,515 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:14:08,515 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 111 2024-03-01 21:14:08,518 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:14:08,518 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 112 2024-03-01 21:14:08,522 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:08,522 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 113 2024-03-01 21:14:08,525 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:08,525 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:14:08,528 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:14:08,531 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:08,535 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:14:08,542 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 0x7fecd8e6b688> 2024-03-01 21:14:11,650 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 115 2024-03-01 21:14:11,655 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:14:11,655 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:14:11,659 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': '22221140'} ; 2024-03-01 21:14:11,659 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:14:11,659 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:14:11,663 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:11,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:11,669 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:14:11,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:11,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:11,675 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:11,690 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:11,707 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:14:11,710 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (107) with existing msdos disklabel 2024-03-01 21:14:11,711 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 118 2024-03-01 21:14:11,714 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:14:11,714 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:14:11,717 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:14:11,721 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:14:11,721 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:14:11,724 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:14:11,725 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:14:11,725 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:14:11,728 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:14:11,731 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:14:11,734 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:14:11,737 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:14:11,740 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:14:11,741 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:14:11,741 INFO blivet/MainThread: added partition xvda1 (id 117) to device tree 2024-03-01 21:14:11,742 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:14:11,741 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fecd8e82160) -- name = xvda1 status = True id = 117 children = [] parents = ['existing 250 GiB disk xvda (107) 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 0x7fecd8e63b48> disk = existing 250 GiB disk xvda (107) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:14:11,745 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:14:11,749 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:14:11,749 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 121 2024-03-01 21:14:11,752 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:14:11,752 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 122 2024-03-01 21:14:11,756 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:11,756 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 123 2024-03-01 21:14:11,760 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:11,760 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 124 2024-03-01 21:14:11,760 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:14:11,763 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:11,763 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 125 2024-03-01 21:14:11,766 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:14:11,766 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:14:11,769 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-akBM7z9XdmzBv3dQkOvjDnOTKrubqyaI9C1tqVEoW4IVnPZtXePukxgu71U25iNi ' '/dev/test_vg1/lv1 /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-akBM7z9XdmzBv3dQkOvjDnOTKrubqyaI9C1tqVEoW4IVnPZtXePukxgu71U25iNi', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'aa2e05de-9ab5-4dfc-8eeb-f5b37758d574', 'ID_FS_UUID_ENC': 'aa2e05de-9ab5-4dfc-8eeb-f5b37758d574', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1151833607'} ; 2024-03-01 21:14:11,769 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:14:11,770 INFO program/MainThread: Running [20] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:14:11,774 INFO program/MainThread: stdout[20]: LVM 2024-03-01 21:14:11,774 INFO program/MainThread: stderr[20]: 2024-03-01 21:14:11,774 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:14:11,775 INFO program/MainThread: Running [21] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:14:11,778 INFO program/MainThread: stdout[21]: LVM 2024-03-01 21:14:11,778 INFO program/MainThread: stderr[21]: 2024-03-01 21:14:11,778 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:14:11,779 INFO program/MainThread: Running [22] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:14:11,782 INFO program/MainThread: stdout[22]: LVM 2024-03-01 21:14:11,782 INFO program/MainThread: stderr[22]: 2024-03-01 21:14:11,782 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:14:11,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:11,790 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 21:14:11,793 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:11,794 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:11,794 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:11,795 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:11,790 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fecd8e54588) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7fecd9f2f9b0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:11,796 INFO program/MainThread: Running [23] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:14:11,799 INFO program/MainThread: stdout[23]: LVM 2024-03-01 21:14:11,799 INFO program/MainThread: stderr[23]: 2024-03-01 21:14:11,799 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:14:11,803 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:14:11,803 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:14:11,807 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1-real ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1-real', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-akBM7z9XdmzBv3dQkOvjDnOTKrubqyaI9C1tqVEoW4IVnPZtXePukxgu71U25iNi-real', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1157099496'} ; 2024-03-01 21:14:11,807 INFO blivet/MainThread: scanning test_vg1-lv1-real (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:14:11,807 INFO program/MainThread: Running [24] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:14:11,810 INFO program/MainThread: stdout[24]: LVM 2024-03-01 21:14:11,811 INFO program/MainThread: stderr[24]: 2024-03-01 21:14:11,811 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:14:11,811 INFO program/MainThread: Running [25] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:14:11,814 INFO program/MainThread: stdout[25]: LVM 2024-03-01 21:14:11,814 INFO program/MainThread: stderr[25]: 2024-03-01 21:14:11,814 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:14:11,814 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:14:11,818 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:14:11,818 INFO program/MainThread: stderr[26]: 2024-03-01 21:14:11,818 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:14:11,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 21:14:11,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:11,826 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:14:11,829 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:14:11,830 INFO program/MainThread: stderr[27]: 2024-03-01 21:14:11,830 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:14:11,830 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:14:11,833 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:14:11,833 INFO program/MainThread: stderr[28]: 2024-03-01 21:14:11,833 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:14:11,833 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:14:11,837 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:14:11,837 INFO program/MainThread: stderr[29]: 2024-03-01 21:14:11,837 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:14:11,841 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1-real ; 2024-03-01 21:14:11,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 21:14:11,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:11,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:14:11,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:14:11,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:14:11,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:14:11,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:11,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:11,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 21:14:11,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:11,885 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1-real 2024-03-01 21:14:11,888 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1_snapset1-cow', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-akBM7z9XdmzBv3dQkOvjDnOTKrubqyaI6hXaSW93OBnXHRnWBKPL15WwcYUTS02t-cow', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1157105056'} ; 2024-03-01 21:14:11,888 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1-cow (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:14:11,888 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:14:11,893 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:14:11,893 INFO program/MainThread: stderr[30]: 2024-03-01 21:14:11,893 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:14:11,893 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:14:11,896 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:14:11,897 INFO program/MainThread: stderr[31]: 2024-03-01 21:14:11,897 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:14:11,897 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:14:11,900 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:14:11,900 INFO program/MainThread: stderr[32]: 2024-03-01 21:14:11,900 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:14:11,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 21:14:11,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:11,909 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:14:11,912 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:14:11,912 INFO program/MainThread: stderr[33]: 2024-03-01 21:14:11,912 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:14:11,912 INFO program/MainThread: Running [34] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:14:11,915 INFO program/MainThread: stdout[34]: LVM 2024-03-01 21:14:11,916 INFO program/MainThread: stderr[34]: 2024-03-01 21:14:11,916 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:14:11,916 INFO program/MainThread: Running [35] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:14:11,919 INFO program/MainThread: stdout[35]: LVM 2024-03-01 21:14:11,919 INFO program/MainThread: stderr[35]: 2024-03-01 21:14:11,919 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:14:11,923 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1_snapset1-cow ; 2024-03-01 21:14:11,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 21:14:11,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:11,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:14:11,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:14:11,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:11,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:11,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 21:14:11,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:11,949 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1_snapset1-cow 2024-03-01 21:14:11,952 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/test_vg1/lv1_snapset1 /dev/mapper/test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-akBM7z9XdmzBv3dQkOvjDnOTKrubqyaI6hXaSW93OBnXHRnWBKPL15WwcYUTS02t ' '/dev/disk/by-uuid/aa2e05de-9ab5-4dfc-8eeb-f5b37758d574', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-akBM7z9XdmzBv3dQkOvjDnOTKrubqyaI6hXaSW93OBnXHRnWBKPL15WwcYUTS02t', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'aa2e05de-9ab5-4dfc-8eeb-f5b37758d574', 'ID_FS_UUID_ENC': 'aa2e05de-9ab5-4dfc-8eeb-f5b37758d574', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1157117486'} ; 2024-03-01 21:14:11,953 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:14:11,953 INFO program/MainThread: Running [36] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:14:11,957 INFO program/MainThread: stdout[36]: LVM 2024-03-01 21:14:11,957 INFO program/MainThread: stderr[36]: 2024-03-01 21:14:11,957 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:14:11,957 INFO program/MainThread: Running [37] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:14:11,961 INFO program/MainThread: stdout[37]: LVM 2024-03-01 21:14:11,961 INFO program/MainThread: stderr[37]: 2024-03-01 21:14:11,961 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:14:11,961 INFO program/MainThread: Running [38] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:14:11,964 INFO program/MainThread: stdout[38]: LVM 2024-03-01 21:14:11,965 INFO program/MainThread: stderr[38]: 2024-03-01 21:14:11,965 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:14:11,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:11,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs filesystem 2024-03-01 21:14:11,975 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:11,976 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:11,976 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:11,977 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:11,972 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fecd8e4b390) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 6hXaSW-93OB-nXHR-nWBK-PL15-WwcY-UTS02t size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 308 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fecd9f2f9b0) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:14:11,978 INFO program/MainThread: Running [39] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:14:11,981 INFO program/MainThread: stdout[39]: LVM 2024-03-01 21:14:11,981 INFO program/MainThread: stderr[39]: 2024-03-01 21:14:11,981 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:14:11,985 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 21:14:11,985 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1_snapset1, bailing 2024-03-01 21:14:11,986 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:12,000 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:12,014 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:14:12,015 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:14:12,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:14:12,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:12,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:14:12,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:12,028 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:14:12,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:14:12,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:12,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:14:12,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:12,039 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:14:12,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:14:12,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:12,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:14:12,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:12,051 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:14:12,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:14:12,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:12,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:14:12,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:12,062 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:14:12,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:14:12,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:12,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:14:12,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:12,074 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:14:12,076 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:14:12,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:12,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:14:12,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:12,085 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:14:17,126 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_sc9y3xlv/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:14:17,163 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:17,164 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:14:17,167 INFO program/MainThread: stdout[2]: 2024-03-01 21:14:17,167 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 21:14:17,168 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:14:17,168 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:14:17,173 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:17,173 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:14:17,177 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:17,177 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:14:17,180 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:17,180 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:14:17,183 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:17,183 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:14:17,193 INFO program/MainThread: stdout: 2024-03-01 21:14:17,193 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:14:17,193 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member TPZGuy-LAKE-pspr-oicU-jODu-xI5J-5yhI6N 2024-03-01 21:14:17,193 INFO program/MainThread: `-test_vg1-lv1-real 1606418432 root disk brw-rw---- 2024-03-01 21:14:17,193 INFO program/MainThread: |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 2024-03-01 21:14:17,193 INFO program/MainThread: `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 2024-03-01 21:14:17,193 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC 2024-03-01 21:14:17,193 INFO program/MainThread: |-test_vg1-lv1-real 1606418432 root disk brw-rw---- 2024-03-01 21:14:17,193 INFO program/MainThread: | |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 2024-03-01 21:14:17,194 INFO program/MainThread: | `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 2024-03-01 21:14:17,194 INFO program/MainThread: `-test_vg1-lv1_snapset1-cow 322961408 root disk brw-rw---- 2024-03-01 21:14:17,194 INFO program/MainThread: `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 2024-03-01 21:14:17,194 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo 2024-03-01 21:14:17,194 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:14:17,194 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:14:17,194 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:14:17,194 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:14:17,194 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:14:17,194 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:14:17,194 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:14:17,194 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:14:17,194 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:14:17,194 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:14:17,194 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:14:17,194 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:17,194 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member TPZGuy-LAKE-pspr-oicU-jODu-xI5J-5yhI6N `-test_vg1-lv1-real 1606418432 root disk brw-rw---- |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 sdb 1073741824 root disk brw-rw---- LVM2_member gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC |-test_vg1-lv1-real 1606418432 root disk brw-rw---- | |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 | `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 `-test_vg1-lv1_snapset1-cow 322961408 root disk brw-rw---- `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 sdc 1073741824 root disk brw-rw---- LVM2_member icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo 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 21:14:17,194 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:14:17,194 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:14:17,195 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:14:17,195 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:14:17,195 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:14:17,195 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:14:17,195 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:17,207 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:17,220 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1', 'test_vg1-lv1-real', 'test_vg1-lv1_snapset1-cow', 'test_vg1-lv1_snapset1'] 2024-03-01 21:14:17,224 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/lvm-pv-uuid-TPZGuy-LAKE-pspr-oicU-jODu-xI5J-5yhI6N', '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': 'TPZGuy-LAKE-pspr-oicU-jODu-xI5J-5yhI6N', 'ID_FS_UUID_ENC': 'TPZGuy-LAKE-pspr-oicU-jODu-xI5J-5yhI6N', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:14:17,225 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:14:17,225 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 21:14:17,260 INFO program/MainThread: stdout[3]: 2024-03-01 21:14:17,260 INFO program/MainThread: stderr[3]: 2024-03-01 21:14:17,260 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:14:17,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:17,274 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:14:17,278 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:14:17,279 INFO blivet/MainThread: sda is a disk 2024-03-01 21:14:17,279 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:14:17,279 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:14:17,283 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:14:17,286 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:14:17,286 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:14:17,289 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:14:17,289 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:14:17,290 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:14:17,290 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c1cd48be0) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:14:17,294 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:14:17,297 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:14:17,297 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:14:17,300 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:14:17,300 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:14:17,304 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:17,304 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:14:17,307 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:17,307 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:14:17,310 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:14:17,310 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:14:17,310 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 21:14:17,344 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=TPZGuy-LAKE-pspr-oicU-jODu-xI5J-5yhI6N LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 21:14:17,344 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC. WARNING: Couldn't find device with uuid icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo. WARNING: VG test_vg1 is missing PV gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 21:14:17,344 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:14:17,345 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:14:17,349 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: TPZGuy-LAKE-pspr-oicU-jODu-xI5J-5yhI6N ; label: None ; device: /dev/sda ; serial: 36001405f47a7bfa33fe400b9c731d3ba ; exists: True ; vg_name: test_vg1 ; vg_uuid: akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI ; pe_start: 8 MiB ; 2024-03-01 21:14:17,350 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:14:17,353 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:14:17,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI ; incomplete: True ; hidden: False ; 2024-03-01 21:14:17,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:14:17,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,364 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:17,365 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 21:14:17,393 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 21:14:17,393 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC. WARNING: Couldn't find device with uuid icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo. WARNING: VG test_vg1 is missing PV gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 21:14:17,393 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:14:17,393 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:14:17,394 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:14:17,399 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:14:17,403 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:14:17,403 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:14:17,406 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:14:17,407 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 21:14:17,435 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=6hXaSW-93OB-nXHR-nWBK-PL15-WwcY-UTS02t LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:14:17,435 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC. WARNING: Couldn't find device with uuid icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo. WARNING: VG test_vg1 is missing PV gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 21:14:17,435 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:14:17,440 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:14:17,441 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:14:17,444 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:14:17,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI ; incomplete: True ; hidden: False ; 2024-03-01 21:14:17,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:14:17,450 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:14:17,450 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:14:17,454 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/lvm-pv-uuid-gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1', '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': 'gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC', 'ID_FS_UUID_ENC': 'gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:14:17,454 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:14:17,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:17,463 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:14:17,464 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:14:17,464 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:14:17,464 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:14:17,467 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:14:17,470 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:14:17,471 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:14:17,474 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:14:17,474 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:14:17,474 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:14:17,474 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c1c501e80) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:14:17,478 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:14:17,481 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:14:17,481 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:14:17,485 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:14:17,485 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:14:17,488 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:17,488 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:14:17,491 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:17,491 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:14:17,494 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:14:17,494 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:14:17,494 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 21:14:17,524 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=TPZGuy-LAKE-pspr-oicU-jODu-xI5J-5yhI6N LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 21:14:17,524 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo. WARNING: VG test_vg1 is missing PV icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo (last written to /dev/sdc). 2024-03-01 21:14:17,524 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:14:17,525 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:14:17,529 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC ; label: None ; device: /dev/sdb ; serial: 36001405b7caaf3a7f7140988224d62c1 ; exists: True ; vg_name: test_vg1 ; vg_uuid: akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI ; pe_start: 8 MiB ; free: 192 MiB ; 2024-03-01 21:14:17,529 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:14:17,532 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:14:17,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI ; incomplete: True ; hidden: False ; 2024-03-01 21:14:17,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:14:17,541 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:14:17,544 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:14:17,547 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:14:17,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI ; incomplete: True ; hidden: False ; 2024-03-01 21:14:17,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:17,554 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 21:14:17,584 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=6hXaSW-93OB-nXHR-nWBK-PL15-WwcY-UTS02t LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:14:17,584 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo. WARNING: VG test_vg1 is missing PV icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo (last written to /dev/sdc). 2024-03-01 21:14:17,584 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:14:17,585 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:14:17,585 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:14:17,589 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:14:17,590 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:14:17,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:17,599 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:14:17,600 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:14:17,600 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:14:17,600 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:14:17,603 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:14:17,606 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:14:17,607 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:14:17,610 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:14:17,610 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:14:17,611 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:14:17,611 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c1c475748) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:14:17,614 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:14:17,614 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:14:17,617 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:14:17,618 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:14:17,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:17,627 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:14:17,628 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:14:17,628 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:14:17,628 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:14:17,631 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:14:17,634 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:14:17,634 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:14:17,637 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:14:17,638 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:14:17,638 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:14:17,638 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c1c47e860) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:14:17,641 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:14:17,641 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:14:17,644 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/lvm-pv-uuid-icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867', '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': 'icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo', 'ID_FS_UUID_ENC': 'icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:14:17,645 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:14:17,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:17,654 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:14:17,655 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:14:17,655 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:14:17,655 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:14:17,658 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:14:17,661 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:14:17,661 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:14:17,664 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:14:17,664 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:14:17,665 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:14:17,665 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c1c47e128) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:14:17,668 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:14:17,671 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:14:17,671 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:14:17,675 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:14:17,675 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:14:17,678 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:17,678 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:14:17,681 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:17,681 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:14:17,684 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:14:17,684 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:14:17,684 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 21:14:17,712 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=TPZGuy-LAKE-pspr-oicU-jODu-xI5J-5yhI6N LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=gFBQUQ-MHL3-MapQ-IHCC-xQaX-a9ig-k6ffiC LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 21:14:17,712 INFO program/MainThread: stderr[9]: 2024-03-01 21:14:17,712 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:14:17,713 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:14:17,717 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: icmJTW-e8Fp-pEQb-61FT-chcv-zOrd-WZBxwo ; label: None ; device: /dev/sdc ; serial: 3600140507600ad0486d49968c7af7867 ; exists: True ; vg_name: test_vg1 ; vg_uuid: akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:14:17,717 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:14:17,720 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:14:17,723 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI ; incomplete: True ; hidden: False ; 2024-03-01 21:14:17,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:17,729 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:14:17,732 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:14:17,735 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:14:17,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI ; incomplete: True ; hidden: False ; 2024-03-01 21:14:17,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:17,742 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 21:14:17,775 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=6hXaSW-93OB-nXHR-nWBK-PL15-WwcY-UTS02t LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:14:17,775 INFO program/MainThread: stderr[10]: 2024-03-01 21:14:17,775 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:14:17,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:17,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:14:17,789 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:14:17,793 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:14:17,793 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:14:17,796 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:14:17,800 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:14:17,800 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:14:17,804 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 21:14:17,804 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:14:17,804 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:14:17,808 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:14:17,812 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:14:17,812 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:14:17,815 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:14:17,819 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:14:17,819 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:14:17,822 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 21:14:17,823 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:14:17,823 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 21:14:17,823 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:14:17,826 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:14:17,826 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:14:17,830 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 21:14:17,830 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:14:17,834 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-akBM7z9XdmzBv3dQkOvjDnOTKrubqyaI9C1tqVEoW4IVnPZtXePukxgu71U25iNi ' '/dev/disk/by-uuid/aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 ' '/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-akBM7z9XdmzBv3dQkOvjDnOTKrubqyaI9C1tqVEoW4IVnPZtXePukxgu71U25iNi', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'aa2e05de-9ab5-4dfc-8eeb-f5b37758d574', 'ID_FS_UUID_ENC': 'aa2e05de-9ab5-4dfc-8eeb-f5b37758d574', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1151833607'} ; 2024-03-01 21:14:17,834 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:14:17,834 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:14:17,839 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:14:17,839 INFO program/MainThread: stderr[11]: 2024-03-01 21:14:17,839 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:14:17,839 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:14:17,843 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:14:17,843 INFO program/MainThread: stderr[12]: 2024-03-01 21:14:17,843 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:14:17,843 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:14:17,846 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:14:17,847 INFO program/MainThread: stderr[13]: 2024-03-01 21:14:17,847 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:14:17,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:14:17,857 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:17,858 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:14:17,858 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:17,859 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:14:17,854 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- 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 = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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 21:14:17,859 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:14:17,863 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:14:17,863 INFO program/MainThread: stderr[14]: 2024-03-01 21:14:17,863 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:14:17,867 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:14:17,871 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:14:17,871 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:14:17,875 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:14:17,875 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:14:17,878 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:17,878 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:14:17,881 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:17,882 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:14:17,883 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:14:17,884 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:14:17,887 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:17,887 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:14:17,890 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:14:17,891 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:14:17,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:17,897 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv1_snapset1' 2024-03-01 21:14:17,897 INFO program/MainThread: Running [15] lvm lvs --noheadings -o origin test_vg1/lv1_snapset1 --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 21:14:17,927 INFO program/MainThread: stdout[15]: lv1 2024-03-01 21:14:17,927 INFO program/MainThread: stderr[15]: 2024-03-01 21:14:17,927 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:14:17,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,935 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 21:14:17,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,942 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 21:14:17,945 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6hXaSW-93OB-nXHR-nWBK-PL15-WwcY-UTS02t ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:14:17,948 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:14:17,951 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 21:14:17,951 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:14:17,955 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 21:14:17,958 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 21:14:17,958 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:14:17,962 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:14:17,962 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 21:14:17,963 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:14:17,966 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 2 ; 2024-03-01 21:14:17,969 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 21:14:17,970 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:14:17,973 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 21:14:17,976 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 21:14:17,976 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:14:17,980 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:14:17,980 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 21:14:17,981 DEBUG blivet/MainThread: Adding test_vg1-lv1_snapset1/308 MiB to test_vg1 2024-03-01 21:14:17,981 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv1_snapset1 (id 58) to device tree 2024-03-01 21:14:17,984 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 21:14:17,984 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:14:17,987 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:14:17,988 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 21:14:17,991 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-akBM7z9XdmzBv3dQkOvjDnOTKrubqyaI6hXaSW93OBnXHRnWBKPL15WwcYUTS02t ' '/dev/mapper/test_vg1-lv1_snapset1 /dev/test_vg1/lv1_snapset1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/disk/by-uuid/aa2e05de-9ab5-4dfc-8eeb-f5b37758d574', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-akBM7z9XdmzBv3dQkOvjDnOTKrubqyaI6hXaSW93OBnXHRnWBKPL15WwcYUTS02t', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'aa2e05de-9ab5-4dfc-8eeb-f5b37758d574', 'ID_FS_UUID_ENC': 'aa2e05de-9ab5-4dfc-8eeb-f5b37758d574', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1157117486'} ; 2024-03-01 21:14:17,991 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:14:17,992 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:14:17,996 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:14:17,996 INFO program/MainThread: stderr[16]: 2024-03-01 21:14:17,996 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:14:17,996 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:14:18,000 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:14:18,000 INFO program/MainThread: stderr[17]: 2024-03-01 21:14:18,000 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:14:18,000 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:14:18,004 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:14:18,004 INFO program/MainThread: stderr[18]: 2024-03-01 21:14:18,004 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:14:18,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:18,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 2024-03-01 21:14:18,015 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:18,016 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:18,016 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:18,017 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:18,012 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8c1c475828) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 6hXaSW-93OB-nXHR-nWBK-PL15-WwcY-UTS02t size = 308 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 308 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (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 = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:14:18,017 INFO program/MainThread: Running [19] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:14:18,021 INFO program/MainThread: stdout[19]: LVM 2024-03-01 21:14:18,021 INFO program/MainThread: stderr[19]: 2024-03-01 21:14:18,021 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:14:18,025 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 21:14:18,029 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:14:18,029 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:14:18,033 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:14:18,033 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:14:18,036 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:18,036 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:14:18,040 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:18,040 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:14:18,040 INFO blivet/MainThread: type detected on 'test_vg1-lv1_snapset1' is 'xfs' 2024-03-01 21:14:18,043 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:18,043 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:14:18,047 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: xfs ; current: None ; 2024-03-01 21:14:18,047 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:14:18,047 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:14:18,051 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:14:18,051 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:14:18,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:14:18,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:18,061 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:14:18,062 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:14:18,062 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:14:18,062 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:14:18,065 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:14:18,068 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:14:18,068 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:14:18,071 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:14:18,072 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:14:18,072 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:14:18,072 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c1c49b358) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:14:18,076 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:14:18,076 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:14:18,079 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:14:18,079 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:14:18,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:14:18,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:18,089 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:14:18,090 INFO blivet/MainThread: sde is a disk 2024-03-01 21:14:18,090 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 78 2024-03-01 21:14:18,090 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 79 2024-03-01 21:14:18,093 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:14:18,096 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:14:18,096 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:14:18,099 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:14:18,100 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:14:18,100 INFO blivet/MainThread: added disk sde (id 77) to device tree 2024-03-01 21:14:18,100 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c1c491fd0) -- name = sde status = True id = 77 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:14:18,103 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:14:18,103 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:14:18,106 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:14:18,107 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:14:18,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:14:18,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:18,117 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:14:18,117 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:14:18,118 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:14:18,118 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 21:14:18,121 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:14:18,124 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:14:18,124 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:14:18,127 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:14:18,127 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:14:18,128 INFO blivet/MainThread: added disk sdf (id 82) to device tree 2024-03-01 21:14:18,128 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c1c49bc88) -- name = sdf status = True id = 82 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:14:18,131 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:14:18,131 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:14:18,134 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:14:18,134 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:14:18,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:14:18,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:18,144 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:14:18,145 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:14:18,145 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:14:18,145 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:14:18,148 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:14:18,151 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:14:18,151 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:14:18,154 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:14:18,155 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:14:18,155 INFO blivet/MainThread: added disk sdg (id 87) to device tree 2024-03-01 21:14:18,155 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c1c4a2630) -- name = sdg status = True id = 87 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:14:18,158 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:14:18,159 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:14:18,162 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:14:18,162 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:14:18,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:14:18,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:18,172 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:14:18,173 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:14:18,173 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:14:18,173 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 94 2024-03-01 21:14:18,176 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:14:18,179 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:14:18,179 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:14:18,182 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:14:18,182 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:14:18,183 INFO blivet/MainThread: added disk sdh (id 92) to device tree 2024-03-01 21:14:18,183 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c1c4a2be0) -- name = sdh status = True id = 92 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:14:18,186 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:14:18,186 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:14:18,189 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:14:18,190 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:14:18,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:14:18,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:18,200 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:14:18,200 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:14:18,200 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:14:18,200 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 99 2024-03-01 21:14:18,203 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:14:18,206 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:14:18,207 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:14:18,210 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:14:18,210 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:14:18,211 INFO blivet/MainThread: added disk sdi (id 97) to device tree 2024-03-01 21:14:18,211 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c1c4a3518) -- name = sdi status = True id = 97 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:14:18,214 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:14:18,214 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:14:18,217 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:14:18,217 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:14:18,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:14:18,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:18,227 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:14:18,228 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:14:18,228 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:14:18,228 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 104 2024-03-01 21:14:18,231 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:14:18,234 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:14:18,235 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:14:18,238 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:14:18,238 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:14:18,238 INFO blivet/MainThread: added disk sdj (id 102) to device tree 2024-03-01 21:14:18,238 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c1c4a3438) -- name = sdj status = True id = 102 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:14:18,242 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:14:18,242 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:14:18,245 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': '22216935'} ; 2024-03-01 21:14:18,245 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:14:18,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:14:18,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:18,255 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:14:18,255 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:14:18,255 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:14:18,255 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:14:18,255 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 108 2024-03-01 21:14:18,255 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:14:18,258 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:14:18,262 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:14:18,262 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:14:18,265 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:14:18,265 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:14:18,266 INFO blivet/MainThread: added disk xvda (id 107) to device tree 2024-03-01 21:14:18,266 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8c1c4a9400) -- name = xvda status = True id = 107 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:14:18,269 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:14:18,272 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:14:18,272 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 111 2024-03-01 21:14:18,275 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:14:18,275 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 112 2024-03-01 21:14:18,279 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:18,279 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 113 2024-03-01 21:14:18,282 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:18,282 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:14:18,285 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:14:18,288 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:18,291 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:14:18,298 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 0x7f8c1cdef108> 2024-03-01 21:14:21,442 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 115 2024-03-01 21:14:21,447 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:14:21,447 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:14:21,451 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': '22221140'} ; 2024-03-01 21:14:21,451 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:14:21,451 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:14:21,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:21,461 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:14:21,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,467 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:21,467 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:21,481 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:21,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (107) with existing msdos disklabel 2024-03-01 21:14:21,502 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 118 2024-03-01 21:14:21,505 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:14:21,505 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:14:21,508 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:14:21,512 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:14:21,512 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:14:21,515 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:14:21,515 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:14:21,515 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:14:21,518 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:14:21,521 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:14:21,524 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:14:21,527 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:14:21,530 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:14:21,531 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:14:21,531 INFO blivet/MainThread: added partition xvda1 (id 117) to device tree 2024-03-01 21:14:21,532 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:14:21,531 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f8c1c4ac160) -- name = xvda1 status = True id = 117 children = [] parents = ['existing 250 GiB disk xvda (107) 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 0x7f8c1c48db48> disk = existing 250 GiB disk xvda (107) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:14:21,535 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:14:21,538 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:14:21,538 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 121 2024-03-01 21:14:21,541 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:14:21,542 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 122 2024-03-01 21:14:21,545 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:21,545 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 123 2024-03-01 21:14:21,549 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:21,549 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 124 2024-03-01 21:14:21,549 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:14:21,552 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:21,552 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 125 2024-03-01 21:14:21,555 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:14:21,555 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:14:21,558 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-akBM7z9XdmzBv3dQkOvjDnOTKrubqyaI9C1tqVEoW4IVnPZtXePukxgu71U25iNi ' '/dev/mapper/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-akBM7z9XdmzBv3dQkOvjDnOTKrubqyaI9C1tqVEoW4IVnPZtXePukxgu71U25iNi', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'aa2e05de-9ab5-4dfc-8eeb-f5b37758d574', 'ID_FS_UUID_ENC': 'aa2e05de-9ab5-4dfc-8eeb-f5b37758d574', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1151833607'} ; 2024-03-01 21:14:21,558 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:14:21,558 INFO program/MainThread: Running [20] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:14:21,563 INFO program/MainThread: stdout[20]: LVM 2024-03-01 21:14:21,563 INFO program/MainThread: stderr[20]: 2024-03-01 21:14:21,563 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:14:21,563 INFO program/MainThread: Running [21] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:14:21,567 INFO program/MainThread: stdout[21]: LVM 2024-03-01 21:14:21,567 INFO program/MainThread: stderr[21]: 2024-03-01 21:14:21,567 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:14:21,567 INFO program/MainThread: Running [22] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:14:21,571 INFO program/MainThread: stdout[22]: LVM 2024-03-01 21:14:21,571 INFO program/MainThread: stderr[22]: 2024-03-01 21:14:21,571 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:14:21,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,578 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 21:14:21,581 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,582 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,582 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,583 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,578 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:21,584 INFO program/MainThread: Running [23] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:14:21,587 INFO program/MainThread: stdout[23]: LVM 2024-03-01 21:14:21,587 INFO program/MainThread: stderr[23]: 2024-03-01 21:14:21,587 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:14:21,591 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:14:21,592 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:14:21,595 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1-real ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1-real', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-akBM7z9XdmzBv3dQkOvjDnOTKrubqyaI9C1tqVEoW4IVnPZtXePukxgu71U25iNi-real', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1157099496'} ; 2024-03-01 21:14:21,595 INFO blivet/MainThread: scanning test_vg1-lv1-real (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:14:21,595 INFO program/MainThread: Running [24] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:14:21,599 INFO program/MainThread: stdout[24]: LVM 2024-03-01 21:14:21,599 INFO program/MainThread: stderr[24]: 2024-03-01 21:14:21,599 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:14:21,599 INFO program/MainThread: Running [25] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:14:21,602 INFO program/MainThread: stdout[25]: LVM 2024-03-01 21:14:21,603 INFO program/MainThread: stderr[25]: 2024-03-01 21:14:21,603 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:14:21,603 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:14:21,606 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:14:21,606 INFO program/MainThread: stderr[26]: 2024-03-01 21:14:21,606 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:14:21,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,614 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:21,614 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:14:21,618 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:14:21,618 INFO program/MainThread: stderr[27]: 2024-03-01 21:14:21,618 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:14:21,618 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:14:21,621 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:14:21,622 INFO program/MainThread: stderr[28]: 2024-03-01 21:14:21,622 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:14:21,622 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:14:21,625 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:14:21,625 INFO program/MainThread: stderr[29]: 2024-03-01 21:14:21,625 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:14:21,629 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1-real ; 2024-03-01 21:14:21,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 21:14:21,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:21,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:14:21,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:14:21,664 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:21,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:21,673 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1-real 2024-03-01 21:14:21,676 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1_snapset1-cow', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-akBM7z9XdmzBv3dQkOvjDnOTKrubqyaI6hXaSW93OBnXHRnWBKPL15WwcYUTS02t-cow', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1157105056'} ; 2024-03-01 21:14:21,676 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1-cow (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:14:21,676 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:14:21,681 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:14:21,681 INFO program/MainThread: stderr[30]: 2024-03-01 21:14:21,681 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:14:21,681 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:14:21,685 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:14:21,685 INFO program/MainThread: stderr[31]: 2024-03-01 21:14:21,685 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:14:21,685 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:14:21,688 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:14:21,689 INFO program/MainThread: stderr[32]: 2024-03-01 21:14:21,689 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:14:21,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:21,696 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:14:21,700 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:14:21,700 INFO program/MainThread: stderr[33]: 2024-03-01 21:14:21,700 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:14:21,700 INFO program/MainThread: Running [34] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:14:21,704 INFO program/MainThread: stdout[34]: LVM 2024-03-01 21:14:21,704 INFO program/MainThread: stderr[34]: 2024-03-01 21:14:21,704 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:14:21,704 INFO program/MainThread: Running [35] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:14:21,707 INFO program/MainThread: stdout[35]: LVM 2024-03-01 21:14:21,707 INFO program/MainThread: stderr[35]: 2024-03-01 21:14:21,707 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:14:21,711 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1_snapset1-cow ; 2024-03-01 21:14:21,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 21:14:21,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:21,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:14:21,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:21,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:21,736 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1_snapset1-cow 2024-03-01 21:14:21,739 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/aa2e05de-9ab5-4dfc-8eeb-f5b37758d574 ' '/dev/test_vg1/lv1_snapset1 /dev/mapper/test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-akBM7z9XdmzBv3dQkOvjDnOTKrubqyaI6hXaSW93OBnXHRnWBKPL15WwcYUTS02t', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-akBM7z9XdmzBv3dQkOvjDnOTKrubqyaI6hXaSW93OBnXHRnWBKPL15WwcYUTS02t', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'aa2e05de-9ab5-4dfc-8eeb-f5b37758d574', 'ID_FS_UUID_ENC': 'aa2e05de-9ab5-4dfc-8eeb-f5b37758d574', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1157117486'} ; 2024-03-01 21:14:21,739 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:14:21,740 INFO program/MainThread: Running [36] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:14:21,743 INFO program/MainThread: stdout[36]: LVM 2024-03-01 21:14:21,744 INFO program/MainThread: stderr[36]: 2024-03-01 21:14:21,744 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:14:21,744 INFO program/MainThread: Running [37] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:14:21,747 INFO program/MainThread: stdout[37]: LVM 2024-03-01 21:14:21,747 INFO program/MainThread: stderr[37]: 2024-03-01 21:14:21,747 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:14:21,748 INFO program/MainThread: Running [38] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:14:21,751 INFO program/MainThread: stdout[38]: LVM 2024-03-01 21:14:21,751 INFO program/MainThread: stderr[38]: 2024-03-01 21:14:21,751 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:14:21,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs filesystem 2024-03-01 21:14:21,761 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,762 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,763 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,764 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,759 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8c1c475828) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 6hXaSW-93OB-nXHR-nWBK-PL15-WwcY-UTS02t size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 308 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:14:21,764 INFO program/MainThread: Running [39] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:14:21,768 INFO program/MainThread: stdout[39]: LVM 2024-03-01 21:14:21,768 INFO program/MainThread: stderr[39]: 2024-03-01 21:14:21,768 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:14:21,772 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 21:14:21,772 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1_snapset1, bailing 2024-03-01 21:14:21,772 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:21,785 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:21,799 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:14:21,800 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:14:21,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:21,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:21,813 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:14:21,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:21,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:21,824 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:14:21,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:21,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:21,835 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:14:21,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:21,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:21,845 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:14:21,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:21,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:21,857 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:14:21,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:21,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:21,868 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:14:21,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:21,874 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 21:14:21,874 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:21,874 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:21,875 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:21,875 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:21,875 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:21,876 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:21,876 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:21,876 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:21,877 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:21,877 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:21,878 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:21,878 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:14:21,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:14:21,884 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:14:21,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:14:21,889 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:14:21,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 21:14:21,894 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:14:21,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:21,900 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 21:14:21,900 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:14:21,903 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,903 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,904 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,905 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,900 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:21,907 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,908 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,908 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,909 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,905 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:21,912 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,913 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,913 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,914 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,910 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:21,916 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,917 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,917 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,918 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,914 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:21,921 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,921 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,922 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,922 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,919 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:21,925 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,926 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,926 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,927 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,923 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:21,929 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,930 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,931 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,931 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,927 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:21,934 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,935 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,935 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,936 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,932 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:21,938 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,939 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,939 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,940 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,936 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:21,943 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,943 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,944 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,944 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,941 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:21,947 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,948 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,948 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,949 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,945 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:21,951 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,952 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,953 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,953 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,949 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:21,956 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,957 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,957 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,958 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,954 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:21,960 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,961 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,961 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,962 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,958 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:21,965 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,965 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,966 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,966 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,963 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:21,969 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,970 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,970 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,971 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,967 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:21,974 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,974 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,975 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,975 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,971 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:21,978 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,979 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,979 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,980 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,976 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:21,983 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,983 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,984 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,984 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,980 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:21,987 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,988 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,988 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,989 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,985 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:21,992 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,992 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,993 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,993 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,989 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:21,996 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,997 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,997 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:21,998 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,994 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:22,001 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:22,001 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:22,002 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:22,002 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:21,998 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:22,005 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:22,006 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:22,006 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:22,007 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:22,003 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:22,010 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:22,010 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:22,011 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:22,011 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:22,007 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:22,014 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:22,015 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:22,015 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:22,016 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:22,012 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:22,018 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:22,019 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:22,020 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:22,020 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:22,016 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:22,023 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:22,024 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:22,024 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:22,025 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:22,021 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:22,027 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:22,028 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:22,029 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:22,029 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:22,025 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:22,032 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:22,033 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:22,033 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:22,034 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:22,030 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:22,036 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:22,037 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:22,037 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:22,038 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:22,034 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:22,041 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:22,042 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:22,042 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:14:22,043 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:14:22,039 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8c1c47e630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9C1tqV-EoW4-IVnP-ZtXe-Pukx-gu71-U25iNi 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 (0x7f8c1cd589e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = akBM7z-9Xdm-zBv3-dQkO-vjDn-OTKr-ubqyaI size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:14:22,043 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 21:14:22,046 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 21:14:22,047 DEBUG blivet/MainThread: checking if sda depends on test_vg1-lv1 2024-03-01 21:14:22,047 DEBUG blivet/MainThread: checking if test_vg1 depends on test_vg1-lv1 2024-03-01 21:14:22,047 DEBUG blivet/MainThread: checking if sdb depends on test_vg1-lv1 2024-03-01 21:14:22,047 DEBUG blivet/MainThread: checking if sdk depends on test_vg1-lv1 2024-03-01 21:14:22,047 DEBUG blivet/MainThread: checking if sdl depends on test_vg1-lv1 2024-03-01 21:14:22,047 DEBUG blivet/MainThread: checking if sdc depends on test_vg1-lv1 2024-03-01 21:14:22,047 DEBUG blivet/MainThread: checking if test_vg1-lv1 depends on test_vg1-lv1 2024-03-01 21:14:22,047 DEBUG blivet/MainThread: checking if test_vg1-lv1_snapset1 depends on test_vg1-lv1 2024-03-01 21:14:22,047 DEBUG blivet/MainThread: checking if sdd depends on test_vg1-lv1 2024-03-01 21:14:22,047 DEBUG blivet/MainThread: checking if sde depends on test_vg1-lv1 2024-03-01 21:14:22,047 DEBUG blivet/MainThread: checking if sdf depends on test_vg1-lv1 2024-03-01 21:14:22,047 DEBUG blivet/MainThread: checking if sdg depends on test_vg1-lv1 2024-03-01 21:14:22,047 DEBUG blivet/MainThread: checking if sdh depends on test_vg1-lv1 2024-03-01 21:14:22,048 DEBUG blivet/MainThread: checking if sdi depends on test_vg1-lv1 2024-03-01 21:14:22,048 DEBUG blivet/MainThread: checking if sdj depends on test_vg1-lv1 2024-03-01 21:14:22,048 DEBUG blivet/MainThread: checking if xvda depends on test_vg1-lv1 2024-03-01 21:14:22,048 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg1-lv1 2024-03-01 21:14:22,048 DEBUG blivet/MainThread: devices to remove: ['test_vg1-lv1_snapset1'] 2024-03-01 21:14:22,048 DEBUG blivet/MainThread: leaves to remove: ['test_vg1-lv1_snapset1'] 2024-03-01 21:14:22,048 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 21:14:22,052 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: xfs ; 2024-03-01 21:14:22,052 INFO blivet/MainThread: registered action: [127] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 21:14:22,053 INFO program/MainThread: Running [40] dmsetup --version ... 2024-03-01 21:14:22,057 INFO program/MainThread: stdout[40]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:14:22,058 INFO program/MainThread: stderr[40]: 2024-03-01 21:14:22,058 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:14:22,063 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 2 ; 2024-03-01 21:14:22,063 INFO blivet/MainThread: removed lvmsnapshot test_vg1-lv1_snapset1 (id 58) from device tree 2024-03-01 21:14:22,063 INFO blivet/MainThread: registered action: [129] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 21:14:22,063 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 21:14:22,067 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 21:14:22,067 INFO blivet/MainThread: registered action: [130] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:14:22,070 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:14:22,070 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 21:14:22,070 INFO blivet/MainThread: registered action: [132] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:14:22,070 DEBUG blivet.ansible/MainThread: ['sdb', 'sdc', 'sda', 'test_vg1'] 2024-03-01 21:14:22,070 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 21:14:22,073 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 21:14:22,074 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:14:22,077 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:14:22,080 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:14:22,083 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:14:22,083 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 21:14:22,083 INFO blivet/MainThread: registered action: [133] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:14:22,083 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 21:14:22,083 DEBUG blivet/MainThread: removing sdb 2024-03-01 21:14:22,085 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 21:14:22,086 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:14:22,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 135 2024-03-01 21:14:22,089 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 21:14:22,089 INFO blivet/MainThread: registered action: [134] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:14:22,089 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 21:14:22,089 DEBUG blivet/MainThread: removing sdc 2024-03-01 21:14:22,091 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 21:14:22,092 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:14:22,092 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 137 2024-03-01 21:14:22,095 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 21:14:22,095 INFO blivet/MainThread: registered action: [136] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:14:22,095 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 21:14:22,095 DEBUG blivet/MainThread: removing sda 2024-03-01 21:14:22,097 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 21:14:22,098 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:14:22,098 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 139 2024-03-01 21:14:22,101 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 21:14:22,101 INFO blivet/MainThread: registered action: [138] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:14:22,102 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:22,116 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:22,129 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:22,143 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:22,160 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1_snapset1 ; type: xfs ; status: False ; 2024-03-01 21:14:22,160 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:22,172 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:22,188 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:14:22,189 DEBUG blivet/MainThread: action: [127] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 21:14:22,189 DEBUG blivet/MainThread: action: [129] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 21:14:22,189 DEBUG blivet/MainThread: action: [130] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:14:22,189 DEBUG blivet/MainThread: action: [132] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:14:22,189 DEBUG blivet/MainThread: action: [133] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:14:22,189 DEBUG blivet/MainThread: action: [134] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:14:22,189 DEBUG blivet/MainThread: action: [136] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:14:22,189 DEBUG blivet/MainThread: action: [138] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:14:22,189 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:14:22,190 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:14:22,193 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:14:22,195 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:14:22,198 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:14:22,199 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:14:22,201 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:14:22,201 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 0x7f8c1c44e4c0> 2024-03-01 21:14:22,202 INFO blivet/MainThread: sorting actions... 2024-03-01 21:14:22,203 DEBUG blivet/MainThread: action: [127] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 21:14:22,203 DEBUG blivet/MainThread: action: [129] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 21:14:22,204 DEBUG blivet/MainThread: action: [130] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:14:22,204 DEBUG blivet/MainThread: action: [132] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:14:22,204 DEBUG blivet/MainThread: action: [133] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:14:22,204 DEBUG blivet/MainThread: action: [138] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:14:22,204 DEBUG blivet/MainThread: action: [136] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:14:22,204 DEBUG blivet/MainThread: action: [134] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:14:22,204 INFO blivet/MainThread: executing action: [127] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 21:14:22,207 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1_snapset1 ; type: xfs ; status: False ; 2024-03-01 21:14:22,208 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1_snapset1 2024-03-01 21:14:22,218 INFO program/MainThread: stdout: 2024-03-01 21:14:22,218 INFO program/MainThread: /dev/mapper/test_vg1-lv1_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:14:22,218 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:22,219 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:22,237 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:22,237 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:22,248 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:22,248 INFO blivet/MainThread: executing action: [129] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 21:14:22,253 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 21:14:22,256 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:14:22,259 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:14:22,262 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 21:14:22,265 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:14:22,267 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 21:14:22,270 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:14:22,273 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 21:14:22,276 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 21:14:22,277 INFO program/MainThread: Running [41] lvm lvremove --yes --force test_vg1/lv1_snapset1 --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 21:14:22,400 INFO program/MainThread: stdout[41]: Logical volume "lv1_snapset1" successfully removed. 2024-03-01 21:14:22,400 INFO program/MainThread: stderr[41]: 2024-03-01 21:14:22,400 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:14:22,401 INFO blivet/MainThread: executing action: [130] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:14:22,409 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:14:22,415 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:14:22,416 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 21:14:22,438 INFO program/MainThread: stdout: 2024-03-01 21:14:22,439 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:14:22,439 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:22,439 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:22,462 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:22,462 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:22,473 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:22,473 INFO blivet/MainThread: executing action: [132] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:14:22,478 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 21:14:22,481 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:14:22,484 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:14:22,488 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 21:14:22,491 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:14:22,491 INFO program/MainThread: Running [42] 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 21:14:22,525 INFO program/MainThread: stdout[42]: 2024-03-01 21:14:22,525 INFO program/MainThread: stderr[42]: 2024-03-01 21:14:22,525 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:14:22,529 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:14:22,532 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:14:22,535 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:14:22,538 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:14:22,541 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:14:22,544 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:14:22,547 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:14:22,550 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 21:14:22,550 INFO program/MainThread: Running [43] 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 21:14:22,591 INFO program/MainThread: stdout[43]: Logical volume "lv1" successfully removed. 2024-03-01 21:14:22,591 INFO program/MainThread: stderr[43]: 2024-03-01 21:14:22,591 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:14:22,592 INFO blivet/MainThread: executing action: [133] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:14:22,599 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 21:14:22,607 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 21:14:22,612 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:14:22,621 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:14:22,626 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:14:22,630 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:14:22,636 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:14:22,641 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:14:22,644 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:14:22,647 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 21:14:22,647 INFO program/MainThread: Running [44] 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 21:14:22,685 INFO program/MainThread: stdout[44]: Volume group "test_vg1" is already consistent. 2024-03-01 21:14:22,685 INFO program/MainThread: stderr[44]: 2024-03-01 21:14:22,685 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:14:22,685 INFO program/MainThread: Running [45] 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 21:14:22,725 INFO program/MainThread: stdout[45]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 21:14:22,725 INFO program/MainThread: stderr[45]: 2024-03-01 21:14:22,725 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:14:22,725 INFO program/MainThread: Running [46] 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 21:14:22,770 INFO program/MainThread: stdout[46]: Volume group "test_vg1" successfully removed 2024-03-01 21:14:22,771 INFO program/MainThread: stderr[46]: 2024-03-01 21:14:22,771 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:14:22,772 INFO blivet/MainThread: executing action: [138] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:14:22,779 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:14:22,784 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:14:22,790 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:14:22,790 INFO program/MainThread: Running [47] lvm pvremove --force --force --yes /dev/sda --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 21:14:22,834 INFO program/MainThread: stdout[47]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 21:14:22,834 INFO program/MainThread: stderr[47]: 2024-03-01 21:14:22,834 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:14:22,834 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 21:14:22,835 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:22,868 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:22,868 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:22,882 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:22,882 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:22,898 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:22,898 INFO blivet/MainThread: executing action: [136] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:14:22,903 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:14:22,905 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:14:22,908 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:14:22,908 INFO program/MainThread: Running [48] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:14:22,936 INFO program/MainThread: stdout[48]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 21:14:22,937 INFO program/MainThread: stderr[48]: 2024-03-01 21:14:22,937 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:14:22,937 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 21:14:22,937 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:22,972 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:22,973 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:22,986 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:22,986 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:23,004 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:23,004 INFO blivet/MainThread: executing action: [134] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:14:23,009 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:14:23,011 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:14:23,014 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:14:23,014 INFO program/MainThread: Running [49] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:14:23,043 INFO program/MainThread: stdout[49]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 21:14:23,043 INFO program/MainThread: stderr[49]: 2024-03-01 21:14:23,044 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:14:23,044 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 21:14:23,044 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:23,076 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:23,076 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:23,092 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:23,092 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:23,106 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:23,112 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:14:23,112 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 0x7f8c1c44e780> 2024-03-01 21:14:36,036 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_i6794ud6/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:14:41,080 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_wp01_cy5/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:14:48,854 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_oet1a632/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:14:48,890 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:48,891 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:14:48,895 INFO program/MainThread: stdout[2]: 2024-03-01 21:14:48,895 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 21:14:48,895 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:14:48,895 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:14:48,900 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:48,900 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:14:48,904 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:48,904 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:14:48,907 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:48,907 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:14:48,910 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:48,910 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:14:48,918 INFO program/MainThread: stdout: 2024-03-01 21:14:48,918 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:14:48,918 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:14:48,918 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:14:48,918 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:14:48,918 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:14:48,919 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:14:48,919 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:14:48,919 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:14:48,919 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:14:48,919 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:14:48,919 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:14:48,919 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:14:48,919 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:14:48,919 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:14:48,919 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:14:48,919 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:48,919 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 21:14:48,919 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:14:48,919 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:14:48,920 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:14:48,920 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:14:48,920 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:14:48,920 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:14:48,920 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:48,937 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:48,948 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:14:48,953 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:14:48,953 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:14:48,954 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 21:14:48,988 INFO program/MainThread: stdout[3]: 2024-03-01 21:14:48,988 INFO program/MainThread: stderr[3]: 2024-03-01 21:14:48,988 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:14:48,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:14:48,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:49,001 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:14:49,006 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:14:49,007 INFO blivet/MainThread: sda is a disk 2024-03-01 21:14:49,007 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:14:49,007 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:14:49,010 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:14:49,014 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:14:49,014 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:14:49,017 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:14:49,017 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:14:49,018 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:14:49,018 INFO blivet/MainThread: got device: DiskDevice instance (0x7f568d7316d8) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:14:49,022 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:14:49,022 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:14:49,025 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:14:49,025 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:14:49,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:14:49,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:49,035 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:14:49,035 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:14:49,035 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:14:49,035 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:14:49,038 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:14:49,041 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:14:49,042 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:14:49,045 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:14:49,045 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:14:49,045 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:14:49,045 INFO blivet/MainThread: got device: DiskDevice instance (0x7f568d672e10) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:14:49,049 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:14:49,049 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:14:49,052 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:14:49,052 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:14:49,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:14:49,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:49,062 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:14:49,062 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:14:49,062 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:14:49,062 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:14:49,065 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:14:49,069 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:14:49,069 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:14:49,072 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:14:49,072 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:14:49,072 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:14:49,073 INFO blivet/MainThread: got device: DiskDevice instance (0x7f568d672f60) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:14:49,076 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:14:49,076 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:14:49,079 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:14:49,079 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:14:49,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:14:49,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:49,089 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:14:49,089 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:14:49,089 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:14:49,089 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:14:49,092 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:14:49,095 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:14:49,096 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:14:49,099 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:14:49,099 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:14:49,100 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:14:49,100 INFO blivet/MainThread: got device: DiskDevice instance (0x7f568c625f98) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:14:49,103 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:14:49,103 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:14:49,106 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:14:49,106 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:14:49,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:14:49,112 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:49,116 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:14:49,117 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:14:49,117 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:14:49,117 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:14:49,120 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:14:49,123 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:14:49,123 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:14:49,126 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:14:49,126 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:14:49,127 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:14:49,127 INFO blivet/MainThread: got device: DiskDevice instance (0x7f568d672fd0) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:14:49,130 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:14:49,130 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:14:49,133 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:14:49,133 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:14:49,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:14:49,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:49,143 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:14:49,143 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:14:49,143 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:14:49,144 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:14:49,147 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:14:49,150 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:14:49,150 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:14:49,153 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:14:49,153 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:14:49,154 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:14:49,154 INFO blivet/MainThread: got device: DiskDevice instance (0x7f568c623e10) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:14:49,157 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:14:49,157 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:14:49,160 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:14:49,160 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:14:49,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:14:49,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:49,170 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:14:49,170 INFO blivet/MainThread: sde is a disk 2024-03-01 21:14:49,171 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:14:49,171 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:14:49,174 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:14:49,177 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:14:49,177 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:14:49,180 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:14:49,180 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:14:49,181 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:14:49,181 INFO blivet/MainThread: got device: DiskDevice instance (0x7f568c6384a8) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:14:49,184 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:14:49,184 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:14:49,187 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:14:49,187 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:14:49,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:14:49,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:49,198 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:14:49,198 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:14:49,198 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:14:49,198 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:14:49,201 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:14:49,204 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:14:49,205 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:14:49,208 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:14:49,208 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:14:49,208 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:14:49,208 INFO blivet/MainThread: got device: DiskDevice instance (0x7f568c623940) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:14:49,212 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:14:49,212 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:14:49,215 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:14:49,215 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:14:49,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:14:49,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:49,225 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:14:49,225 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:14:49,225 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:14:49,225 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:14:49,228 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:14:49,231 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:14:49,232 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:14:49,235 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:14:49,235 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:14:49,235 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:14:49,235 INFO blivet/MainThread: got device: DiskDevice instance (0x7f568c635390) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:14:49,239 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:14:49,239 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:14:49,242 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:14:49,242 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:14:49,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:14:49,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:49,252 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:14:49,253 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:14:49,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:14:49,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:14:49,256 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:14:49,259 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:14:49,259 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:14:49,262 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:14:49,262 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:14:49,263 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:14:49,263 INFO blivet/MainThread: got device: DiskDevice instance (0x7f568c6236d8) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:14:49,266 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:14:49,266 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:14:49,269 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:14:49,269 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:14:49,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:14:49,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:49,279 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:14:49,280 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:14:49,280 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:14:49,280 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:14:49,283 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:14:49,286 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:14:49,286 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:14:49,289 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:14:49,290 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:14:49,290 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:14:49,290 INFO blivet/MainThread: got device: DiskDevice instance (0x7f568c642278) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:14:49,293 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:14:49,293 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:14:49,297 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:14:49,297 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:14:49,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:14:49,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:49,306 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:14:49,307 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:14:49,307 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:14:49,307 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:14:49,310 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:14:49,313 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:14:49,313 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:14:49,316 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:14:49,317 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:14:49,317 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:14:49,317 INFO blivet/MainThread: got device: DiskDevice instance (0x7f568c642400) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:14:49,320 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:14:49,320 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:14:49,323 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': '22216935'} ; 2024-03-01 21:14:49,323 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:14:49,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:14:49,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:49,333 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:14:49,333 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:14:49,333 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:14:49,333 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:14:49,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:14:49,334 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:14:49,337 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:14:49,340 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:14:49,340 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:14:49,343 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:14:49,343 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:14:49,343 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:14:49,344 INFO blivet/MainThread: got device: DiskDevice instance (0x7f568c6491d0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:14:49,347 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:14:49,350 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:14:49,350 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:14:49,354 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:14:49,354 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:14:49,357 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:49,357 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:14:49,361 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:49,361 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:14:49,364 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:14:49,367 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:49,371 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:14:49,375 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 0x7f568c633788> 2024-03-01 21:14:52,533 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:14:52,537 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:14:52,538 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:14:52,542 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': '22221140'} ; 2024-03-01 21:14:52,542 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:14:52,542 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:14:52,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:52,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:52,551 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:14:52,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:52,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:52,557 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:52,572 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:52,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:14:52,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:14:52,591 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:14:52,595 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:14:52,595 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:14:52,598 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:14:52,602 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:14:52,602 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:14:52,605 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:14:52,605 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:14:52,605 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:14:52,608 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:14:52,612 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:14:52,615 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:14:52,617 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:14:52,621 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:14:52,621 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:14:52,621 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:14:52,622 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:14:52,621 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f568d9f9160) -- 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 0x7f568c6590f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:14:52,625 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:14:52,629 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:14:52,629 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:14:52,632 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:14:52,632 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:14:52,635 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:52,635 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:14:52,638 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:52,639 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:14:52,640 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:14:52,641 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:14:52,644 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:52,644 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:14:52,647 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:14:52,647 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:14:52,648 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:52,659 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:52,671 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:14:52,672 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:14:52,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:14:52,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:52,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:14:52,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:52,684 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:14:52,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:14:52,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:52,692 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:14:52,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:52,695 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:14:52,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:14:52,701 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:52,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:14:52,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:52,706 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:14:52,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:14:52,712 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:52,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:14:52,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:52,717 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:14:52,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:14:52,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:52,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:14:52,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:52,728 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:14:52,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:14:52,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:52,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:14:52,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:52,739 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:14:52,739 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:14:57,754 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_wr7nzw1x/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:14:57,791 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:57,791 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:14:57,795 INFO program/MainThread: stdout[2]: 2024-03-01 21:14:57,795 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 21:14:57,795 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:14:57,795 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:14:57,800 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:57,800 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:14:57,804 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:57,804 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:14:57,807 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:57,807 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:14:57,810 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:57,810 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:14:57,818 INFO program/MainThread: stdout: 2024-03-01 21:14:57,818 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:14:57,818 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:14:57,819 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:14:57,819 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:14:57,819 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:14:57,819 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:14:57,819 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:14:57,819 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:14:57,819 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:14:57,819 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:14:57,819 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:14:57,819 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:14:57,819 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:14:57,819 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:14:57,819 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:14:57,819 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:57,819 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 21:14:57,819 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:14:57,819 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:14:57,820 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:14:57,820 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:14:57,820 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:14:57,820 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:14:57,820 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:57,832 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:57,843 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:14:57,848 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:14:57,848 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:14:57,849 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 21:14:57,878 INFO program/MainThread: stdout[3]: 2024-03-01 21:14:57,878 INFO program/MainThread: stderr[3]: 2024-03-01 21:14:57,878 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:14:57,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:14:57,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:57,891 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:14:57,896 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:14:57,896 INFO blivet/MainThread: sda is a disk 2024-03-01 21:14:57,897 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:14:57,897 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:14:57,900 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:14:57,903 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:14:57,904 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:14:57,907 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:14:57,907 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:14:57,908 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:14:57,908 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6de397cf60) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:14:57,911 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:14:57,912 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:14:57,915 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:14:57,915 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:14:57,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:14:57,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:57,925 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:14:57,925 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:14:57,925 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:14:57,925 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:14:57,928 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:14:57,931 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:14:57,932 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:14:57,935 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:14:57,935 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:14:57,935 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:14:57,936 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6de38bde80) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:14:57,939 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:14:57,939 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:14:57,942 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:14:57,942 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:14:57,945 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:14:57,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:57,952 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:14:57,952 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:14:57,952 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:14:57,953 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:14:57,955 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:14:57,959 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:14:57,959 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:14:57,962 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:14:57,962 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:14:57,963 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:14:57,963 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6de38bdfd0) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:14:57,966 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:14:57,966 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:14:57,969 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:14:57,969 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:14:57,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:14:57,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:57,979 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:14:57,980 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:14:57,980 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:14:57,980 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:14:57,983 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:14:57,986 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:14:57,986 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:14:57,990 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:14:57,990 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:14:57,990 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:14:57,990 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6de2870eb8) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:14:57,994 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:14:57,994 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:14:57,997 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:14:57,997 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:14:58,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:14:58,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:58,007 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:14:58,007 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:14:58,007 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:14:58,007 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:14:58,011 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:14:58,014 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:14:58,014 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:14:58,017 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:14:58,017 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:14:58,018 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:14:58,018 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6de38bdf98) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:14:58,021 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:14:58,021 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:14:58,024 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:14:58,025 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:14:58,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:14:58,030 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:58,034 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:14:58,035 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:14:58,035 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:14:58,035 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:14:58,038 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:14:58,041 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:14:58,041 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:14:58,045 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:14:58,045 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:14:58,045 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:14:58,045 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6de286ee80) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:14:58,049 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:14:58,049 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:14:58,052 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:14:58,052 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:14:58,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:14:58,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:58,062 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:14:58,062 INFO blivet/MainThread: sde is a disk 2024-03-01 21:14:58,062 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:14:58,063 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:14:58,066 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:14:58,069 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:14:58,069 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:14:58,072 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:14:58,072 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:14:58,073 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:14:58,073 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6de2883518) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:14:58,076 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:14:58,076 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:14:58,079 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:14:58,079 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:14:58,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:14:58,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:58,089 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:14:58,090 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:14:58,090 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:14:58,090 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:14:58,093 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:14:58,096 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:14:58,096 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:14:58,099 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:14:58,100 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:14:58,100 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:14:58,100 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6de286ecf8) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:14:58,104 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:14:58,104 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:14:58,107 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:14:58,107 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:14:58,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:14:58,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:58,117 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:14:58,117 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:14:58,118 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:14:58,118 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:14:58,121 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:14:58,124 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:14:58,124 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:14:58,127 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:14:58,128 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:14:58,128 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:14:58,128 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6de2873400) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:14:58,131 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:14:58,132 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:14:58,135 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:14:58,135 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:14:58,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:14:58,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:58,145 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:14:58,145 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:14:58,145 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:14:58,146 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:14:58,149 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:14:58,152 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:14:58,152 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:14:58,155 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:14:58,155 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:14:58,156 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:14:58,156 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6de286e4e0) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:14:58,159 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:14:58,159 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:14:58,162 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:14:58,162 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:14:58,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:14:58,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:58,172 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:14:58,173 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:14:58,173 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:14:58,173 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:14:58,176 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:14:58,179 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:14:58,180 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:14:58,183 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:14:58,183 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:14:58,183 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:14:58,184 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6de288d2e8) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:14:58,187 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:14:58,187 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:14:58,190 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:14:58,190 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:14:58,194 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:14:58,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:58,200 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:14:58,201 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:14:58,201 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:14:58,201 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:14:58,204 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:14:58,207 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:14:58,207 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:14:58,210 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:14:58,211 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:14:58,211 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:14:58,211 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6de288d470) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:14:58,214 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:14:58,214 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:14:58,217 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': '22216935'} ; 2024-03-01 21:14:58,218 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:14:58,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:14:58,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:58,227 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:14:58,227 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:14:58,227 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:14:58,227 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:14:58,228 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:14:58,228 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:14:58,231 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:14:58,234 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:14:58,234 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:14:58,237 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:14:58,238 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:14:58,238 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:14:58,238 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6de2894240) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:14:58,241 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:14:58,245 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:14:58,245 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:14:58,248 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:14:58,248 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:14:58,252 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:58,252 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:14:58,255 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:58,255 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:14:58,258 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:14:58,261 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:58,265 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:14:58,269 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 0x7f6de287e788> 2024-03-01 21:15:01,357 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:15:01,362 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:15:01,362 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:15:01,366 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': '22221140'} ; 2024-03-01 21:15:01,366 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:15:01,366 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:15:01,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:01,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:01,375 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:15:01,378 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:01,381 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:01,381 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:01,396 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:01,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:15:01,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:15:01,415 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:15:01,419 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:15:01,419 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:15:01,422 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:15:01,426 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:15:01,426 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:15:01,429 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:15:01,430 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:15:01,430 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:15:01,433 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:15:01,436 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:15:01,439 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:15:01,442 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:15:01,445 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:15:01,446 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:15:01,446 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:15:01,446 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:15:01,446 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f6de286e358) -- 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 0x7f6de28a40f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:15:01,450 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:15:01,453 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:01,453 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:15:01,457 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:01,457 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:15:01,460 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:01,460 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:15:01,464 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:01,464 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:15:01,465 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:15:01,465 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:15:01,469 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:01,469 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:15:01,472 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:15:01,472 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:01,473 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:01,487 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:01,499 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:15:01,500 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:15:01,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:15:01,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:01,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:15:01,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:01,513 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:15:01,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:15:01,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:01,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:15:01,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:01,524 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:15:01,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:15:01,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:01,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:15:01,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:01,535 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:15:01,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:15:01,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:01,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:15:01,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:01,546 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:15:01,549 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:15:01,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:01,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:15:01,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:01,557 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:15:01,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:15:01,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:01,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:15:01,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:01,568 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:15:01,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:01,574 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:01,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:01,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:01,579 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 21:15:01,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:15:01,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 21:15:01,585 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:15:01,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:15:01,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 21:15:01,590 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:15:01,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:15:01,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 21:15:01,596 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:15:01,599 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:15:01,599 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 21:15:01,600 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:15:01,603 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:15:01,603 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:15:01,606 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:15:01,606 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:15:01,609 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:15:01,610 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 21:15:01,610 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:15:01,613 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:15:01,613 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:15:01,616 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:15:01,616 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:15:01,619 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:15:01,619 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 21:15:01,619 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:15:01,622 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:15:01,622 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:15:01,625 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:15:01,625 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:15:01,626 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:15:01,630 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:15:01,634 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:15:01,638 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:15:01,641 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:15:01,645 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:15:01,648 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:15:01,649 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:15:01,652 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:15:01,653 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 21:15:01,653 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:15:01,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:01,660 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:01,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:01,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:01,665 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 21:15:01,666 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:15:01,667 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:15:01,667 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -99.73890339425589 2024-03-01 21:15:01,667 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:15:01,668 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:15:01,671 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:01,671 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 21:15:01,673 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:01,674 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 21:15:01,678 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:15:01,681 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:15:01,682 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:15:01,685 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:15:01,688 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:15:01,691 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:15:01,695 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 21:15:01,695 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:15:01,696 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:15:01,696 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 21:15:01,696 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 21:15:01,701 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:15:01,701 INFO program/MainThread: stderr[4]: 2024-03-01 21:15:01,701 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:15:01,702 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 21:15:01,702 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:15:01,702 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:15:01,707 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 21:15:01,707 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:15:01,708 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:15:01,708 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:15:01,708 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:15:01,708 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:15:01,708 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:15:01,708 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:15:01,708 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:15:01,708 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:15:01,708 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:15:01,708 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:15:01,708 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:15:01,711 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:15:01,714 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:15:01,717 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:15:01,717 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:15:01,720 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:15:01,720 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 0x7f6de27d7eb8> 2024-03-01 21:15:01,721 INFO blivet/MainThread: sorting actions... 2024-03-01 21:15:01,722 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:15:01,722 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:15:01,722 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:15:01,722 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:15:01,723 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:15:01,723 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:15:01,723 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:15:01,723 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:15:01,723 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:15:01,723 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:15:01,726 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:01,729 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 21:15:01,729 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 21:15:01,735 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:01,736 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:01,769 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:01,769 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:01,783 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:01,783 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:15:01,788 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:01,790 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 21:15:01,791 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 21:15:01,797 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:01,797 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:01,829 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:01,829 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:01,841 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:01,841 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:15:01,846 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:01,848 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 21:15:01,849 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 21:15:01,856 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:01,857 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:01,888 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:01,888 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:01,903 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:01,904 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:15:01,908 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:15:01,911 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:15:01,914 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:15:01,914 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:15:01,914 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 21:15:01,949 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 21:15:01,949 INFO program/MainThread: stderr[5]: 2024-03-01 21:15:01,949 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:15:01,950 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:01,968 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:01,972 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:15:01,973 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:15:01,974 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 21:15:01,985 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:01,986 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:02,009 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:02,009 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:15:02,014 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:15:02,017 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:15:02,020 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:15:02,020 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:15:02,020 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 21:15:02,059 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdb" successfully created. 2024-03-01 21:15:02,059 INFO program/MainThread: stderr[6]: 2024-03-01 21:15:02,060 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:15:02,060 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:02,079 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:02,083 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:15:02,084 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:15:02,085 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 21:15:02,096 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:02,097 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:02,122 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:02,122 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:15:02,126 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:15:02,129 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:15:02,133 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:15:02,133 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:15:02,133 INFO program/MainThread: Running [7] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:15:02,168 INFO program/MainThread: stdout[7]: Physical volume "/dev/sda" successfully created. 2024-03-01 21:15:02,168 INFO program/MainThread: stderr[7]: 2024-03-01 21:15:02,168 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:15:02,168 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:02,189 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:02,193 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:15:02,193 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:15:02,195 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 21:15:02,206 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:02,206 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:02,233 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:02,233 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:15:02,237 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 21:15:02,240 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:15:02,243 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:15:02,246 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:15:02,249 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:15:02,252 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:15:02,255 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:15:02,258 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:15:02,261 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 21:15:02,261 INFO program/MainThread: Running [8] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --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 21:15:02,322 INFO program/MainThread: stdout[8]: Volume group "test_vg1" successfully created 2024-03-01 21:15:02,322 INFO program/MainThread: stderr[8]: 2024-03-01 21:15:02,322 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:15:02,331 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:15:02,340 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:15:02,347 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:15:02,352 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:15:02,366 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:15:02,370 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:15:02,375 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:15:02,378 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:15:02,379 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:02,391 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:02,395 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:15:02,399 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:15:02,399 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:02,411 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:02,411 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 21:15:02,421 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:02,421 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:02,432 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:02,432 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:15:02,436 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 21:15:02,439 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 21:15:02,443 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:15:02,446 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:15:02,449 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:15:02,453 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:15:02,456 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:15:02,459 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:15:02,463 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:15:02,466 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:15:02,466 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:02,479 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:02,484 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:15:02,484 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/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:02,515 INFO program/MainThread: stdout[9]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:15:02,515 INFO program/MainThread: stderr[9]: 2024-03-01 21:15:02,515 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:15:02,520 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 21:15:02,520 INFO program/MainThread: Running [10] lvm lvcreate -n lv1 -L 1568768K -y --type linear 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 21:15:02,613 INFO program/MainThread: stdout[10]: Logical volume "lv1" created. 2024-03-01 21:15:02,613 INFO program/MainThread: stderr[10]: 2024-03-01 21:15:02,613 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:15:02,621 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:15:02,627 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:15:02,628 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:15:02,628 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:02,661 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:02,666 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 21:15:02,667 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:15:02,667 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:15:02,678 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:02,679 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:02,698 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:02,698 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:15:02,702 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:15:02,705 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:15:02,708 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 21:15:02,709 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 21:15:02,748 INFO program/MainThread: stdout: 2024-03-01 21:15:02,749 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=98048 blks 2024-03-01 21:15:02,749 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:15:02,749 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:15:02,749 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:15:02,749 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 21:15:02,749 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:15:02,749 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:15:02,749 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 21:15:02,749 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:15:02,749 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:15:02,749 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:02,750 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 21:15:02,764 INFO program/MainThread: stdout: 2024-03-01 21:15:02,764 INFO program/MainThread: writing all SBs 2024-03-01 21:15:02,764 INFO program/MainThread: new label = "" 2024-03-01 21:15:02,764 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:02,764 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:02,781 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:02,785 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:15:02,786 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:15:02,787 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:15:02,797 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:02,797 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:02,814 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:02,819 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:15:02,819 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 0x7f6de27711a8> 2024-03-01 21:15:02,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:02,826 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 21:15:02,826 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:15:02,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:02,832 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 21:15:02,832 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:15:18,130 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_xu5s7t73/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:15:18,167 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:15:18,167 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:15:18,171 INFO program/MainThread: stdout[2]: 2024-03-01 21:15:18,171 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 21:15:18,171 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:15:18,172 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:15:18,176 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:18,177 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:15:18,181 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:15:18,181 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:15:18,184 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:15:18,184 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:15:18,187 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:15:18,187 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:15:18,198 INFO program/MainThread: stdout: 2024-03-01 21:15:18,198 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:15:18,198 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member RRwscs-SMDd-smR9-4gIe-OA6c-RIgN-W93BnL 2024-03-01 21:15:18,198 INFO program/MainThread: `-test_vg1-lv1-real 1606418432 root disk brw-rw---- 2024-03-01 21:15:18,198 INFO program/MainThread: |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 24bd1367-05b5-49b5-881d-a8b1debd0d03 2024-03-01 21:15:18,198 INFO program/MainThread: `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 24bd1367-05b5-49b5-881d-a8b1debd0d03 2024-03-01 21:15:18,198 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG 2024-03-01 21:15:18,198 INFO program/MainThread: |-test_vg1-lv1-real 1606418432 root disk brw-rw---- 2024-03-01 21:15:18,198 INFO program/MainThread: | |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 24bd1367-05b5-49b5-881d-a8b1debd0d03 2024-03-01 21:15:18,198 INFO program/MainThread: | `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 24bd1367-05b5-49b5-881d-a8b1debd0d03 2024-03-01 21:15:18,198 INFO program/MainThread: `-test_vg1-lv1_snapset1-cow 322961408 root disk brw-rw---- 2024-03-01 21:15:18,198 INFO program/MainThread: `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 24bd1367-05b5-49b5-881d-a8b1debd0d03 2024-03-01 21:15:18,198 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo 2024-03-01 21:15:18,198 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:15:18,198 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:15:18,198 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:15:18,198 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:15:18,199 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:15:18,199 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:15:18,199 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:15:18,199 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:15:18,199 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:15:18,199 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:15:18,199 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:15:18,199 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:18,199 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member RRwscs-SMDd-smR9-4gIe-OA6c-RIgN-W93BnL `-test_vg1-lv1-real 1606418432 root disk brw-rw---- |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 24bd1367-05b5-49b5-881d-a8b1debd0d03 `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 24bd1367-05b5-49b5-881d-a8b1debd0d03 sdb 1073741824 root disk brw-rw---- LVM2_member WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG |-test_vg1-lv1-real 1606418432 root disk brw-rw---- | |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 24bd1367-05b5-49b5-881d-a8b1debd0d03 | `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 24bd1367-05b5-49b5-881d-a8b1debd0d03 `-test_vg1-lv1_snapset1-cow 322961408 root disk brw-rw---- `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 24bd1367-05b5-49b5-881d-a8b1debd0d03 sdc 1073741824 root disk brw-rw---- LVM2_member VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo 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 21:15:18,199 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:15:18,199 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:15:18,200 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:15:18,200 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:15:18,200 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:15:18,200 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:15:18,200 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:18,214 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:18,227 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1', 'test_vg1-lv1-real', 'test_vg1-lv1_snapset1-cow', 'test_vg1-lv1_snapset1'] 2024-03-01 21:15:18,232 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/lvm-pv-uuid-RRwscs-SMDd-smR9-4gIe-OA6c-RIgN-W93BnL ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba', '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': 'RRwscs-SMDd-smR9-4gIe-OA6c-RIgN-W93BnL', 'ID_FS_UUID_ENC': 'RRwscs-SMDd-smR9-4gIe-OA6c-RIgN-W93BnL', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:15:18,232 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:15:18,233 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 21:15:18,265 INFO program/MainThread: stdout[3]: 2024-03-01 21:15:18,265 INFO program/MainThread: stderr[3]: 2024-03-01 21:15:18,265 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:15:18,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:18,279 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:15:18,284 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:15:18,284 INFO blivet/MainThread: sda is a disk 2024-03-01 21:15:18,284 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:15:18,285 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:15:18,288 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:15:18,291 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:15:18,292 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:15:18,295 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:15:18,295 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:15:18,296 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:15:18,296 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3b631d5be0) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:15:18,299 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:15:18,303 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:18,303 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:15:18,306 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:18,306 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:15:18,310 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:18,310 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:15:18,313 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:18,313 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:15:18,316 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:15:18,317 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:15:18,317 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 21:15:18,350 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=RRwscs-SMDd-smR9-4gIe-OA6c-RIgN-W93BnL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 21:15:18,350 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG. WARNING: Couldn't find device with uuid VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo. WARNING: VG test_vg1 is missing PV WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 21:15:18,350 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:15:18,351 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:15:18,356 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: RRwscs-SMDd-smR9-4gIe-OA6c-RIgN-W93BnL ; label: None ; device: /dev/sda ; serial: 36001405f47a7bfa33fe400b9c731d3ba ; exists: True ; vg_name: test_vg1 ; vg_uuid: KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah ; pe_start: 8 MiB ; 2024-03-01 21:15:18,356 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:15:18,359 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:15:18,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah ; incomplete: True ; hidden: False ; 2024-03-01 21:15:18,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:18,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:18,371 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 21:15:18,404 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 21:15:18,404 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG. WARNING: Couldn't find device with uuid VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo. WARNING: VG test_vg1 is missing PV WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 21:15:18,404 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:15:18,405 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:15:18,405 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:15:18,411 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:15:18,414 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:15:18,415 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:15:18,418 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:15:18,418 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 21:15:18,446 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=Tu9unS-6eyk-SZ8q-lfaw-GJk5-wn2S-r4TNls LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:15:18,446 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG. WARNING: Couldn't find device with uuid VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo. WARNING: VG test_vg1 is missing PV WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 21:15:18,446 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:15:18,451 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:15:18,452 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:15:18,455 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:15:18,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah ; incomplete: True ; hidden: False ; 2024-03-01 21:15:18,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:15:18,462 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:15:18,462 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:18,466 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/lvm-pv-uuid-WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG', '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': 'WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG', 'ID_FS_UUID_ENC': 'WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:15:18,466 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:15:18,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:18,476 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:15:18,476 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:15:18,476 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:15:18,477 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:15:18,480 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:15:18,483 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:15:18,483 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:15:18,486 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:15:18,486 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:15:18,487 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:15:18,487 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3b6218de48) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:15:18,490 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:15:18,493 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:18,494 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:15:18,497 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:18,497 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:15:18,500 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:18,500 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:15:18,504 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:18,504 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:15:18,506 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:15:18,507 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:15:18,507 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 21:15:18,541 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=RRwscs-SMDd-smR9-4gIe-OA6c-RIgN-W93BnL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 21:15:18,541 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo. WARNING: VG test_vg1 is missing PV VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo (last written to /dev/sdc). 2024-03-01 21:15:18,541 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:15:18,542 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:15:18,546 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG ; label: None ; device: /dev/sdb ; serial: 36001405b7caaf3a7f7140988224d62c1 ; exists: True ; vg_name: test_vg1 ; vg_uuid: KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah ; pe_start: 8 MiB ; free: 192 MiB ; 2024-03-01 21:15:18,546 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:15:18,549 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:15:18,552 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah ; incomplete: True ; hidden: False ; 2024-03-01 21:15:18,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:15:18,558 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:15:18,561 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:15:18,564 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:15:18,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah ; incomplete: True ; hidden: False ; 2024-03-01 21:15:18,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:18,571 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 21:15:18,599 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=Tu9unS-6eyk-SZ8q-lfaw-GJk5-wn2S-r4TNls LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:15:18,599 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo. WARNING: VG test_vg1 is missing PV VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo (last written to /dev/sdc). 2024-03-01 21:15:18,599 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:15:18,600 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:15:18,600 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:18,605 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:15:18,605 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:15:18,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:18,615 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:15:18,616 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:15:18,616 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:15:18,616 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:15:18,619 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:15:18,622 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:15:18,622 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:15:18,625 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:15:18,626 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:15:18,626 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:15:18,626 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3b62101710) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:15:18,630 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:15:18,630 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:15:18,633 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:15:18,633 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:15:18,636 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:18,643 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:15:18,643 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:15:18,643 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:15:18,644 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:15:18,647 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:15:18,650 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:15:18,650 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:15:18,653 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:15:18,654 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:15:18,654 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:15:18,654 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3b6210a828) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:15:18,657 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:15:18,657 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:15:18,661 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/lvm-pv-uuid-VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', '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': 'VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo', 'ID_FS_UUID_ENC': 'VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:15:18,661 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:15:18,664 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:18,670 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:15:18,671 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:15:18,671 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:15:18,671 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:15:18,674 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:15:18,677 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:15:18,677 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:15:18,680 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:15:18,681 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:15:18,681 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:15:18,681 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3b6210a0f0) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:15:18,684 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:15:18,687 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:18,688 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:15:18,691 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:18,691 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:15:18,694 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:18,694 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:15:18,698 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:18,698 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:15:18,700 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:15:18,701 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:15:18,701 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 21:15:18,732 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=RRwscs-SMDd-smR9-4gIe-OA6c-RIgN-W93BnL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 21:15:18,732 INFO program/MainThread: stderr[9]: 2024-03-01 21:15:18,732 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:15:18,733 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:15:18,737 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo ; label: None ; device: /dev/sdc ; serial: 3600140507600ad0486d49968c7af7867 ; exists: True ; vg_name: test_vg1 ; vg_uuid: KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:15:18,737 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:15:18,740 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:15:18,743 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah ; incomplete: True ; hidden: False ; 2024-03-01 21:15:18,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:18,750 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:15:18,753 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:15:18,755 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:15:18,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah ; incomplete: True ; hidden: False ; 2024-03-01 21:15:18,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:18,762 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 21:15:18,792 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=Tu9unS-6eyk-SZ8q-lfaw-GJk5-wn2S-r4TNls LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:15:18,792 INFO program/MainThread: stderr[10]: 2024-03-01 21:15:18,792 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:15:18,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:18,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:18,806 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:15:18,810 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:15:18,810 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:15:18,814 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:15:18,818 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:15:18,818 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:15:18,821 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 21:15:18,822 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:15:18,822 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:15:18,826 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:15:18,830 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:15:18,830 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:15:18,833 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:15:18,837 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:15:18,837 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:15:18,840 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 21:15:18,841 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:15:18,841 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 21:15:18,841 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:15:18,844 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:15:18,845 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:15:18,848 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 21:15:18,848 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:15:18,852 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/24bd1367-05b5-49b5-881d-a8b1debd0d03 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-KQgTL8j5L1ekTOS8WiMa4YdwXf0yOmahfcgtFyndpOIUW1CyjBofyaN5xnWR291R ' '/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-KQgTL8j5L1ekTOS8WiMa4YdwXf0yOmahfcgtFyndpOIUW1CyjBofyaN5xnWR291R', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '24bd1367-05b5-49b5-881d-a8b1debd0d03', 'ID_FS_UUID_ENC': '24bd1367-05b5-49b5-881d-a8b1debd0d03', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1222662460'} ; 2024-03-01 21:15:18,852 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:15:18,852 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:18,857 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:15:18,857 INFO program/MainThread: stderr[11]: 2024-03-01 21:15:18,857 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:15:18,857 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:18,861 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:15:18,861 INFO program/MainThread: stderr[12]: 2024-03-01 21:15:18,861 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:15:18,861 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:18,864 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:15:18,864 INFO program/MainThread: stderr[13]: 2024-03-01 21:15:18,865 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:15:18,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,872 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:15:18,875 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:18,876 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:18,876 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:18,877 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:18,872 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3b6210a5f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f3b631e59e8) -- 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 = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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 21:15:18,877 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:18,881 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:15:18,881 INFO program/MainThread: stderr[14]: 2024-03-01 21:15:18,881 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:15:18,885 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:15:18,889 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:18,889 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:15:18,893 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:18,893 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:15:18,896 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:18,896 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:15:18,900 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:18,900 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:15:18,902 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:15:18,902 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:15:18,905 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:18,906 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:15:18,909 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:15:18,909 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:18,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:18,916 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv1_snapset1' 2024-03-01 21:15:18,916 INFO program/MainThread: Running [15] lvm lvs --noheadings -o origin test_vg1/lv1_snapset1 --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 21:15:18,943 INFO program/MainThread: stdout[15]: lv1 2024-03-01 21:15:18,943 INFO program/MainThread: stderr[15]: 2024-03-01 21:15:18,943 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:15:18,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,951 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 21:15:18,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,958 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 21:15:18,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Tu9unS-6eyk-SZ8q-lfaw-GJk5-wn2S-r4TNls ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:18,964 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:15:18,968 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 21:15:18,968 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:15:18,971 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 21:15:18,975 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 21:15:18,975 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:15:18,979 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:15:18,979 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 21:15:18,979 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:15:18,983 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 2 ; 2024-03-01 21:15:18,986 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 21:15:18,987 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:15:18,990 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 21:15:18,993 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 21:15:18,993 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:15:18,997 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:15:18,997 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 21:15:18,998 DEBUG blivet/MainThread: Adding test_vg1-lv1_snapset1/308 MiB to test_vg1 2024-03-01 21:15:18,998 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv1_snapset1 (id 58) to device tree 2024-03-01 21:15:19,001 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 21:15:19,001 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:15:19,004 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:15:19,005 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 21:15:19,009 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-KQgTL8j5L1ekTOS8WiMa4YdwXf0yOmahTu9unS6eykSZ8qlfawGJk5wn2Sr4TNls ' '/dev/disk/by-uuid/24bd1367-05b5-49b5-881d-a8b1debd0d03 ' '/dev/test_vg1/lv1_snapset1 /dev/mapper/test_vg1-lv1_snapset1', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-KQgTL8j5L1ekTOS8WiMa4YdwXf0yOmahTu9unS6eykSZ8qlfawGJk5wn2Sr4TNls', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '24bd1367-05b5-49b5-881d-a8b1debd0d03', 'ID_FS_UUID_ENC': '24bd1367-05b5-49b5-881d-a8b1debd0d03', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1227974888'} ; 2024-03-01 21:15:19,009 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:15:19,009 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:15:19,013 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:15:19,014 INFO program/MainThread: stderr[16]: 2024-03-01 21:15:19,014 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:15:19,014 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:15:19,018 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:15:19,018 INFO program/MainThread: stderr[17]: 2024-03-01 21:15:19,018 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:15:19,018 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:15:19,021 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:15:19,021 INFO program/MainThread: stderr[18]: 2024-03-01 21:15:19,021 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:15:19,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:19,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 2024-03-01 21:15:19,032 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:19,033 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:19,034 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:19,034 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:19,030 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3b62101be0) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Tu9unS-6eyk-SZ8q-lfaw-GJk5-wn2S-r4TNls size = 308 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 308 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3b631e59e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (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 = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:19,035 INFO program/MainThread: Running [19] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:15:19,038 INFO program/MainThread: stdout[19]: LVM 2024-03-01 21:15:19,039 INFO program/MainThread: stderr[19]: 2024-03-01 21:15:19,039 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:15:19,043 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 21:15:19,047 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:19,047 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:15:19,050 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:19,051 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:15:19,054 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:19,054 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:15:19,057 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:19,058 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:15:19,058 INFO blivet/MainThread: type detected on 'test_vg1-lv1_snapset1' is 'xfs' 2024-03-01 21:15:19,061 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:19,061 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:15:19,064 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: xfs ; current: None ; 2024-03-01 21:15:19,065 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:19,065 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:19,068 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:15:19,068 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:15:19,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:15:19,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:19,079 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:15:19,079 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:15:19,079 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:15:19,080 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:15:19,083 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:15:19,086 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:15:19,086 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:15:19,089 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:15:19,089 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:15:19,090 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:15:19,090 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3b621272e8) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:15:19,093 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:15:19,093 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:15:19,097 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:15:19,097 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:15:19,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:15:19,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:19,107 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:15:19,107 INFO blivet/MainThread: sde is a disk 2024-03-01 21:15:19,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 78 2024-03-01 21:15:19,108 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 79 2024-03-01 21:15:19,111 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:15:19,114 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:15:19,114 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:15:19,117 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:15:19,117 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:15:19,118 INFO blivet/MainThread: added disk sde (id 77) to device tree 2024-03-01 21:15:19,118 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3b6211df98) -- name = sde status = True id = 77 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:15:19,121 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:15:19,121 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:15:19,124 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:15:19,124 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:15:19,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:15:19,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:19,135 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:15:19,135 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:15:19,135 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:15:19,136 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 21:15:19,139 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:15:19,142 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:15:19,142 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:15:19,145 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:15:19,145 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:15:19,146 INFO blivet/MainThread: added disk sdf (id 82) to device tree 2024-03-01 21:15:19,146 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3b62127f98) -- name = sdf status = True id = 82 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:15:19,149 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:15:19,149 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:15:19,152 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:15:19,152 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:15:19,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:15:19,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:19,163 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:15:19,163 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:15:19,163 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:15:19,163 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:15:19,166 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:15:19,169 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:15:19,170 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:15:19,173 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:15:19,173 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:15:19,173 INFO blivet/MainThread: added disk sdg (id 87) to device tree 2024-03-01 21:15:19,173 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3b6212a5c0) -- name = sdg status = True id = 87 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:15:19,177 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:15:19,177 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:15:19,180 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:15:19,180 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:15:19,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:15:19,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:19,190 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:15:19,191 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:15:19,191 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:15:19,191 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 94 2024-03-01 21:15:19,194 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:15:19,197 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:15:19,197 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:15:19,200 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:15:19,201 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:15:19,201 INFO blivet/MainThread: added disk sdh (id 92) to device tree 2024-03-01 21:15:19,201 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3b62127a58) -- name = sdh status = True id = 92 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:15:19,204 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:15:19,204 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:15:19,208 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:15:19,208 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:15:19,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:15:19,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:19,218 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:15:19,219 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:15:19,219 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:15:19,219 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 99 2024-03-01 21:15:19,222 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:15:19,225 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:15:19,225 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:15:19,229 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:15:19,229 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:15:19,230 INFO blivet/MainThread: added disk sdi (id 97) to device tree 2024-03-01 21:15:19,230 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3b6212f4a8) -- name = sdi status = True id = 97 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:15:19,233 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:15:19,233 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:15:19,236 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:15:19,236 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:15:19,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:15:19,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:19,247 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:15:19,247 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:15:19,247 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:15:19,247 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 104 2024-03-01 21:15:19,250 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:15:19,253 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:15:19,254 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:15:19,257 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:15:19,257 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:15:19,257 INFO blivet/MainThread: added disk sdj (id 102) to device tree 2024-03-01 21:15:19,258 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3b6212f240) -- name = sdj status = True id = 102 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:15:19,261 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:15:19,261 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:15:19,264 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': '22216935'} ; 2024-03-01 21:15:19,264 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:15:19,267 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:15:19,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:19,274 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:15:19,274 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:15:19,274 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:15:19,274 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:15:19,274 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 108 2024-03-01 21:15:19,275 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:15:19,278 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:15:19,281 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:15:19,281 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:15:19,284 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:15:19,285 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:15:19,285 INFO blivet/MainThread: added disk xvda (id 107) to device tree 2024-03-01 21:15:19,285 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3b62136390) -- name = xvda status = True id = 107 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:15:19,288 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:15:19,291 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:19,292 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 111 2024-03-01 21:15:19,295 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:19,295 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 112 2024-03-01 21:15:19,298 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:19,298 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 113 2024-03-01 21:15:19,301 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:19,301 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:15:19,304 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:15:19,307 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:15:19,311 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:15:19,315 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 0x7f3b62121b88> 2024-03-01 21:15:22,152 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 115 2024-03-01 21:15:22,157 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:15:22,157 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:15:22,161 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': '22221140'} ; 2024-03-01 21:15:22,161 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:15:22,161 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:15:22,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:22,171 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:15:22,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:22,177 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:22,191 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:22,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (107) with existing msdos disklabel 2024-03-01 21:15:22,212 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 118 2024-03-01 21:15:22,215 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:15:22,215 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:15:22,218 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:15:22,222 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:15:22,222 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:15:22,225 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:15:22,225 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:15:22,226 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:15:22,229 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:15:22,232 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:15:22,235 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:15:22,238 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:15:22,241 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:15:22,241 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:15:22,241 INFO blivet/MainThread: added partition xvda1 (id 117) to device tree 2024-03-01 21:15:22,242 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:15:22,241 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f3b62138160) -- name = xvda1 status = True id = 117 children = [] parents = ['existing 250 GiB disk xvda (107) 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 0x7f3b62119b48> disk = existing 250 GiB disk xvda (107) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:15:22,245 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:15:22,249 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:22,249 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 121 2024-03-01 21:15:22,252 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:22,252 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 122 2024-03-01 21:15:22,255 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:22,255 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 123 2024-03-01 21:15:22,259 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:22,259 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 124 2024-03-01 21:15:22,259 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:15:22,262 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:22,263 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 125 2024-03-01 21:15:22,266 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:15:22,266 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:22,269 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/24bd1367-05b5-49b5-881d-a8b1debd0d03 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-KQgTL8j5L1ekTOS8WiMa4YdwXf0yOmahfcgtFyndpOIUW1CyjBofyaN5xnWR291R ' '/dev/test_vg1/lv1 /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-KQgTL8j5L1ekTOS8WiMa4YdwXf0yOmahfcgtFyndpOIUW1CyjBofyaN5xnWR291R', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '24bd1367-05b5-49b5-881d-a8b1debd0d03', 'ID_FS_UUID_ENC': '24bd1367-05b5-49b5-881d-a8b1debd0d03', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1222662460'} ; 2024-03-01 21:15:22,269 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:15:22,269 INFO program/MainThread: Running [20] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:22,273 INFO program/MainThread: stdout[20]: LVM 2024-03-01 21:15:22,273 INFO program/MainThread: stderr[20]: 2024-03-01 21:15:22,273 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:15:22,274 INFO program/MainThread: Running [21] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:22,277 INFO program/MainThread: stdout[21]: LVM 2024-03-01 21:15:22,277 INFO program/MainThread: stderr[21]: 2024-03-01 21:15:22,277 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:15:22,277 INFO program/MainThread: Running [22] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:22,281 INFO program/MainThread: stdout[22]: LVM 2024-03-01 21:15:22,281 INFO program/MainThread: stderr[22]: 2024-03-01 21:15:22,281 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:15:22,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,288 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 21:15:22,291 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:22,292 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:22,292 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:22,293 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:22,289 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3b6210a5f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f3b631e59e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:22,294 INFO program/MainThread: Running [23] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:22,297 INFO program/MainThread: stdout[23]: LVM 2024-03-01 21:15:22,297 INFO program/MainThread: stderr[23]: 2024-03-01 21:15:22,297 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:15:22,301 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:15:22,301 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:15:22,304 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1-real ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1-real', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-KQgTL8j5L1ekTOS8WiMa4YdwXf0yOmahfcgtFyndpOIUW1CyjBofyaN5xnWR291R-real', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1227938917'} ; 2024-03-01 21:15:22,305 INFO blivet/MainThread: scanning test_vg1-lv1-real (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:15:22,305 INFO program/MainThread: Running [24] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:15:22,308 INFO program/MainThread: stdout[24]: LVM 2024-03-01 21:15:22,308 INFO program/MainThread: stderr[24]: 2024-03-01 21:15:22,308 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:15:22,309 INFO program/MainThread: Running [25] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:15:22,312 INFO program/MainThread: stdout[25]: LVM 2024-03-01 21:15:22,312 INFO program/MainThread: stderr[25]: 2024-03-01 21:15:22,312 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:15:22,312 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:15:22,315 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:15:22,316 INFO program/MainThread: stderr[26]: 2024-03-01 21:15:22,316 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:15:22,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:22,324 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:15:22,327 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:15:22,327 INFO program/MainThread: stderr[27]: 2024-03-01 21:15:22,327 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:15:22,327 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:15:22,330 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:15:22,331 INFO program/MainThread: stderr[28]: 2024-03-01 21:15:22,331 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:15:22,331 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:15:22,334 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:15:22,334 INFO program/MainThread: stderr[29]: 2024-03-01 21:15:22,334 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:15:22,338 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1-real ; 2024-03-01 21:15:22,341 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 21:15:22,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:22,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:15:22,355 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:15:22,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:22,378 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,381 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:22,381 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1-real 2024-03-01 21:15:22,384 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1_snapset1-cow', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-KQgTL8j5L1ekTOS8WiMa4YdwXf0yOmahTu9unS6eykSZ8qlfawGJk5wn2Sr4TNls-cow', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1227946951'} ; 2024-03-01 21:15:22,384 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1-cow (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:15:22,385 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:15:22,388 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:15:22,389 INFO program/MainThread: stderr[30]: 2024-03-01 21:15:22,389 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:15:22,389 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:15:22,392 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:15:22,392 INFO program/MainThread: stderr[31]: 2024-03-01 21:15:22,392 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:15:22,392 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:15:22,396 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:15:22,396 INFO program/MainThread: stderr[32]: 2024-03-01 21:15:22,396 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:15:22,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:22,404 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:15:22,407 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:15:22,407 INFO program/MainThread: stderr[33]: 2024-03-01 21:15:22,407 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:15:22,407 INFO program/MainThread: Running [34] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:15:22,411 INFO program/MainThread: stdout[34]: LVM 2024-03-01 21:15:22,411 INFO program/MainThread: stderr[34]: 2024-03-01 21:15:22,411 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:15:22,411 INFO program/MainThread: Running [35] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:15:22,414 INFO program/MainThread: stdout[35]: LVM 2024-03-01 21:15:22,414 INFO program/MainThread: stderr[35]: 2024-03-01 21:15:22,414 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:15:22,418 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1_snapset1-cow ; 2024-03-01 21:15:22,421 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 21:15:22,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:22,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:15:22,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:22,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:22,444 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1_snapset1-cow 2024-03-01 21:15:22,447 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/24bd1367-05b5-49b5-881d-a8b1debd0d03 ' '/dev/disk/by-id/dm-uuid-LVM-KQgTL8j5L1ekTOS8WiMa4YdwXf0yOmahTu9unS6eykSZ8qlfawGJk5wn2Sr4TNls ' '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/test_vg1/lv1_snapset1 /dev/mapper/test_vg1-lv1_snapset1', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-KQgTL8j5L1ekTOS8WiMa4YdwXf0yOmahTu9unS6eykSZ8qlfawGJk5wn2Sr4TNls', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '24bd1367-05b5-49b5-881d-a8b1debd0d03', 'ID_FS_UUID_ENC': '24bd1367-05b5-49b5-881d-a8b1debd0d03', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1227974888'} ; 2024-03-01 21:15:22,447 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:15:22,447 INFO program/MainThread: Running [36] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:15:22,450 INFO program/MainThread: stdout[36]: LVM 2024-03-01 21:15:22,451 INFO program/MainThread: stderr[36]: 2024-03-01 21:15:22,451 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:15:22,451 INFO program/MainThread: Running [37] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:15:22,454 INFO program/MainThread: stdout[37]: LVM 2024-03-01 21:15:22,454 INFO program/MainThread: stderr[37]: 2024-03-01 21:15:22,454 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:15:22,454 INFO program/MainThread: Running [38] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:15:22,457 INFO program/MainThread: stdout[38]: LVM 2024-03-01 21:15:22,458 INFO program/MainThread: stderr[38]: 2024-03-01 21:15:22,458 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:15:22,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs filesystem 2024-03-01 21:15:22,468 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:22,469 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:22,469 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:22,470 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:22,465 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f3b62101be0) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Tu9unS-6eyk-SZ8q-lfaw-GJk5-wn2S-r4TNls size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 308 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f3b631e59e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:22,471 INFO program/MainThread: Running [39] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:15:22,474 INFO program/MainThread: stdout[39]: LVM 2024-03-01 21:15:22,474 INFO program/MainThread: stderr[39]: 2024-03-01 21:15:22,474 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:15:22,478 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 21:15:22,478 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1_snapset1, bailing 2024-03-01 21:15:22,478 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:22,492 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:22,506 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:15:22,507 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:15:22,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:22,517 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:22,520 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:15:22,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:22,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:22,531 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:15:22,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:22,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:22,542 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:15:22,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:22,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:22,553 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:15:22,556 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:22,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,564 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:22,565 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:15:22,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:22,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:15:22,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:22,576 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:15:27,547 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_1hjb23sn/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:15:27,584 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:15:27,584 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:15:27,588 INFO program/MainThread: stdout[2]: 2024-03-01 21:15:27,588 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 21:15:27,588 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:15:27,588 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:15:27,593 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:27,593 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:15:27,597 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:15:27,597 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:15:27,600 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:15:27,600 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:15:27,603 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:15:27,603 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:15:27,613 INFO program/MainThread: stdout: 2024-03-01 21:15:27,613 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:15:27,614 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member RRwscs-SMDd-smR9-4gIe-OA6c-RIgN-W93BnL 2024-03-01 21:15:27,614 INFO program/MainThread: `-test_vg1-lv1-real 1606418432 root disk brw-rw---- 2024-03-01 21:15:27,614 INFO program/MainThread: |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 24bd1367-05b5-49b5-881d-a8b1debd0d03 2024-03-01 21:15:27,614 INFO program/MainThread: `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 24bd1367-05b5-49b5-881d-a8b1debd0d03 2024-03-01 21:15:27,614 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG 2024-03-01 21:15:27,614 INFO program/MainThread: |-test_vg1-lv1-real 1606418432 root disk brw-rw---- 2024-03-01 21:15:27,614 INFO program/MainThread: | |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 24bd1367-05b5-49b5-881d-a8b1debd0d03 2024-03-01 21:15:27,614 INFO program/MainThread: | `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 24bd1367-05b5-49b5-881d-a8b1debd0d03 2024-03-01 21:15:27,614 INFO program/MainThread: `-test_vg1-lv1_snapset1-cow 322961408 root disk brw-rw---- 2024-03-01 21:15:27,614 INFO program/MainThread: `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 24bd1367-05b5-49b5-881d-a8b1debd0d03 2024-03-01 21:15:27,614 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo 2024-03-01 21:15:27,614 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:15:27,614 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:15:27,614 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:15:27,614 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:15:27,614 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:15:27,614 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:15:27,614 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:15:27,614 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:15:27,614 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:15:27,614 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:15:27,614 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:15:27,614 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:27,614 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member RRwscs-SMDd-smR9-4gIe-OA6c-RIgN-W93BnL `-test_vg1-lv1-real 1606418432 root disk brw-rw---- |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 24bd1367-05b5-49b5-881d-a8b1debd0d03 `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 24bd1367-05b5-49b5-881d-a8b1debd0d03 sdb 1073741824 root disk brw-rw---- LVM2_member WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG |-test_vg1-lv1-real 1606418432 root disk brw-rw---- | |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 24bd1367-05b5-49b5-881d-a8b1debd0d03 | `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 24bd1367-05b5-49b5-881d-a8b1debd0d03 `-test_vg1-lv1_snapset1-cow 322961408 root disk brw-rw---- `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs 24bd1367-05b5-49b5-881d-a8b1debd0d03 sdc 1073741824 root disk brw-rw---- LVM2_member VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo 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 21:15:27,615 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:15:27,615 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:15:27,615 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:15:27,615 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:15:27,615 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:15:27,616 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:15:27,616 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:27,627 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:27,640 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1', 'test_vg1-lv1-real', 'test_vg1-lv1_snapset1-cow', 'test_vg1-lv1_snapset1'] 2024-03-01 21:15:27,645 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/lvm-pv-uuid-RRwscs-SMDd-smR9-4gIe-OA6c-RIgN-W93BnL', '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': 'RRwscs-SMDd-smR9-4gIe-OA6c-RIgN-W93BnL', 'ID_FS_UUID_ENC': 'RRwscs-SMDd-smR9-4gIe-OA6c-RIgN-W93BnL', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:15:27,645 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:15:27,645 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 21:15:27,679 INFO program/MainThread: stdout[3]: 2024-03-01 21:15:27,679 INFO program/MainThread: stderr[3]: 2024-03-01 21:15:27,679 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:15:27,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:15:27,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:27,692 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:15:27,697 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:15:27,697 INFO blivet/MainThread: sda is a disk 2024-03-01 21:15:27,698 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:15:27,698 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:15:27,701 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:15:27,705 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:15:27,705 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:15:27,708 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:15:27,708 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:15:27,709 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:15:27,709 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f992d6be0) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:15:27,713 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:15:27,716 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:27,716 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:15:27,720 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:27,720 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:15:27,723 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:27,723 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:15:27,726 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:27,726 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:15:27,729 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:15:27,730 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:15:27,730 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 21:15:27,759 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=RRwscs-SMDd-smR9-4gIe-OA6c-RIgN-W93BnL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 21:15:27,759 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG. WARNING: Couldn't find device with uuid VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo. WARNING: VG test_vg1 is missing PV WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 21:15:27,759 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:15:27,759 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:15:27,764 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: RRwscs-SMDd-smR9-4gIe-OA6c-RIgN-W93BnL ; label: None ; device: /dev/sda ; serial: 36001405f47a7bfa33fe400b9c731d3ba ; exists: True ; vg_name: test_vg1 ; vg_uuid: KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah ; pe_start: 8 MiB ; 2024-03-01 21:15:27,764 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:15:27,767 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:15:27,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah ; incomplete: True ; hidden: False ; 2024-03-01 21:15:27,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:27,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:27,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:27,779 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 21:15:27,806 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 21:15:27,806 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG. WARNING: Couldn't find device with uuid VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo. WARNING: VG test_vg1 is missing PV WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 21:15:27,806 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:15:27,806 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:15:27,807 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:15:27,812 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:15:27,816 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:15:27,816 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:15:27,819 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:15:27,820 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 21:15:27,847 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=Tu9unS-6eyk-SZ8q-lfaw-GJk5-wn2S-r4TNls LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:15:27,847 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG. WARNING: Couldn't find device with uuid VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo. WARNING: VG test_vg1 is missing PV WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 21:15:27,847 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:15:27,851 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:15:27,852 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:15:27,855 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:15:27,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah ; incomplete: True ; hidden: False ; 2024-03-01 21:15:27,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:15:27,861 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:15:27,861 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:27,865 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/lvm-pv-uuid-WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1', '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': 'WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG', 'ID_FS_UUID_ENC': 'WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:15:27,865 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:15:27,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:15:27,871 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:27,875 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:15:27,875 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:15:27,875 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:15:27,875 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:15:27,878 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:15:27,881 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:15:27,882 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:15:27,885 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:15:27,885 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:15:27,886 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:15:27,886 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f9828ee80) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:15:27,889 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:15:27,892 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:27,892 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:15:27,896 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:27,896 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:15:27,899 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:27,899 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:15:27,902 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:27,902 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:15:27,905 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:15:27,905 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:15:27,905 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 21:15:27,933 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=RRwscs-SMDd-smR9-4gIe-OA6c-RIgN-W93BnL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 21:15:27,933 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo. WARNING: VG test_vg1 is missing PV VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo (last written to /dev/sdc). 2024-03-01 21:15:27,933 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:15:27,933 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:15:27,937 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG ; label: None ; device: /dev/sdb ; serial: 36001405b7caaf3a7f7140988224d62c1 ; exists: True ; vg_name: test_vg1 ; vg_uuid: KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah ; pe_start: 8 MiB ; free: 192 MiB ; 2024-03-01 21:15:27,937 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:15:27,940 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:15:27,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah ; incomplete: True ; hidden: False ; 2024-03-01 21:15:27,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:15:27,950 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:15:27,953 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:15:27,956 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:15:27,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah ; incomplete: True ; hidden: False ; 2024-03-01 21:15:27,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:27,962 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 21:15:27,990 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=Tu9unS-6eyk-SZ8q-lfaw-GJk5-wn2S-r4TNls LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:15:27,990 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo. WARNING: VG test_vg1 is missing PV VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo (last written to /dev/sdc). 2024-03-01 21:15:27,990 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:15:27,990 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:15:27,990 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:27,995 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:15:27,995 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:15:27,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:15:28,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:28,005 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:15:28,005 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:15:28,006 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:15:28,006 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:15:28,009 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:15:28,012 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:15:28,012 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:15:28,015 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:15:28,015 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:15:28,016 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:15:28,016 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f98202748) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:15:28,019 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:15:28,019 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:15:28,022 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:15:28,023 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:15:28,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:15:28,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:28,032 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:15:28,033 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:15:28,033 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:15:28,033 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:15:28,036 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:15:28,039 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:15:28,039 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:15:28,042 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:15:28,043 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:15:28,043 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:15:28,043 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f9820b860) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:15:28,046 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:15:28,046 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:15:28,050 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/lvm-pv-uuid-VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867', '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': 'VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo', 'ID_FS_UUID_ENC': 'VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:15:28,050 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:15:28,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:15:28,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:28,059 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:15:28,060 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:15:28,060 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:15:28,060 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:15:28,063 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:15:28,066 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:15:28,066 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:15:28,069 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:15:28,069 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:15:28,070 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:15:28,070 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f9820b128) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:15:28,073 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:15:28,076 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:28,076 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:15:28,080 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:28,080 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:15:28,083 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:28,083 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:15:28,086 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:28,086 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:15:28,089 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:15:28,089 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:15:28,090 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/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:28,117 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=RRwscs-SMDd-smR9-4gIe-OA6c-RIgN-W93BnL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=WVpXlp-brfI-tISh-kpVB-x4Vp-VPoo-l33DAG LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 21:15:28,117 INFO program/MainThread: stderr[9]: 2024-03-01 21:15:28,117 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:15:28,117 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:15:28,121 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: VIh83e-Jbu3-gc9y-z2l9-q3nW-4ebP-sCANbo ; label: None ; device: /dev/sdc ; serial: 3600140507600ad0486d49968c7af7867 ; exists: True ; vg_name: test_vg1 ; vg_uuid: KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:15:28,122 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:15:28,125 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:15:28,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah ; incomplete: True ; hidden: False ; 2024-03-01 21:15:28,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:28,134 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:15:28,137 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:15:28,140 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:15:28,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah ; incomplete: True ; hidden: False ; 2024-03-01 21:15:28,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:28,147 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/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:28,175 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=Tu9unS-6eyk-SZ8q-lfaw-GJk5-wn2S-r4TNls LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:15:28,175 INFO program/MainThread: stderr[10]: 2024-03-01 21:15:28,175 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:15:28,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:28,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:28,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R ; incomplete: False ; hidden: False ; 2024-03-01 21:15:28,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:28,189 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:15:28,192 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:15:28,193 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:15:28,196 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:15:28,200 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:15:28,200 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:15:28,203 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 21:15:28,204 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:15:28,204 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:15:28,207 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:15:28,212 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:15:28,212 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:15:28,215 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:15:28,219 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:15:28,219 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:15:28,222 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 21:15:28,223 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:15:28,223 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 21:15:28,223 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:15:28,226 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:15:28,226 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:15:28,229 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 21:15:28,230 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:15:28,233 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-KQgTL8j5L1ekTOS8WiMa4YdwXf0yOmahfcgtFyndpOIUW1CyjBofyaN5xnWR291R ' '/dev/disk/by-uuid/24bd1367-05b5-49b5-881d-a8b1debd0d03', '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-KQgTL8j5L1ekTOS8WiMa4YdwXf0yOmahfcgtFyndpOIUW1CyjBofyaN5xnWR291R', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '24bd1367-05b5-49b5-881d-a8b1debd0d03', 'ID_FS_UUID_ENC': '24bd1367-05b5-49b5-881d-a8b1debd0d03', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1222662460'} ; 2024-03-01 21:15:28,234 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:15:28,234 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:28,238 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:15:28,238 INFO program/MainThread: stderr[11]: 2024-03-01 21:15:28,238 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:15:28,239 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:28,242 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:15:28,242 INFO program/MainThread: stderr[12]: 2024-03-01 21:15:28,242 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:15:28,243 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:28,246 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:15:28,246 INFO program/MainThread: stderr[13]: 2024-03-01 21:15:28,246 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:15:28,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:28,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:15:28,257 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:28,257 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:28,258 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:28,258 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:28,254 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- 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 = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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 21:15:28,259 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:28,262 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:15:28,262 INFO program/MainThread: stderr[14]: 2024-03-01 21:15:28,262 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:15:28,266 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:15:28,270 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:28,270 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:15:28,274 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:28,274 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:15:28,277 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:28,278 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:15:28,281 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:28,281 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:15:28,283 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:15:28,283 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:15:28,287 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:28,287 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:15:28,290 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:15:28,290 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:28,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:28,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:28,297 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv1_snapset1' 2024-03-01 21:15:28,297 INFO program/MainThread: Running [15] lvm lvs --noheadings -o origin test_vg1/lv1_snapset1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:28,325 INFO program/MainThread: stdout[15]: lv1 2024-03-01 21:15:28,325 INFO program/MainThread: stderr[15]: 2024-03-01 21:15:28,325 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:15:28,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:28,333 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 21:15:28,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:28,339 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 21:15:28,342 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Tu9unS-6eyk-SZ8q-lfaw-GJk5-wn2S-r4TNls ; incomplete: False ; hidden: False ; 2024-03-01 21:15:28,345 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:28,346 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:15:28,349 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 21:15:28,349 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:15:28,353 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 21:15:28,356 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 21:15:28,356 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:15:28,360 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:15:28,360 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 21:15:28,361 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:15:28,364 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 2 ; 2024-03-01 21:15:28,367 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 21:15:28,368 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:15:28,371 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 21:15:28,374 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 21:15:28,375 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:15:28,378 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:15:28,378 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 21:15:28,379 DEBUG blivet/MainThread: Adding test_vg1-lv1_snapset1/308 MiB to test_vg1 2024-03-01 21:15:28,379 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv1_snapset1 (id 58) to device tree 2024-03-01 21:15:28,382 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 21:15:28,382 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:15:28,385 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:15:28,386 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 21:15:28,389 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/test_vg1/lv1_snapset1 /dev/mapper/test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-KQgTL8j5L1ekTOS8WiMa4YdwXf0yOmahTu9unS6eykSZ8qlfawGJk5wn2Sr4TNls ' '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/disk/by-uuid/24bd1367-05b5-49b5-881d-a8b1debd0d03', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-KQgTL8j5L1ekTOS8WiMa4YdwXf0yOmahTu9unS6eykSZ8qlfawGJk5wn2Sr4TNls', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '24bd1367-05b5-49b5-881d-a8b1debd0d03', 'ID_FS_UUID_ENC': '24bd1367-05b5-49b5-881d-a8b1debd0d03', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1227974888'} ; 2024-03-01 21:15:28,390 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:15:28,390 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:15:28,394 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:15:28,394 INFO program/MainThread: stderr[16]: 2024-03-01 21:15:28,394 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:15:28,394 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:15:28,398 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:15:28,398 INFO program/MainThread: stderr[17]: 2024-03-01 21:15:28,398 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:15:28,398 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:15:28,402 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:15:28,402 INFO program/MainThread: stderr[18]: 2024-03-01 21:15:28,402 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:15:28,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:28,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 2024-03-01 21:15:28,412 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:28,413 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:28,413 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:28,414 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:28,410 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f1f98202828) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Tu9unS-6eyk-SZ8q-lfaw-GJk5-wn2S-r4TNls size = 308 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 308 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (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 = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:28,415 INFO program/MainThread: Running [19] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:15:28,418 INFO program/MainThread: stdout[19]: LVM 2024-03-01 21:15:28,418 INFO program/MainThread: stderr[19]: 2024-03-01 21:15:28,418 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:15:28,422 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 21:15:28,426 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:28,426 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:15:28,430 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:28,430 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:15:28,434 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:28,434 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:15:28,437 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:28,437 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:15:28,437 INFO blivet/MainThread: type detected on 'test_vg1-lv1_snapset1' is 'xfs' 2024-03-01 21:15:28,441 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:28,441 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:15:28,444 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: xfs ; current: None ; 2024-03-01 21:15:28,444 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:28,445 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:28,448 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:15:28,448 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:15:28,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:15:28,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:28,458 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:15:28,459 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:15:28,459 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:15:28,459 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:15:28,462 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:15:28,465 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:15:28,466 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:15:28,469 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:15:28,469 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:15:28,470 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:15:28,470 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f98228358) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:15:28,473 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:15:28,473 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:15:28,476 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:15:28,476 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:15:28,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:15:28,483 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:28,487 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:15:28,487 INFO blivet/MainThread: sde is a disk 2024-03-01 21:15:28,487 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 78 2024-03-01 21:15:28,487 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 79 2024-03-01 21:15:28,490 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:15:28,493 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:15:28,494 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:15:28,497 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:15:28,497 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:15:28,497 INFO blivet/MainThread: added disk sde (id 77) to device tree 2024-03-01 21:15:28,497 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f9821efd0) -- name = sde status = True id = 77 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:15:28,501 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:15:28,501 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:15:28,504 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:15:28,504 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:15:28,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:15:28,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:28,514 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:15:28,515 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:15:28,515 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:15:28,515 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 21:15:28,518 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:15:28,522 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:15:28,522 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:15:28,525 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:15:28,525 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:15:28,525 INFO blivet/MainThread: added disk sdf (id 82) to device tree 2024-03-01 21:15:28,526 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f98228c88) -- name = sdf status = True id = 82 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:15:28,529 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:15:28,529 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:15:28,532 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:15:28,532 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:15:28,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:15:28,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:28,542 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:15:28,543 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:15:28,543 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:15:28,543 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:15:28,546 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:15:28,549 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:15:28,549 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:15:28,552 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:15:28,553 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:15:28,553 INFO blivet/MainThread: added disk sdg (id 87) to device tree 2024-03-01 21:15:28,553 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f9822f630) -- name = sdg status = True id = 87 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:15:28,557 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:15:28,557 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:15:28,560 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:15:28,560 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:15:28,564 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:15:28,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:28,571 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:15:28,571 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:15:28,571 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:15:28,571 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 94 2024-03-01 21:15:28,574 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:15:28,577 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:15:28,578 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:15:28,581 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:15:28,581 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:15:28,582 INFO blivet/MainThread: added disk sdh (id 92) to device tree 2024-03-01 21:15:28,582 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f9822fbe0) -- name = sdh status = True id = 92 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:15:28,585 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:15:28,585 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:15:28,588 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:15:28,588 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:15:28,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:15:28,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:28,599 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:15:28,599 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:15:28,599 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:15:28,599 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 99 2024-03-01 21:15:28,602 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:15:28,606 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:15:28,606 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:15:28,609 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:15:28,609 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:15:28,610 INFO blivet/MainThread: added disk sdi (id 97) to device tree 2024-03-01 21:15:28,610 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f98230518) -- name = sdi status = True id = 97 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:15:28,613 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:15:28,613 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:15:28,617 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:15:28,617 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:15:28,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:15:28,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:28,627 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:15:28,627 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:15:28,628 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:15:28,628 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 104 2024-03-01 21:15:28,631 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:15:28,634 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:15:28,634 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:15:28,637 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:15:28,637 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:15:28,638 INFO blivet/MainThread: added disk sdj (id 102) to device tree 2024-03-01 21:15:28,638 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f98230438) -- name = sdj status = True id = 102 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:15:28,641 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:15:28,641 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:15:28,644 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': '22216935'} ; 2024-03-01 21:15:28,644 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:15:28,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:15:28,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:28,654 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:15:28,655 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:15:28,655 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:15:28,655 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:15:28,655 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 108 2024-03-01 21:15:28,655 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:15:28,658 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:15:28,661 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:15:28,661 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:15:28,665 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:15:28,665 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:15:28,665 INFO blivet/MainThread: added disk xvda (id 107) to device tree 2024-03-01 21:15:28,665 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1f98236400) -- name = xvda status = True id = 107 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:15:28,669 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:15:28,672 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:28,672 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 111 2024-03-01 21:15:28,675 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:28,675 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 112 2024-03-01 21:15:28,678 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:28,678 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 113 2024-03-01 21:15:28,682 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:28,682 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:15:28,685 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:15:28,688 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:15:28,691 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:15:28,695 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 0x7f1f99300d88> 2024-03-01 21:15:31,737 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 115 2024-03-01 21:15:31,742 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:15:31,742 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:15:31,746 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': '22221140'} ; 2024-03-01 21:15:31,746 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:15:31,746 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:15:31,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:31,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:31,756 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:15:31,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:31,762 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:31,762 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:31,776 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:31,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:15:31,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (107) with existing msdos disklabel 2024-03-01 21:15:31,797 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 118 2024-03-01 21:15:31,800 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:15:31,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:15:31,803 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:15:31,807 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:15:31,807 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:15:31,810 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:15:31,811 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:15:31,811 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:15:31,814 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:15:31,817 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:15:31,820 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:15:31,823 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:15:31,826 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:15:31,827 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:15:31,827 INFO blivet/MainThread: added partition xvda1 (id 117) to device tree 2024-03-01 21:15:31,828 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:15:31,827 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f1f98239160) -- name = xvda1 status = True id = 117 children = [] parents = ['existing 250 GiB disk xvda (107) 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 0x7f1f9821ab48> disk = existing 250 GiB disk xvda (107) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:15:31,831 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:15:31,834 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:31,835 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 121 2024-03-01 21:15:31,838 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:31,838 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 122 2024-03-01 21:15:31,841 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:31,841 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 123 2024-03-01 21:15:31,845 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:31,845 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 124 2024-03-01 21:15:31,845 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:15:31,848 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:31,849 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 125 2024-03-01 21:15:31,851 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:15:31,852 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:31,855 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-KQgTL8j5L1ekTOS8WiMa4YdwXf0yOmahfcgtFyndpOIUW1CyjBofyaN5xnWR291R ' '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/24bd1367-05b5-49b5-881d-a8b1debd0d03', '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-KQgTL8j5L1ekTOS8WiMa4YdwXf0yOmahfcgtFyndpOIUW1CyjBofyaN5xnWR291R', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '24bd1367-05b5-49b5-881d-a8b1debd0d03', 'ID_FS_UUID_ENC': '24bd1367-05b5-49b5-881d-a8b1debd0d03', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1222662460'} ; 2024-03-01 21:15:31,855 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:15:31,855 INFO program/MainThread: Running [20] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:31,860 INFO program/MainThread: stdout[20]: LVM 2024-03-01 21:15:31,860 INFO program/MainThread: stderr[20]: 2024-03-01 21:15:31,860 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:15:31,860 INFO program/MainThread: Running [21] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:31,864 INFO program/MainThread: stdout[21]: LVM 2024-03-01 21:15:31,864 INFO program/MainThread: stderr[21]: 2024-03-01 21:15:31,864 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:15:31,864 INFO program/MainThread: Running [22] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:31,868 INFO program/MainThread: stdout[22]: LVM 2024-03-01 21:15:31,868 INFO program/MainThread: stderr[22]: 2024-03-01 21:15:31,868 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:15:31,872 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:31,875 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 21:15:31,878 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:31,879 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:31,879 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:31,880 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:31,876 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:31,881 INFO program/MainThread: Running [23] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:31,884 INFO program/MainThread: stdout[23]: LVM 2024-03-01 21:15:31,884 INFO program/MainThread: stderr[23]: 2024-03-01 21:15:31,885 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:15:31,888 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:15:31,889 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:15:31,892 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1-real ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1-real', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-KQgTL8j5L1ekTOS8WiMa4YdwXf0yOmahfcgtFyndpOIUW1CyjBofyaN5xnWR291R-real', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1227938917'} ; 2024-03-01 21:15:31,892 INFO blivet/MainThread: scanning test_vg1-lv1-real (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:15:31,892 INFO program/MainThread: Running [24] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:15:31,896 INFO program/MainThread: stdout[24]: LVM 2024-03-01 21:15:31,896 INFO program/MainThread: stderr[24]: 2024-03-01 21:15:31,896 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:15:31,896 INFO program/MainThread: Running [25] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:15:31,900 INFO program/MainThread: stdout[25]: LVM 2024-03-01 21:15:31,900 INFO program/MainThread: stderr[25]: 2024-03-01 21:15:31,900 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:15:31,900 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:15:31,903 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:15:31,904 INFO program/MainThread: stderr[26]: 2024-03-01 21:15:31,904 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:15:31,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 21:15:31,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:31,912 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:15:31,915 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:15:31,915 INFO program/MainThread: stderr[27]: 2024-03-01 21:15:31,915 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:15:31,916 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:15:31,919 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:15:31,919 INFO program/MainThread: stderr[28]: 2024-03-01 21:15:31,919 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:15:31,919 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 21:15:31,922 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:15:31,923 INFO program/MainThread: stderr[29]: 2024-03-01 21:15:31,923 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:15:31,927 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1-real ; 2024-03-01 21:15:31,930 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 21:15:31,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:31,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:15:31,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:15:31,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:15:31,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:15:31,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:31,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:31,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 21:15:31,971 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:31,971 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1-real 2024-03-01 21:15:31,974 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1_snapset1-cow', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-KQgTL8j5L1ekTOS8WiMa4YdwXf0yOmahTu9unS6eykSZ8qlfawGJk5wn2Sr4TNls-cow', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1227946951'} ; 2024-03-01 21:15:31,974 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1-cow (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:15:31,974 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:15:31,979 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:15:31,979 INFO program/MainThread: stderr[30]: 2024-03-01 21:15:31,979 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:15:31,979 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:15:31,983 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:15:31,983 INFO program/MainThread: stderr[31]: 2024-03-01 21:15:31,983 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:15:31,983 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:15:31,987 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:15:31,987 INFO program/MainThread: stderr[32]: 2024-03-01 21:15:31,987 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:15:31,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 21:15:31,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:31,995 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:15:31,998 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:15:31,999 INFO program/MainThread: stderr[33]: 2024-03-01 21:15:31,999 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:15:31,999 INFO program/MainThread: Running [34] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:15:32,002 INFO program/MainThread: stdout[34]: LVM 2024-03-01 21:15:32,002 INFO program/MainThread: stderr[34]: 2024-03-01 21:15:32,002 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:15:32,002 INFO program/MainThread: Running [35] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 21:15:32,006 INFO program/MainThread: stdout[35]: LVM 2024-03-01 21:15:32,006 INFO program/MainThread: stderr[35]: 2024-03-01 21:15:32,006 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:15:32,010 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1_snapset1-cow ; 2024-03-01 21:15:32,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 21:15:32,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:32,020 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:15:32,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:15:32,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:32,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:32,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 21:15:32,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:32,035 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1_snapset1-cow 2024-03-01 21:15:32,038 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-KQgTL8j5L1ekTOS8WiMa4YdwXf0yOmahTu9unS6eykSZ8qlfawGJk5wn2Sr4TNls ' '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/disk/by-uuid/24bd1367-05b5-49b5-881d-a8b1debd0d03 ' '/dev/test_vg1/lv1_snapset1', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-KQgTL8j5L1ekTOS8WiMa4YdwXf0yOmahTu9unS6eykSZ8qlfawGJk5wn2Sr4TNls', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '24bd1367-05b5-49b5-881d-a8b1debd0d03', 'ID_FS_UUID_ENC': '24bd1367-05b5-49b5-881d-a8b1debd0d03', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1227974888'} ; 2024-03-01 21:15:32,038 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:15:32,039 INFO program/MainThread: Running [36] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:15:32,043 INFO program/MainThread: stdout[36]: LVM 2024-03-01 21:15:32,043 INFO program/MainThread: stderr[36]: 2024-03-01 21:15:32,043 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:15:32,044 INFO program/MainThread: Running [37] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:15:32,047 INFO program/MainThread: stdout[37]: LVM 2024-03-01 21:15:32,047 INFO program/MainThread: stderr[37]: 2024-03-01 21:15:32,047 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:15:32,048 INFO program/MainThread: Running [38] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:15:32,051 INFO program/MainThread: stdout[38]: LVM 2024-03-01 21:15:32,051 INFO program/MainThread: stderr[38]: 2024-03-01 21:15:32,051 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:15:32,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:32,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs filesystem 2024-03-01 21:15:32,062 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,063 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,063 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,064 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,059 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f1f98202828) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Tu9unS-6eyk-SZ8q-lfaw-GJk5-wn2S-r4TNls size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 308 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:32,065 INFO program/MainThread: Running [39] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 21:15:32,068 INFO program/MainThread: stdout[39]: LVM 2024-03-01 21:15:32,068 INFO program/MainThread: stderr[39]: 2024-03-01 21:15:32,069 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:15:32,072 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 21:15:32,073 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1_snapset1, bailing 2024-03-01 21:15:32,073 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:32,086 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,100 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:15:32,101 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:15:32,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:15:32,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:32,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:15:32,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:32,114 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:15:32,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:15:32,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:32,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:15:32,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:32,125 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:15:32,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:15:32,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:32,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:15:32,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:32,136 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:15:32,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:15:32,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:32,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:15:32,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:32,147 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:15:32,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:15:32,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:32,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:15:32,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:32,159 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:15:32,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:15:32,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:32,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:15:32,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:32,170 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:15:32,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:32,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:32,176 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 21:15:32,176 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:32,176 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:32,177 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:32,177 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:32,178 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:32,178 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:32,178 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:32,179 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:32,179 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:32,179 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:32,180 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:32,180 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:32,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:15:32,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:15:32,186 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:15:32,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:15:32,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:15:32,191 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:15:32,194 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:15:32,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 21:15:32,197 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:15:32,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:32,202 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 21:15:32,202 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:15:32,205 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,206 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,206 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,207 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,203 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,210 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,210 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,211 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,211 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,207 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,214 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,215 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,215 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,216 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,212 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,219 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,219 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,220 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,221 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,217 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,223 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,224 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,224 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,225 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,221 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,228 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,228 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,229 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,230 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,226 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,232 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,233 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,233 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,234 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,230 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,237 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,237 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,238 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,239 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,235 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,241 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,242 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,242 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,243 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,239 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,246 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,246 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,247 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,248 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,244 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,250 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,251 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,251 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,252 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,248 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,255 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,255 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,256 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,256 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,253 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,259 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,260 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,260 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,261 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,257 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,264 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,264 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,265 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,265 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,262 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,268 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,269 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,269 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,270 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,266 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,273 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,273 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,274 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,274 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,271 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,277 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,278 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,278 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,279 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,275 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,282 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,282 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,283 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,283 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,280 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,286 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,287 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,287 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,288 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,284 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,291 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,291 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,292 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,292 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,289 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,295 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,296 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,296 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,297 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,293 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,300 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,300 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,301 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,301 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,298 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,304 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,305 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,305 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,306 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,302 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,309 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,309 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,310 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,310 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,307 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,313 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,314 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,314 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,315 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,311 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,318 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,318 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,319 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,320 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,316 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,322 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,323 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,323 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,324 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,320 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,327 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,327 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,328 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,329 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,325 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,331 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,332 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,332 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,333 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,329 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,336 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,336 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,337 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,337 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,334 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,340 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,341 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,341 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,342 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,338 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,345 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,345 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,346 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:32,346 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 21:15:32,343 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f1f9820b630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = fcgtFy-ndpO-IUW1-CyjB-ofya-N5xn-WR291R 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 (0x7f1f992e69e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = KQgTL8-j5L1-ekTO-S8Wi-Ma4Y-dwXf-0yOmah size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 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', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:15:32,347 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 21:15:32,350 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 21:15:32,350 DEBUG blivet/MainThread: checking if sda depends on test_vg1-lv1 2024-03-01 21:15:32,350 DEBUG blivet/MainThread: checking if test_vg1 depends on test_vg1-lv1 2024-03-01 21:15:32,351 DEBUG blivet/MainThread: checking if sdb depends on test_vg1-lv1 2024-03-01 21:15:32,351 DEBUG blivet/MainThread: checking if sdk depends on test_vg1-lv1 2024-03-01 21:15:32,351 DEBUG blivet/MainThread: checking if sdl depends on test_vg1-lv1 2024-03-01 21:15:32,351 DEBUG blivet/MainThread: checking if sdc depends on test_vg1-lv1 2024-03-01 21:15:32,351 DEBUG blivet/MainThread: checking if test_vg1-lv1 depends on test_vg1-lv1 2024-03-01 21:15:32,351 DEBUG blivet/MainThread: checking if test_vg1-lv1_snapset1 depends on test_vg1-lv1 2024-03-01 21:15:32,351 DEBUG blivet/MainThread: checking if sdd depends on test_vg1-lv1 2024-03-01 21:15:32,351 DEBUG blivet/MainThread: checking if sde depends on test_vg1-lv1 2024-03-01 21:15:32,351 DEBUG blivet/MainThread: checking if sdf depends on test_vg1-lv1 2024-03-01 21:15:32,351 DEBUG blivet/MainThread: checking if sdg depends on test_vg1-lv1 2024-03-01 21:15:32,351 DEBUG blivet/MainThread: checking if sdh depends on test_vg1-lv1 2024-03-01 21:15:32,351 DEBUG blivet/MainThread: checking if sdi depends on test_vg1-lv1 2024-03-01 21:15:32,351 DEBUG blivet/MainThread: checking if sdj depends on test_vg1-lv1 2024-03-01 21:15:32,351 DEBUG blivet/MainThread: checking if xvda depends on test_vg1-lv1 2024-03-01 21:15:32,351 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg1-lv1 2024-03-01 21:15:32,352 DEBUG blivet/MainThread: devices to remove: ['test_vg1-lv1_snapset1'] 2024-03-01 21:15:32,352 DEBUG blivet/MainThread: leaves to remove: ['test_vg1-lv1_snapset1'] 2024-03-01 21:15:32,352 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 21:15:32,356 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: xfs ; 2024-03-01 21:15:32,356 INFO blivet/MainThread: registered action: [127] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 21:15:32,357 INFO program/MainThread: Running [40] dmsetup --version ... 2024-03-01 21:15:32,361 INFO program/MainThread: stdout[40]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:15:32,361 INFO program/MainThread: stderr[40]: 2024-03-01 21:15:32,361 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:15:32,366 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 2 ; 2024-03-01 21:15:32,366 INFO blivet/MainThread: removed lvmsnapshot test_vg1-lv1_snapset1 (id 58) from device tree 2024-03-01 21:15:32,366 INFO blivet/MainThread: registered action: [129] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 21:15:32,367 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 21:15:32,370 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 21:15:32,370 INFO blivet/MainThread: registered action: [130] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:15:32,373 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:15:32,374 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 21:15:32,374 INFO blivet/MainThread: registered action: [132] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:15:32,374 DEBUG blivet.ansible/MainThread: ['sdb', 'sdc', 'sda', 'test_vg1'] 2024-03-01 21:15:32,374 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 21:15:32,377 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 21:15:32,377 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:32,380 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:15:32,383 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:15:32,386 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:15:32,386 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 21:15:32,386 INFO blivet/MainThread: registered action: [133] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:15:32,386 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 21:15:32,386 DEBUG blivet/MainThread: removing sdb 2024-03-01 21:15:32,389 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 21:15:32,389 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:32,389 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 135 2024-03-01 21:15:32,392 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 21:15:32,392 INFO blivet/MainThread: registered action: [134] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:15:32,392 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 21:15:32,392 DEBUG blivet/MainThread: removing sdc 2024-03-01 21:15:32,395 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 21:15:32,395 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:32,395 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 137 2024-03-01 21:15:32,398 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 21:15:32,398 INFO blivet/MainThread: registered action: [136] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:15:32,398 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 21:15:32,398 DEBUG blivet/MainThread: removing sda 2024-03-01 21:15:32,401 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 21:15:32,401 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:32,401 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 139 2024-03-01 21:15:32,404 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 21:15:32,404 INFO blivet/MainThread: registered action: [138] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:15:32,405 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:32,420 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,433 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:32,447 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,463 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1_snapset1 ; type: xfs ; status: False ; 2024-03-01 21:15:32,464 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:32,478 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,495 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:15:32,495 DEBUG blivet/MainThread: action: [127] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 21:15:32,496 DEBUG blivet/MainThread: action: [129] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 21:15:32,496 DEBUG blivet/MainThread: action: [130] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:15:32,496 DEBUG blivet/MainThread: action: [132] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:15:32,496 DEBUG blivet/MainThread: action: [133] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:15:32,496 DEBUG blivet/MainThread: action: [134] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:15:32,496 DEBUG blivet/MainThread: action: [136] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:15:32,496 DEBUG blivet/MainThread: action: [138] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:15:32,496 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:15:32,496 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:15:32,499 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:15:32,502 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:15:32,505 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:15:32,505 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:15:32,508 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:15:32,508 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 0x7f1f981db620> 2024-03-01 21:15:32,509 INFO blivet/MainThread: sorting actions... 2024-03-01 21:15:32,510 DEBUG blivet/MainThread: action: [127] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 21:15:32,510 DEBUG blivet/MainThread: action: [129] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 21:15:32,510 DEBUG blivet/MainThread: action: [130] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:15:32,510 DEBUG blivet/MainThread: action: [132] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:15:32,511 DEBUG blivet/MainThread: action: [133] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:15:32,511 DEBUG blivet/MainThread: action: [138] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:15:32,511 DEBUG blivet/MainThread: action: [136] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:15:32,511 DEBUG blivet/MainThread: action: [134] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:15:32,511 INFO blivet/MainThread: executing action: [127] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 21:15:32,514 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1_snapset1 ; type: xfs ; status: False ; 2024-03-01 21:15:32,515 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1_snapset1 2024-03-01 21:15:32,524 INFO program/MainThread: stdout: 2024-03-01 21:15:32,525 INFO program/MainThread: /dev/mapper/test_vg1-lv1_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:15:32,525 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,525 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:32,543 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,543 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:32,558 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,558 INFO blivet/MainThread: executing action: [129] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 21:15:32,563 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 21:15:32,566 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:15:32,569 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,572 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 21:15:32,575 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,578 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 21:15:32,581 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,584 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 21:15:32,587 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 21:15:32,587 INFO program/MainThread: Running [41] lvm lvremove --yes --force test_vg1/lv1_snapset1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:32,720 INFO program/MainThread: stdout[41]: Logical volume "lv1_snapset1" successfully removed. 2024-03-01 21:15:32,720 INFO program/MainThread: stderr[41]: 2024-03-01 21:15:32,720 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:15:32,721 INFO blivet/MainThread: executing action: [130] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:15:32,729 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,735 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:15:32,736 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 21:15:32,754 INFO program/MainThread: stdout: 2024-03-01 21:15:32,754 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:15:32,754 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,754 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:32,770 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,770 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:32,783 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,783 INFO blivet/MainThread: executing action: [132] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:15:32,788 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 21:15:32,791 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:15:32,795 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:15:32,798 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 21:15:32,801 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:15:32,801 INFO program/MainThread: Running [42] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:32,836 INFO program/MainThread: stdout[42]: 2024-03-01 21:15:32,836 INFO program/MainThread: stderr[42]: 2024-03-01 21:15:32,836 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:15:32,841 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:15:32,844 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,847 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:15:32,850 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,853 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:15:32,856 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,859 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:15:32,862 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 21:15:32,862 INFO program/MainThread: Running [43] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:32,900 INFO program/MainThread: stdout[43]: Logical volume "lv1" successfully removed. 2024-03-01 21:15:32,900 INFO program/MainThread: stderr[43]: 2024-03-01 21:15:32,900 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:15:32,901 INFO blivet/MainThread: executing action: [133] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:15:32,908 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 21:15:32,915 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 21:15:32,920 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:15:32,928 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,934 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:15:32,941 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,946 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:15:32,950 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,954 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:15:32,959 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 21:15:32,959 INFO program/MainThread: Running [44] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:33,001 INFO program/MainThread: stdout[44]: Volume group "test_vg1" is already consistent. 2024-03-01 21:15:33,001 INFO program/MainThread: stderr[44]: 2024-03-01 21:15:33,002 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:15:33,002 INFO program/MainThread: Running [45] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:33,044 INFO program/MainThread: stdout[45]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 21:15:33,044 INFO program/MainThread: stderr[45]: 2024-03-01 21:15:33,044 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:15:33,044 INFO program/MainThread: Running [46] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:33,086 INFO program/MainThread: stdout[46]: Volume group "test_vg1" successfully removed 2024-03-01 21:15:33,087 INFO program/MainThread: stderr[46]: 2024-03-01 21:15:33,087 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:15:33,088 INFO blivet/MainThread: executing action: [138] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:15:33,095 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:33,104 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:15:33,108 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:15:33,108 INFO program/MainThread: Running [47] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:33,152 INFO program/MainThread: stdout[47]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 21:15:33,153 INFO program/MainThread: stderr[47]: 2024-03-01 21:15:33,153 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:15:33,153 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 21:15:33,153 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,186 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,187 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,205 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,205 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,224 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,224 INFO blivet/MainThread: executing action: [136] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:15:33,228 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:33,231 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:15:33,234 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:15:33,234 INFO program/MainThread: Running [48] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:33,265 INFO program/MainThread: stdout[48]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 21:15:33,265 INFO program/MainThread: stderr[48]: 2024-03-01 21:15:33,265 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:15:33,266 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 21:15:33,266 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,301 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,302 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,315 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,316 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,331 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,331 INFO blivet/MainThread: executing action: [134] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:15:33,335 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:33,339 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:15:33,341 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:15:33,342 INFO program/MainThread: Running [49] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:33,374 INFO program/MainThread: stdout[49]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 21:15:33,374 INFO program/MainThread: stderr[49]: 2024-03-01 21:15:33,375 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:15:33,375 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 21:15:33,375 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,410 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,411 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,425 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,426 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,442 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,448 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:15:33,448 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 0x7f1f981db570> 2024-03-01 21:15:46,690 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_vdjo93pa/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:15:51,731 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_vw7ex79j/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:15:59,557 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_0mqztdwd/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:15:59,594 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:15:59,595 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:15:59,599 INFO program/MainThread: stdout[2]: 2024-03-01 21:15:59,599 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 21:15:59,599 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:15:59,599 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:15:59,604 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:59,605 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:15:59,608 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:15:59,608 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:15:59,612 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:15:59,612 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:15:59,615 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:15:59,615 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:15:59,623 INFO program/MainThread: stdout: 2024-03-01 21:15:59,623 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:15:59,623 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:15:59,623 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:15:59,623 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:15:59,623 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:15:59,623 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:15:59,623 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:15:59,623 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:15:59,624 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:15:59,624 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:15:59,624 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:15:59,624 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:15:59,624 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:15:59,624 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:15:59,624 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:15:59,624 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:59,624 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 21:15:59,624 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:15:59,624 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:15:59,625 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:15:59,625 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:15:59,625 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:15:59,625 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:15:59,625 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:59,640 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:59,652 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:15:59,656 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:15:59,656 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:15:59,657 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 21:15:59,686 INFO program/MainThread: stdout[3]: 2024-03-01 21:15:59,686 INFO program/MainThread: stderr[3]: 2024-03-01 21:15:59,686 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:15:59,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:15:59,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:59,700 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:15:59,705 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:15:59,705 INFO blivet/MainThread: sda is a disk 2024-03-01 21:15:59,705 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:15:59,706 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:15:59,709 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:15:59,712 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:15:59,713 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:15:59,716 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:15:59,716 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:15:59,717 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:15:59,717 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8cd79456d8) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:15:59,720 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:15:59,721 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:15:59,724 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:15:59,724 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:15:59,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:15:59,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:59,733 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:15:59,734 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:15:59,734 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:15:59,734 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:15:59,737 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:15:59,740 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:15:59,740 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:15:59,743 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:15:59,744 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:15:59,744 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:15:59,744 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8cd7886e10) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:15:59,748 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:15:59,748 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:15:59,751 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:15:59,751 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:15:59,754 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:15:59,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:59,761 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:15:59,761 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:15:59,761 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:15:59,761 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:15:59,764 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:15:59,767 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:15:59,768 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:15:59,771 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:15:59,771 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:15:59,771 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:15:59,771 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8cd7886f60) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:15:59,775 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:15:59,775 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:15:59,778 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:15:59,778 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:15:59,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:15:59,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:59,788 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:15:59,789 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:15:59,789 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:15:59,789 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:15:59,792 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:15:59,795 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:15:59,795 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:15:59,798 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:15:59,799 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:15:59,799 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:15:59,799 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8cd6839f98) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:15:59,803 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:15:59,803 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:15:59,806 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:15:59,806 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:15:59,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:15:59,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:59,816 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:15:59,816 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:15:59,816 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:15:59,817 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:15:59,820 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:15:59,823 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:15:59,823 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:15:59,826 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:15:59,826 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:15:59,827 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:15:59,827 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8cd7886fd0) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:15:59,830 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:15:59,830 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:15:59,834 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:15:59,834 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:15:59,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:15:59,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:59,843 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:15:59,844 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:15:59,844 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:15:59,844 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:15:59,848 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:15:59,851 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:15:59,851 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:15:59,854 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:15:59,854 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:15:59,855 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:15:59,855 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8cd6844e10) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:15:59,858 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:15:59,858 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:15:59,861 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:15:59,862 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:15:59,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:15:59,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:59,871 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:15:59,872 INFO blivet/MainThread: sde is a disk 2024-03-01 21:15:59,872 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:15:59,872 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:15:59,875 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:15:59,878 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:15:59,878 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:15:59,882 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:15:59,882 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:15:59,882 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:15:59,882 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8cd684c4a8) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:15:59,886 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:15:59,886 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:15:59,889 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:15:59,889 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:15:59,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:15:59,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:59,899 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:15:59,900 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:15:59,900 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:15:59,900 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:15:59,903 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:15:59,906 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:15:59,906 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:15:59,909 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:15:59,910 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:15:59,910 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:15:59,910 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8cd6844940) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:15:59,914 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:15:59,914 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:15:59,917 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:15:59,917 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:15:59,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:15:59,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:59,927 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:15:59,927 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:15:59,928 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:15:59,928 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:15:59,931 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:15:59,934 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:15:59,934 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:15:59,937 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:15:59,937 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:15:59,938 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:15:59,938 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8cd6849390) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:15:59,941 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:15:59,941 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:15:59,945 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:15:59,945 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:15:59,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:15:59,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:59,955 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:15:59,955 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:15:59,955 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:15:59,955 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:15:59,958 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:15:59,962 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:15:59,962 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:15:59,965 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:15:59,965 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:15:59,966 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:15:59,966 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8cd68446d8) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:15:59,969 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:15:59,969 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:15:59,972 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:15:59,972 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:15:59,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:15:59,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:59,982 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:15:59,983 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:15:59,983 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:15:59,983 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:15:59,986 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:15:59,989 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:15:59,990 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:15:59,993 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:15:59,993 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:15:59,993 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:15:59,993 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8cd6856278) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:15:59,997 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:15:59,997 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:16:00,000 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:16:00,000 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:16:00,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:16:00,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:00,010 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:16:00,011 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:16:00,011 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:16:00,011 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:16:00,014 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:16:00,017 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:16:00,017 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:16:00,020 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:16:00,021 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:16:00,021 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:16:00,021 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8cd6856400) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:16:00,025 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:16:00,025 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:16:00,028 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': '22216935'} ; 2024-03-01 21:16:00,028 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:16:00,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:16:00,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:00,038 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:16:00,038 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:16:00,038 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:16:00,038 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:16:00,038 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:16:00,038 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:16:00,041 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:16:00,045 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:16:00,045 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:16:00,048 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:16:00,048 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:16:00,049 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:16:00,049 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8cd685d1d0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:16:00,052 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:16:00,055 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:16:00,056 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:16:00,059 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:16:00,059 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:16:00,062 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:00,062 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:16:00,066 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:00,066 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:16:00,069 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:16:00,072 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:16:00,076 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:16:00,082 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 0x7f8cd6847788> 2024-03-01 21:16:03,159 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:16:03,164 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:16:03,164 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:16:03,168 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': '22221140'} ; 2024-03-01 21:16:03,168 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:16:03,168 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:16:03,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:03,174 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:03,177 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:16:03,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:03,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:03,183 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:03,199 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:03,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:16:03,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:16:03,217 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:16:03,221 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:16:03,221 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:16:03,224 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:16:03,228 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:16:03,228 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:16:03,231 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:16:03,232 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:16:03,232 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:16:03,235 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:16:03,238 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:16:03,241 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:16:03,244 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:16:03,247 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:16:03,248 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:16:03,248 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:16:03,249 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:16:03,248 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f8cdf62a390) -- 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 0x7f8cd686d0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:16:03,252 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:16:03,255 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:16:03,256 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:16:03,259 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:16:03,259 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:16:03,262 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:03,262 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:16:03,266 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:03,266 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:16:03,267 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:16:03,268 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:16:03,271 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:16:03,271 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:16:03,274 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:16:03,274 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:16:03,275 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:03,290 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:03,302 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:16:03,303 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:16:03,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:16:03,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:03,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:16:03,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:03,315 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:16:03,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:16:03,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:03,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:16:03,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:03,327 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:16:03,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:16:03,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:03,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:16:03,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:03,338 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:16:03,341 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:16:03,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:03,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:16:03,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:03,349 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:16:03,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:16:03,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:03,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:16:03,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:03,360 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:16:03,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:16:03,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:03,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:16:03,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:03,371 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:16:03,371 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:16:08,407 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_a0150ek4/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:16:08,444 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:16:08,444 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:16:08,448 INFO program/MainThread: stdout[2]: 2024-03-01 21:16:08,448 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 21:16:08,448 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:16:08,448 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:16:08,453 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:08,454 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:16:08,457 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:16:08,458 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:16:08,461 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:16:08,461 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:16:08,464 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:16:08,464 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:16:08,472 INFO program/MainThread: stdout: 2024-03-01 21:16:08,472 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:16:08,473 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:16:08,473 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:16:08,473 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:16:08,473 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:16:08,473 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:16:08,473 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:16:08,473 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:16:08,473 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:16:08,473 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:16:08,473 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:16:08,473 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:16:08,473 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:16:08,473 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:16:08,473 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:16:08,473 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:08,473 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 21:16:08,473 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:16:08,474 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:16:08,474 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:16:08,474 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:16:08,474 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:16:08,474 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:16:08,475 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:08,486 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:08,497 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:16:08,502 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:16:08,502 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:16:08,503 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 21:16:08,538 INFO program/MainThread: stdout[3]: 2024-03-01 21:16:08,538 INFO program/MainThread: stderr[3]: 2024-03-01 21:16:08,538 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:16:08,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:16:08,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:08,551 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:16:08,556 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:16:08,557 INFO blivet/MainThread: sda is a disk 2024-03-01 21:16:08,557 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:16:08,557 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:16:08,561 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:16:08,564 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:16:08,564 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:16:08,568 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:16:08,568 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:16:08,569 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:16:08,569 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69c330f60) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:16:08,573 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:16:08,573 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:16:08,576 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:16:08,576 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:16:08,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:16:08,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:08,586 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:16:08,587 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:16:08,587 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:16:08,587 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:16:08,590 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:16:08,593 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:16:08,593 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:16:08,597 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:16:08,597 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:16:08,597 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:16:08,597 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69c271e80) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:16:08,601 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:16:08,601 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:16:08,604 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:16:08,604 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:16:08,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:16:08,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:08,614 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:16:08,615 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:16:08,615 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:16:08,615 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:16:08,618 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:16:08,621 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:16:08,621 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:16:08,625 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:16:08,625 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:16:08,625 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:16:08,625 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69c271fd0) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:16:08,629 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:16:08,629 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:16:08,632 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:16:08,632 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:16:08,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:16:08,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:08,642 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:16:08,643 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:16:08,643 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:16:08,643 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:16:08,646 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:16:08,649 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:16:08,650 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:16:08,653 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:16:08,653 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:16:08,653 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:16:08,653 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69b224eb8) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:16:08,657 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:16:08,657 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:16:08,660 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:16:08,660 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:16:08,664 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:16:08,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:08,670 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:16:08,671 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:16:08,671 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:16:08,671 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:16:08,674 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:16:08,677 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:16:08,678 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:16:08,681 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:16:08,681 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:16:08,681 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:16:08,681 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69c271f98) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:16:08,685 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:16:08,685 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:16:08,688 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:16:08,688 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:16:08,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:16:08,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:08,698 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:16:08,699 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:16:08,699 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:16:08,699 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:16:08,702 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:16:08,705 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:16:08,705 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:16:08,709 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:16:08,709 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:16:08,709 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:16:08,709 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69b222e80) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:16:08,713 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:16:08,713 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:16:08,716 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:16:08,716 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:16:08,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:16:08,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:08,726 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:16:08,727 INFO blivet/MainThread: sde is a disk 2024-03-01 21:16:08,727 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:16:08,727 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:16:08,730 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:16:08,733 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:16:08,733 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:16:08,736 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:16:08,737 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:16:08,737 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:16:08,737 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69b237518) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:16:08,740 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:16:08,741 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:16:08,744 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:16:08,744 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:16:08,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:16:08,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:08,754 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:16:08,755 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:16:08,755 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:16:08,755 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:16:08,758 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:16:08,761 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:16:08,761 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:16:08,764 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:16:08,765 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:16:08,765 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:16:08,765 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69b222cf8) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:16:08,768 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:16:08,768 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:16:08,772 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:16:08,772 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:16:08,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:16:08,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:08,782 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:16:08,782 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:16:08,782 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:16:08,782 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:16:08,786 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:16:08,789 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:16:08,789 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:16:08,792 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:16:08,792 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:16:08,793 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:16:08,793 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69b227400) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:16:08,796 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:16:08,796 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:16:08,800 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:16:08,800 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:16:08,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:16:08,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:08,810 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:16:08,810 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:16:08,810 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:16:08,810 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:16:08,813 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:16:08,817 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:16:08,817 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:16:08,820 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:16:08,820 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:16:08,821 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:16:08,821 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69b2224e0) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:16:08,824 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:16:08,824 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:16:08,827 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:16:08,827 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:16:08,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:16:08,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:08,837 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:16:08,838 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:16:08,838 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:16:08,838 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:16:08,841 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:16:08,845 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:16:08,845 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:16:08,848 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:16:08,848 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:16:08,849 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:16:08,849 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69b2412e8) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:16:08,852 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:16:08,852 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:16:08,855 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:16:08,855 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:16:08,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:16:08,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:08,866 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:16:08,866 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:16:08,866 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:16:08,866 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:16:08,869 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:16:08,873 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:16:08,873 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:16:08,876 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:16:08,876 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:16:08,877 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:16:08,877 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69b241470) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:16:08,880 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:16:08,880 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:16:08,883 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': '22216935'} ; 2024-03-01 21:16:08,883 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:16:08,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:16:08,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:08,893 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:16:08,893 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:16:08,893 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:16:08,893 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:16:08,893 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:16:08,894 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:16:08,897 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:16:08,900 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:16:08,900 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:16:08,903 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:16:08,904 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:16:08,904 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:16:08,904 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69b248240) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:16:08,907 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:16:08,911 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:16:08,911 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:16:08,914 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:16:08,915 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:16:08,918 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:08,918 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:16:08,921 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:08,921 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:16:08,924 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:16:08,928 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:16:08,932 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:16:08,937 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 0x7ff69b232788> 2024-03-01 21:16:11,802 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:16:11,807 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:16:11,807 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:16:11,811 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': '22221140'} ; 2024-03-01 21:16:11,811 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:16:11,811 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:16:11,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:11,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:11,821 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:16:11,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:11,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:11,827 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:11,839 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:11,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:16:11,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:16:11,858 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:16:11,862 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:16:11,862 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:16:11,865 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:16:11,869 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:16:11,869 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:16:11,872 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:16:11,873 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:16:11,873 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:16:11,876 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:16:11,879 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:16:11,882 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:16:11,885 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:16:11,889 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:16:11,889 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:16:11,889 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:16:11,890 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:16:11,889 INFO blivet/MainThread: got device: PartitionDevice instance (0x7ff69b222358) -- 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 0x7ff69b2580f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:16:11,893 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:16:11,897 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:16:11,897 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:16:11,900 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:16:11,900 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:16:11,904 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:11,904 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:16:11,907 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:11,907 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:16:11,909 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:16:11,909 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:16:11,912 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:16:11,913 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:16:11,916 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:16:11,916 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:16:11,917 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:11,931 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:11,943 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:16:11,944 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:16:11,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:16:11,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:11,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:16:11,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:11,956 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:16:11,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:16:11,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:11,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:16:11,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:11,968 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:16:11,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:16:11,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:11,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:16:11,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:11,979 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:16:11,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:16:11,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:11,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:16:11,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:11,990 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:16:11,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:16:11,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:11,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:16:12,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:12,002 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:16:12,004 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:16:12,007 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:12,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:16:12,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:12,013 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:16:12,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:12,018 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:12,021 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:12,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:12,024 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 21:16:12,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:16:12,030 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 21:16:12,030 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:16:12,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:16:12,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 21:16:12,036 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:16:12,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:16:12,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 21:16:12,041 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:16:12,045 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:16:12,045 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 21:16:12,045 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:16:12,048 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:16:12,049 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:16:12,052 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:16:12,052 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:16:12,055 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:16:12,055 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 21:16:12,056 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:16:12,059 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:16:12,059 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:16:12,062 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:16:12,062 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:16:12,065 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:16:12,065 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 21:16:12,065 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:16:12,068 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:16:12,068 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:16:12,071 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:16:12,072 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:16:12,072 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:16:12,077 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:16:12,080 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:16:12,084 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:16:12,087 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:16:12,091 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:16:12,095 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:16:12,095 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:16:12,099 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:16:12,099 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 21:16:12,099 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:16:12,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:12,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:12,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:12,112 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:12,112 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 21:16:12,113 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:16:12,114 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:16:12,114 DEBUG blivet.ansible/MainThread: size: 2.99 GiB ; 0.0 2024-03-01 21:16:12,114 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:16:12,114 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:16:12,117 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:16:12,118 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 21:16:12,120 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:16:12,121 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 21:16:12,125 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:16:12,128 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:16:12,128 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:16:12,132 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:16:12,135 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:16:12,138 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:16:12,142 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 21:16:12,142 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:16:12,143 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:16:12,143 DEBUG blivet/MainThread: Adding test_vg1-lv1/2.99 GiB to test_vg1 2024-03-01 21:16:12,143 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 21:16:12,148 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:16:12,148 INFO program/MainThread: stderr[4]: 2024-03-01 21:16:12,148 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:16:12,149 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 21:16:12,149 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:16:12,149 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:16:12,154 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 21:16:12,154 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:16:12,155 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:16:12,155 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:16:12,155 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:16:12,155 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:16:12,155 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:16:12,155 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:16:12,155 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:16:12,155 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:16:12,155 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:16:12,155 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:16:12,156 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:16:12,158 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:16:12,161 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:16:12,164 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:16:12,165 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:16:12,167 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:16:12,168 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 0x7ff69b18beb8> 2024-03-01 21:16:12,168 INFO blivet/MainThread: sorting actions... 2024-03-01 21:16:12,169 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:16:12,169 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:16:12,169 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:16:12,170 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:16:12,170 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:16:12,170 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:16:12,170 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:16:12,170 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:16:12,170 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:16:12,171 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:16:12,174 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:16:12,176 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 21:16:12,176 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 21:16:12,183 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:12,183 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:12,212 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:12,212 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:12,225 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:12,225 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:16:12,229 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:16:12,232 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 21:16:12,232 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 21:16:12,238 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:12,239 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:12,267 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:12,267 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:12,278 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:12,278 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:16:12,282 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:16:12,285 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 21:16:12,285 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 21:16:12,292 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:12,293 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:12,322 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:12,322 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:12,333 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:12,333 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:16:12,337 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:16:12,340 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:16:12,343 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:16:12,343 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:16:12,344 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 21:16:12,376 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 21:16:12,376 INFO program/MainThread: stderr[5]: 2024-03-01 21:16:12,376 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:16:12,377 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:12,397 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:12,401 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:16:12,401 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:16:12,403 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 21:16:12,412 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:12,413 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:12,438 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:12,438 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:16:12,442 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:16:12,445 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:16:12,448 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:16:12,448 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:16:12,448 INFO program/MainThread: Running [6] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:16:12,479 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdb" successfully created. 2024-03-01 21:16:12,480 INFO program/MainThread: stderr[6]: 2024-03-01 21:16:12,480 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:16:12,480 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:12,501 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:12,506 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:16:12,506 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:16:12,507 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 21:16:12,517 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:12,517 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:12,541 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:12,541 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:16:12,545 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:16:12,548 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:16:12,551 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:16:12,552 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:16:12,552 INFO program/MainThread: Running [7] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:16:12,584 INFO program/MainThread: stdout[7]: Physical volume "/dev/sda" successfully created. 2024-03-01 21:16:12,584 INFO program/MainThread: stderr[7]: 2024-03-01 21:16:12,584 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:16:12,585 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:12,604 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:12,608 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:16:12,608 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:16:12,610 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 21:16:12,619 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:12,619 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:12,644 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:12,644 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:16:12,648 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 21:16:12,651 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:16:12,654 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:16:12,657 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:16:12,661 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:16:12,664 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:16:12,667 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:16:12,670 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:16:12,673 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 21:16:12,673 INFO program/MainThread: Running [8] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --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 21:16:12,737 INFO program/MainThread: stdout[8]: Volume group "test_vg1" successfully created 2024-03-01 21:16:12,737 INFO program/MainThread: stderr[8]: 2024-03-01 21:16:12,737 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:16:12,745 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:16:12,757 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:16:12,768 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:16:12,774 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:16:12,784 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:16:12,790 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:16:12,797 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:16:12,803 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:16:12,803 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:12,817 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:12,821 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:16:12,825 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:16:12,825 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:12,836 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:12,836 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 21:16:12,845 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:12,846 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:12,858 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:12,858 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:16:12,862 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 21:16:12,865 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 21:16:12,868 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:16:12,872 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:16:12,875 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:16:12,879 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:16:12,882 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:16:12,885 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:16:12,889 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:16:12,892 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:16:12,892 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:12,905 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:12,909 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:16:12,910 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/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:16:12,938 INFO program/MainThread: stdout[9]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:16:12,938 INFO program/MainThread: stderr[9]: 2024-03-01 21:16:12,938 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:16:12,938 WARNING blivet/MainThread: test_vg1-lv1 LV's size (2.99 GiB) exceeds the VG's usable free space (2.98 GiB),shrinking the LV 2024-03-01 21:16:12,939 DEBUG blivet/MainThread: trying to set lv test_vg1-lv1 size to 2.98 GiB 2024-03-01 21:16:12,943 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 21:16:12,943 INFO program/MainThread: Running [10] lvm lvcreate -n lv1 -L 3121152K -y --type linear 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 21:16:13,037 INFO program/MainThread: stdout[10]: Logical volume "lv1" created. 2024-03-01 21:16:13,037 INFO program/MainThread: stderr[10]: 2024-03-01 21:16:13,037 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:16:13,046 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:16:13,053 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:16:13,053 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:16:13,054 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:13,076 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:13,081 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 21:16:13,082 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:16:13,082 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:16:13,093 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:13,093 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:13,108 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:13,108 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:16:13,113 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:16:13,116 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:16:13,119 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 21:16:13,119 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 21:16:13,154 INFO program/MainThread: stdout: 2024-03-01 21:16:13,154 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=195072 blks 2024-03-01 21:16:13,154 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:16:13,154 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:16:13,154 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:16:13,154 INFO program/MainThread: data = bsize=4096 blocks=780288, imaxpct=25 2024-03-01 21:16:13,154 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:16:13,154 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:16:13,154 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 21:16:13,154 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:16:13,154 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:16:13,155 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:13,155 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 21:16:13,171 INFO program/MainThread: stdout: 2024-03-01 21:16:13,172 INFO program/MainThread: writing all SBs 2024-03-01 21:16:13,172 INFO program/MainThread: new label = "" 2024-03-01 21:16:13,172 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:13,172 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:13,187 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:13,191 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:16:13,191 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:16:13,193 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:16:13,202 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:13,203 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:13,217 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:13,223 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:16:13,223 DEBUG blivet/MainThread: device xvda1 new parted_partition parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7ff69b1251a8> 2024-03-01 21:16:13,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:13,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 2.98 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:16:13,229 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:16:13,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:13,235 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 2.98 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:16:13,235 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:16:21,399 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_666yi27v/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:16:21,436 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:16:21,436 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:16:21,440 INFO program/MainThread: stdout[2]: 2024-03-01 21:16:21,440 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 21:16:21,440 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:16:21,440 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:16:21,445 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:21,446 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:16:21,450 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:16:21,450 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:16:21,453 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:16:21,453 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:16:21,456 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:16:21,456 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:16:21,466 INFO program/MainThread: stdout: 2024-03-01 21:16:21,466 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:16:21,466 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member 33CgmG-TvdJ-FqDL-ubSh-uogx-yuTm-wwnGpS 2024-03-01 21:16:21,466 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 430daa60-7af9-4441-b74e-4578703a90c2 2024-03-01 21:16:21,466 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn 2024-03-01 21:16:21,466 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 430daa60-7af9-4441-b74e-4578703a90c2 2024-03-01 21:16:21,466 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 2024-03-01 21:16:21,466 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 430daa60-7af9-4441-b74e-4578703a90c2 2024-03-01 21:16:21,466 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:16:21,466 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:16:21,466 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:16:21,466 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:16:21,466 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:16:21,466 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:16:21,466 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:16:21,466 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:16:21,467 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:16:21,467 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:16:21,467 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:16:21,467 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:21,467 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member 33CgmG-TvdJ-FqDL-ubSh-uogx-yuTm-wwnGpS `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 430daa60-7af9-4441-b74e-4578703a90c2 sdb 1073741824 root disk brw-rw---- LVM2_member O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 430daa60-7af9-4441-b74e-4578703a90c2 sdc 1073741824 root disk brw-rw---- LVM2_member wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 430daa60-7af9-4441-b74e-4578703a90c2 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 21:16:21,467 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:16:21,467 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:16:21,467 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:16:21,467 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:16:21,468 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:16:21,468 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:16:21,468 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:21,480 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:21,492 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 21:16:21,497 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/lvm-pv-uuid-33CgmG-TvdJ-FqDL-ubSh-uogx-yuTm-wwnGpS ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba', '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': '33CgmG-TvdJ-FqDL-ubSh-uogx-yuTm-wwnGpS', 'ID_FS_UUID_ENC': '33CgmG-TvdJ-FqDL-ubSh-uogx-yuTm-wwnGpS', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:16:21,497 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:16:21,497 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 21:16:21,532 INFO program/MainThread: stdout[3]: 2024-03-01 21:16:21,532 INFO program/MainThread: stderr[3]: 2024-03-01 21:16:21,532 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:16:21,537 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:16:21,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:21,546 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:16:21,551 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:16:21,551 INFO blivet/MainThread: sda is a disk 2024-03-01 21:16:21,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:16:21,552 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:16:21,555 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:16:21,558 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:16:21,558 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:16:21,562 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:16:21,562 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:16:21,562 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:16:21,562 INFO blivet/MainThread: got device: DiskDevice instance (0x7f76508cf390) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:16:21,566 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:16:21,570 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:16:21,570 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:16:21,573 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:16:21,573 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:16:21,576 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:21,577 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:16:21,580 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:21,580 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:16:21,583 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:16:21,583 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:16:21,583 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 21:16:21,617 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=33CgmG-TvdJ-FqDL-ubSh-uogx-yuTm-wwnGpS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:16:21,617 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn. WARNING: Couldn't find device with uuid wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6. WARNING: VG test_vg1 is missing PV O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 (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 21:16:21,617 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:16:21,618 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:16:21,622 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 33CgmG-TvdJ-FqDL-ubSh-uogx-yuTm-wwnGpS ; label: None ; device: /dev/sda ; serial: 36001405f47a7bfa33fe400b9c731d3ba ; exists: True ; vg_name: test_vg1 ; vg_uuid: S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa ; pe_start: 8 MiB ; 2024-03-01 21:16:21,623 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:16:21,626 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:16:21,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa ; incomplete: True ; hidden: False ; 2024-03-01 21:16:21,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:16:21,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:21,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:21,638 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 21:16:21,669 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:16:21,669 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn. WARNING: Couldn't find device with uuid wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6. WARNING: VG test_vg1 is missing PV O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 (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 21:16:21,669 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:16:21,669 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:16:21,670 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:16:21,675 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:16:21,679 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:16:21,679 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:16:21,682 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:16:21,683 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 21:16:21,711 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B LVM2_LV_SIZE=3196059648 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=zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B LVM2_LV_SIZE=3196059648 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=zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:16:21,711 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn. WARNING: Couldn't find device with uuid wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6. WARNING: VG test_vg1 is missing PV O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 (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 21:16:21,711 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:16:21,716 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:16:21,717 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:16:21,720 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:16:21,723 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa ; incomplete: True ; hidden: False ; 2024-03-01 21:16:21,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:16:21,726 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:16:21,726 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:16:21,730 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/lvm-pv-uuid-O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1', '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': 'O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn', 'ID_FS_UUID_ENC': 'O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:16:21,730 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:16:21,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:16:21,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:21,739 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:16:21,740 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:16:21,740 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:16:21,740 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:16:21,743 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:16:21,746 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:16:21,747 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:16:21,750 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:16:21,750 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:16:21,751 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:16:21,751 INFO blivet/MainThread: got device: DiskDevice instance (0x7f76500a25c0) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:16:21,754 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:16:21,757 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:16:21,757 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:16:21,761 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:16:21,761 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:16:21,764 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:21,764 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:16:21,767 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:21,767 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:16:21,770 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:16:21,770 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:16:21,770 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 21:16:21,798 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=33CgmG-TvdJ-FqDL-ubSh-uogx-yuTm-wwnGpS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:16:21,798 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6. WARNING: VG test_vg1 is missing PV wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 (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 21:16:21,798 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:16:21,798 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:16:21,803 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn ; label: None ; device: /dev/sdb ; serial: 36001405b7caaf3a7f7140988224d62c1 ; exists: True ; vg_name: test_vg1 ; vg_uuid: S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa ; pe_start: 8 MiB ; 2024-03-01 21:16:21,803 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:16:21,806 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:16:21,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa ; incomplete: True ; hidden: False ; 2024-03-01 21:16:21,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:16:21,815 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:16:21,818 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:16:21,821 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:16:21,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa ; incomplete: True ; hidden: False ; 2024-03-01 21:16:21,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:16:21,828 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 21:16:21,856 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B LVM2_LV_SIZE=3196059648 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=zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B LVM2_LV_SIZE=3196059648 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=zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:16:21,856 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6. WARNING: VG test_vg1 is missing PV wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 (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 21:16:21,856 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:16:21,856 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:16:21,856 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:16:21,861 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:16:21,861 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:16:21,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:16:21,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:21,871 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:16:21,872 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:16:21,872 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:16:21,872 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:16:21,875 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:16:21,878 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:16:21,879 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:16:21,882 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:16:21,882 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:16:21,882 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:16:21,883 INFO blivet/MainThread: got device: DiskDevice instance (0x7f76500a2da0) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:16:21,886 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:16:21,886 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:16:21,889 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:16:21,889 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:16:21,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:16:21,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:21,899 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:16:21,899 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:16:21,900 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:16:21,900 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:16:21,903 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:16:21,906 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:16:21,906 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:16:21,909 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:16:21,910 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:16:21,910 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:16:21,910 INFO blivet/MainThread: got device: DiskDevice instance (0x7f764b7c8f28) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:16:21,913 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:16:21,913 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:16:21,917 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867', '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': 'wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6', 'ID_FS_UUID_ENC': 'wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:16:21,917 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:16:21,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:16:21,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:21,926 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:16:21,927 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:16:21,927 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:16:21,927 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:16:21,930 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:16:21,933 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:16:21,933 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:16:21,936 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:16:21,937 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:16:21,937 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:16:21,937 INFO blivet/MainThread: got device: DiskDevice instance (0x7f76500a2b00) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:16:21,940 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:16:21,944 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:16:21,944 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:16:21,947 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:16:21,947 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:16:21,951 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:21,951 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:16:21,954 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:21,954 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:16:21,957 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:16:21,957 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:16:21,957 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 21:16:21,986 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=33CgmG-TvdJ-FqDL-ubSh-uogx-yuTm-wwnGpS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:16:21,986 INFO program/MainThread: stderr[9]: 2024-03-01 21:16:21,986 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:16:21,987 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:16:21,991 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 ; label: None ; device: /dev/sdc ; serial: 3600140507600ad0486d49968c7af7867 ; exists: True ; vg_name: test_vg1 ; vg_uuid: S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa ; pe_start: 8 MiB ; 2024-03-01 21:16:21,991 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:16:21,994 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:16:21,997 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa ; incomplete: True ; hidden: False ; 2024-03-01 21:16:22,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:16:22,003 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:16:22,006 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:16:22,009 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:16:22,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa ; incomplete: True ; hidden: False ; 2024-03-01 21:16:22,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:16:22,016 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 21:16:22,045 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:16:22,045 INFO program/MainThread: stderr[10]: 2024-03-01 21:16:22,045 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:16:22,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:22,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:22,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B ; incomplete: False ; hidden: False ; 2024-03-01 21:16:22,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:16:22,059 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:16:22,063 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:16:22,063 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:16:22,066 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:16:22,070 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:16:22,070 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:16:22,074 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 21:16:22,074 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:16:22,074 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:16:22,078 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:16:22,082 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:16:22,082 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:16:22,085 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:16:22,089 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:16:22,089 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:16:22,092 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 21:16:22,093 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:16:22,093 DEBUG blivet/MainThread: Adding test_vg1-lv1/2.98 GiB to test_vg1 2024-03-01 21:16:22,093 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:16:22,096 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:16:22,096 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:16:22,099 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 21:16:22,100 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:16:22,103 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-S9H3Qkl54mnpeZhfEbPUh8ELzdjfploazQWAet0FKoGNh3s4UeKkP9Jmkoei6W2B ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/430daa60-7af9-4441-b74e-4578703a90c2 ' '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-S9H3Qkl54mnpeZhfEbPUh8ELzdjfploazQWAet0FKoGNh3s4UeKkP9Jmkoei6W2B', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '430daa60-7af9-4441-b74e-4578703a90c2', 'ID_FS_UUID_ENC': '430daa60-7af9-4441-b74e-4578703a90c2', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1293081639'} ; 2024-03-01 21:16:22,104 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:16:22,104 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:16:22,108 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:16:22,108 INFO program/MainThread: stderr[11]: 2024-03-01 21:16:22,108 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:16:22,109 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:16:22,112 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:16:22,112 INFO program/MainThread: stderr[12]: 2024-03-01 21:16:22,112 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:16:22,112 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:16:22,116 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:16:22,116 INFO program/MainThread: stderr[13]: 2024-03-01 21:16:22,116 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:16:22,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:22,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:16:22,126 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:22,127 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:22,127 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:22,128 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:22,124 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f764b7c8b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f7650081940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:22,128 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:16:22,132 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:16:22,132 INFO program/MainThread: stderr[14]: 2024-03-01 21:16:22,132 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:16:22,136 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:16:22,140 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:16:22,140 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:16:22,144 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:16:22,144 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:16:22,147 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:22,147 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:16:22,151 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:22,151 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:16:22,153 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:16:22,153 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:16:22,156 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:16:22,157 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:16:22,160 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:16:22,160 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:16:22,161 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:16:22,164 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:16:22,164 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:16:22,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:16:22,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:22,174 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:16:22,175 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:16:22,175 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:16:22,175 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 21:16:22,178 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:16:22,181 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:16:22,181 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:16:22,185 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:16:22,185 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:16:22,185 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 21:16:22,185 INFO blivet/MainThread: got device: DiskDevice instance (0x7f764b7d4cc0) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:16:22,189 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:16:22,189 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:16:22,192 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:16:22,192 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:16:22,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:16:22,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:22,202 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:16:22,203 INFO blivet/MainThread: sde is a disk 2024-03-01 21:16:22,203 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 21:16:22,203 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 21:16:22,206 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:16:22,209 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:16:22,209 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:16:22,212 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:16:22,212 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:16:22,213 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 21:16:22,213 INFO blivet/MainThread: got device: DiskDevice instance (0x7f764b7da358) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:16:22,216 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:16:22,216 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:16:22,220 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:16:22,220 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:16:22,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:16:22,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:22,230 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:16:22,230 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:16:22,230 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 21:16:22,230 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 21:16:22,233 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:16:22,236 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:16:22,237 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:16:22,240 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:16:22,240 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:16:22,240 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 21:16:22,240 INFO blivet/MainThread: got device: DiskDevice instance (0x7f765098d630) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:16:22,244 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:16:22,244 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:16:22,247 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:16:22,247 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:16:22,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:16:22,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:22,257 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:16:22,257 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:16:22,258 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 21:16:22,258 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 21:16:22,261 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:16:22,264 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:16:22,264 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:16:22,267 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:16:22,268 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:16:22,268 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 21:16:22,268 INFO blivet/MainThread: got device: DiskDevice instance (0x7f764b7cb240) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:16:22,271 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:16:22,271 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:16:22,275 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:16:22,275 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:16:22,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:16:22,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:22,285 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:16:22,285 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:16:22,285 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 21:16:22,285 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 21:16:22,288 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:16:22,291 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:16:22,292 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:16:22,295 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:16:22,295 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:16:22,295 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 21:16:22,295 INFO blivet/MainThread: got device: DiskDevice instance (0x7f764b7cb780) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:16:22,299 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:16:22,299 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:16:22,302 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:16:22,302 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:16:22,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:16:22,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:22,312 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:16:22,312 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:16:22,313 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:16:22,313 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 21:16:22,316 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:16:22,319 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:16:22,319 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:16:22,322 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:16:22,322 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:16:22,323 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 21:16:22,323 INFO blivet/MainThread: got device: DiskDevice instance (0x7f764b7ea128) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:16:22,326 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:16:22,326 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:16:22,329 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:16:22,330 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:16:22,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:16:22,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:22,339 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:16:22,340 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:16:22,340 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 21:16:22,340 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 21:16:22,343 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:16:22,346 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:16:22,346 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:16:22,349 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:16:22,350 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:16:22,350 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 21:16:22,350 INFO blivet/MainThread: got device: DiskDevice instance (0x7f764b7ea7f0) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:16:22,353 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:16:22,354 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:16:22,356 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': '22216935'} ; 2024-03-01 21:16:22,357 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:16:22,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:16:22,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:22,366 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:16:22,367 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:16:22,367 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:16:22,367 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:16:22,367 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:16:22,367 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:16:22,370 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:16:22,373 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:16:22,373 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:16:22,376 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:16:22,377 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:16:22,377 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 21:16:22,377 INFO blivet/MainThread: got device: DiskDevice instance (0x7f764b7ead30) -- 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 21:16:22,380 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:16:22,384 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:16:22,384 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 21:16:22,387 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:16:22,387 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 21:16:22,390 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:22,390 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 21:16:22,393 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:22,393 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 21:16:22,397 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:16:22,400 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:16:22,403 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:16:22,407 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 0x7f765008c1c8> 2024-03-01 21:16:25,505 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 21:16:25,510 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:16:25,510 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:16:25,514 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': '22221140'} ; 2024-03-01 21:16:25,514 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:16:25,514 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:16:25,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:25,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:25,524 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:16:25,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:25,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:25,530 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:25,542 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:25,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:16:25,561 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 21:16:25,561 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 21:16:25,565 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:16:25,565 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:16:25,569 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:16:25,572 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:16:25,572 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:16:25,575 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:16:25,576 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:16:25,576 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:16:25,579 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:16:25,582 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:16:25,585 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:16:25,588 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:16:25,591 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:16:25,591 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:16:25,591 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 21:16:25,592 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:16:25,591 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f764b7ed438) -- 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 0x7f764b7fbeb8> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:16:25,595 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:16:25,599 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:16:25,599 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 21:16:25,602 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:16:25,602 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 21:16:25,605 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:25,606 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 21:16:25,609 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:25,609 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 21:16:25,609 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:16:25,612 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:16:25,612 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 21:16:25,615 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:16:25,615 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:16:25,618 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/430daa60-7af9-4441-b74e-4578703a90c2 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-S9H3Qkl54mnpeZhfEbPUh8ELzdjfploazQWAet0FKoGNh3s4UeKkP9Jmkoei6W2B ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-S9H3Qkl54mnpeZhfEbPUh8ELzdjfploazQWAet0FKoGNh3s4UeKkP9Jmkoei6W2B', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '430daa60-7af9-4441-b74e-4578703a90c2', 'ID_FS_UUID_ENC': '430daa60-7af9-4441-b74e-4578703a90c2', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1293081639'} ; 2024-03-01 21:16:25,618 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:16:25,619 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:16:25,623 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:16:25,623 INFO program/MainThread: stderr[15]: 2024-03-01 21:16:25,623 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:16:25,624 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:16:25,627 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:16:25,627 INFO program/MainThread: stderr[16]: 2024-03-01 21:16:25,628 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:16:25,628 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:16:25,631 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:16:25,631 INFO program/MainThread: stderr[17]: 2024-03-01 21:16:25,631 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:16:25,636 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:25,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:16:25,641 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:25,642 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:25,642 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:25,643 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:25,639 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f764b7c8b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f7650081940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:25,644 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:16:25,647 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:16:25,647 INFO program/MainThread: stderr[18]: 2024-03-01 21:16:25,647 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:16:25,651 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:16:25,651 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:16:25,651 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:25,663 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:25,676 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:16:25,677 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:16:25,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:16:25,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:25,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:16:25,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:25,689 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:16:25,692 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:16:25,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:25,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:16:25,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:25,701 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:16:25,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:16:25,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:25,708 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:16:25,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:25,711 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:16:25,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:16:25,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:25,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:16:25,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:25,722 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:16:25,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:16:25,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:25,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:16:25,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:25,733 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:16:25,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:16:25,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:25,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:16:25,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:25,744 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:16:30,782 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_7lgb0ow0/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:16:30,818 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:16:30,819 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:16:30,822 INFO program/MainThread: stdout[2]: 2024-03-01 21:16:30,823 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 21:16:30,823 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:16:30,823 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:16:30,827 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:30,828 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:16:30,832 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:16:30,832 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:16:30,835 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:16:30,835 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:16:30,838 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:16:30,838 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:16:30,847 INFO program/MainThread: stdout: 2024-03-01 21:16:30,847 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:16:30,847 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member 33CgmG-TvdJ-FqDL-ubSh-uogx-yuTm-wwnGpS 2024-03-01 21:16:30,847 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 430daa60-7af9-4441-b74e-4578703a90c2 2024-03-01 21:16:30,847 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn 2024-03-01 21:16:30,847 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 430daa60-7af9-4441-b74e-4578703a90c2 2024-03-01 21:16:30,847 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 2024-03-01 21:16:30,847 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 430daa60-7af9-4441-b74e-4578703a90c2 2024-03-01 21:16:30,847 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:16:30,847 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:16:30,847 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:16:30,847 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:16:30,847 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:16:30,847 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:16:30,847 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:16:30,847 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:16:30,847 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:16:30,847 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:16:30,848 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:16:30,848 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:30,848 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member 33CgmG-TvdJ-FqDL-ubSh-uogx-yuTm-wwnGpS `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 430daa60-7af9-4441-b74e-4578703a90c2 sdb 1073741824 root disk brw-rw---- LVM2_member O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 430daa60-7af9-4441-b74e-4578703a90c2 sdc 1073741824 root disk brw-rw---- LVM2_member wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 430daa60-7af9-4441-b74e-4578703a90c2 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 21:16:30,848 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:16:30,848 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:16:30,848 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:16:30,848 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:16:30,849 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:16:30,849 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:16:30,849 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:30,860 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:30,872 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 21:16:30,876 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/lvm-pv-uuid-33CgmG-TvdJ-FqDL-ubSh-uogx-yuTm-wwnGpS ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba', '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': '33CgmG-TvdJ-FqDL-ubSh-uogx-yuTm-wwnGpS', 'ID_FS_UUID_ENC': '33CgmG-TvdJ-FqDL-ubSh-uogx-yuTm-wwnGpS', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:16:30,877 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:16:30,877 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 21:16:30,905 INFO program/MainThread: stdout[3]: 2024-03-01 21:16:30,905 INFO program/MainThread: stderr[3]: 2024-03-01 21:16:30,905 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:16:30,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:16:30,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:30,918 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:16:30,923 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:16:30,923 INFO blivet/MainThread: sda is a disk 2024-03-01 21:16:30,924 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:16:30,924 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:16:30,927 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:16:30,931 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:16:30,931 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:16:30,934 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:16:30,934 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:16:30,935 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:16:30,935 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe32e7d5390) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:16:30,939 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:16:30,942 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:16:30,942 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:16:30,945 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:16:30,946 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:16:30,949 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:30,949 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:16:30,952 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:30,952 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:16:30,955 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:16:30,955 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:16:30,956 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 21:16:30,986 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=33CgmG-TvdJ-FqDL-ubSh-uogx-yuTm-wwnGpS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:16:30,986 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn. WARNING: Couldn't find device with uuid wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6. WARNING: VG test_vg1 is missing PV O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 (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 21:16:30,986 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:16:30,986 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:16:30,991 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 33CgmG-TvdJ-FqDL-ubSh-uogx-yuTm-wwnGpS ; label: None ; device: /dev/sda ; serial: 36001405f47a7bfa33fe400b9c731d3ba ; exists: True ; vg_name: test_vg1 ; vg_uuid: S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa ; pe_start: 8 MiB ; 2024-03-01 21:16:30,991 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:16:30,994 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:16:30,997 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa ; incomplete: True ; hidden: False ; 2024-03-01 21:16:31,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:16:31,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:31,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:31,007 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 21:16:31,036 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:16:31,036 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn. WARNING: Couldn't find device with uuid wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6. WARNING: VG test_vg1 is missing PV O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 (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 21:16:31,036 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:16:31,036 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:16:31,037 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:16:31,042 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:16:31,046 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:16:31,046 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:16:31,049 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:16:31,049 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:16:31,077 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B LVM2_LV_SIZE=3196059648 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=zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B LVM2_LV_SIZE=3196059648 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=zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:16:31,077 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn. WARNING: Couldn't find device with uuid wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6. WARNING: VG test_vg1 is missing PV O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 (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 21:16:31,077 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:16:31,082 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:16:31,083 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:16:31,086 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:16:31,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa ; incomplete: True ; hidden: False ; 2024-03-01 21:16:31,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:16:31,092 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:16:31,092 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:16:31,096 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/lvm-pv-uuid-O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn', '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': 'O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn', 'ID_FS_UUID_ENC': 'O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:16:31,096 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:16:31,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:16:31,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:31,106 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:16:31,106 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:16:31,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:16:31,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:16:31,110 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:16:31,113 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:16:31,113 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:16:31,116 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:16:31,117 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:16:31,117 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:16:31,117 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe32d7a75c0) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:16:31,121 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:16:31,124 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:16:31,124 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:16:31,127 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:16:31,128 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:16:31,131 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:31,131 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:16:31,134 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:31,134 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:16:31,137 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:16:31,137 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:16:31,137 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 21:16:31,166 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=33CgmG-TvdJ-FqDL-ubSh-uogx-yuTm-wwnGpS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:16:31,166 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6. WARNING: VG test_vg1 is missing PV wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 (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 21:16:31,166 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:16:31,166 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:16:31,171 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn ; label: None ; device: /dev/sdb ; serial: 36001405b7caaf3a7f7140988224d62c1 ; exists: True ; vg_name: test_vg1 ; vg_uuid: S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa ; pe_start: 8 MiB ; 2024-03-01 21:16:31,171 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:16:31,174 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:16:31,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa ; incomplete: True ; hidden: False ; 2024-03-01 21:16:31,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:16:31,183 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:16:31,187 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:16:31,190 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:16:31,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa ; incomplete: True ; hidden: False ; 2024-03-01 21:16:31,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:16:31,196 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 21:16:31,225 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B LVM2_LV_SIZE=3196059648 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=zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B LVM2_LV_SIZE=3196059648 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=zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:16:31,225 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6. WARNING: VG test_vg1 is missing PV wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 (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 21:16:31,225 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:16:31,226 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:16:31,226 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:16:31,231 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:16:31,231 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:16:31,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:16:31,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:31,241 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:16:31,241 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:16:31,242 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:16:31,242 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:16:31,245 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:16:31,248 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:16:31,248 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:16:31,251 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:16:31,252 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:16:31,252 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:16:31,252 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe32d7a7da0) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:16:31,255 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:16:31,255 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:16:31,259 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:16:31,259 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:16:31,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:16:31,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:31,268 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:16:31,269 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:16:31,269 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:16:31,269 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:16:31,272 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:16:31,275 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:16:31,276 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:16:31,279 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:16:31,279 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:16:31,279 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:16:31,279 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe32d70bf28) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:16:31,283 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:16:31,283 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:16:31,286 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/lvm-pv-uuid-wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', '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': 'wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6', 'ID_FS_UUID_ENC': 'wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:16:31,286 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:16:31,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:16:31,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:31,296 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:16:31,296 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:16:31,296 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:16:31,296 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:16:31,299 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:16:31,302 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:16:31,303 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:16:31,306 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:16:31,306 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:16:31,306 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:16:31,306 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe32d7a7b00) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:16:31,310 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:16:31,313 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:16:31,313 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:16:31,316 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:16:31,317 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:16:31,320 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:31,320 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:16:31,323 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:31,323 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:16:31,326 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:16:31,326 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:16:31,326 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 21:16:31,356 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=33CgmG-TvdJ-FqDL-ubSh-uogx-yuTm-wwnGpS LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=O0JTe6-raWZ-9a30-tTTC-mHfL-18vg-8LO3hn LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:16:31,356 INFO program/MainThread: stderr[9]: 2024-03-01 21:16:31,356 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:16:31,357 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:16:31,361 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: wB27py-oeP1-hSxg-3JAw-FfRn-ivY8-5f2BK6 ; label: None ; device: /dev/sdc ; serial: 3600140507600ad0486d49968c7af7867 ; exists: True ; vg_name: test_vg1 ; vg_uuid: S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa ; pe_start: 8 MiB ; 2024-03-01 21:16:31,361 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:16:31,364 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:16:31,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa ; incomplete: True ; hidden: False ; 2024-03-01 21:16:31,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:16:31,374 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:16:31,377 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:16:31,380 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:16:31,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa ; incomplete: True ; hidden: False ; 2024-03-01 21:16:31,386 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:16:31,386 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 21:16:31,417 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:16:31,417 INFO program/MainThread: stderr[10]: 2024-03-01 21:16:31,417 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:16:31,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:31,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:31,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B ; incomplete: False ; hidden: False ; 2024-03-01 21:16:31,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:16:31,431 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:16:31,435 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:16:31,435 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:16:31,439 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:16:31,443 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:16:31,443 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:16:31,446 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 21:16:31,447 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:16:31,447 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:16:31,450 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:16:31,455 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:16:31,455 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:16:31,458 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:16:31,462 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:16:31,462 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:16:31,465 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 21:16:31,466 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:16:31,466 DEBUG blivet/MainThread: Adding test_vg1-lv1/2.98 GiB to test_vg1 2024-03-01 21:16:31,466 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:16:31,469 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:16:31,469 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:16:31,473 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 21:16:31,473 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:16:31,477 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-S9H3Qkl54mnpeZhfEbPUh8ELzdjfploazQWAet0FKoGNh3s4UeKkP9Jmkoei6W2B ' '/dev/disk/by-uuid/430daa60-7af9-4441-b74e-4578703a90c2 ' '/dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-S9H3Qkl54mnpeZhfEbPUh8ELzdjfploazQWAet0FKoGNh3s4UeKkP9Jmkoei6W2B', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '430daa60-7af9-4441-b74e-4578703a90c2', 'ID_FS_UUID_ENC': '430daa60-7af9-4441-b74e-4578703a90c2', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1293081639'} ; 2024-03-01 21:16:31,477 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:16:31,477 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:16:31,481 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:16:31,482 INFO program/MainThread: stderr[11]: 2024-03-01 21:16:31,482 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:16:31,482 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:16:31,485 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:16:31,486 INFO program/MainThread: stderr[12]: 2024-03-01 21:16:31,486 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:16:31,486 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:16:31,489 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:16:31,489 INFO program/MainThread: stderr[13]: 2024-03-01 21:16:31,489 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:16:31,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:31,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:16:31,500 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:31,501 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:31,501 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:31,502 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:31,497 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:31,502 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:16:31,506 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:16:31,506 INFO program/MainThread: stderr[14]: 2024-03-01 21:16:31,506 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:16:31,510 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:16:31,514 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:16:31,514 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:16:31,518 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:16:31,518 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:16:31,521 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:31,521 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:16:31,525 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:31,525 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:16:31,527 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:16:31,527 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:16:31,530 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:16:31,530 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:16:31,534 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:16:31,534 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:16:31,535 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:16:31,538 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:16:31,538 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:16:31,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:16:31,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:31,548 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:16:31,549 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:16:31,549 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:16:31,549 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 21:16:31,552 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:16:31,555 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:16:31,556 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:16:31,559 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:16:31,559 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:16:31,559 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 21:16:31,560 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe32d717cc0) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:16:31,563 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:16:31,563 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:16:31,566 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:16:31,566 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:16:31,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:16:31,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:31,576 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:16:31,577 INFO blivet/MainThread: sde is a disk 2024-03-01 21:16:31,577 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 21:16:31,577 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 21:16:31,580 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:16:31,583 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:16:31,583 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:16:31,586 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:16:31,587 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:16:31,587 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 21:16:31,587 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe32d71d358) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:16:31,590 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:16:31,590 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:16:31,594 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:16:31,594 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:16:31,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:16:31,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:31,604 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:16:31,604 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:16:31,605 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 21:16:31,605 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 21:16:31,608 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:16:31,611 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:16:31,611 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:16:31,614 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:16:31,615 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:16:31,615 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 21:16:31,615 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe32e893630) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:16:31,618 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:16:31,619 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:16:31,622 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:16:31,622 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:16:31,625 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:16:31,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:31,632 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:16:31,633 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:16:31,633 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 21:16:31,633 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 21:16:31,636 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:16:31,639 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:16:31,639 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:16:31,643 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:16:31,643 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:16:31,643 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 21:16:31,643 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe32d70e240) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:16:31,647 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:16:31,647 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:16:31,650 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:16:31,650 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:16:31,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:16:31,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:31,660 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:16:31,661 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:16:31,661 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 21:16:31,661 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 21:16:31,664 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:16:31,667 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:16:31,668 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:16:31,671 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:16:31,671 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:16:31,671 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 21:16:31,671 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe32d70e780) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:16:31,675 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:16:31,675 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:16:31,678 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:16:31,678 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:16:31,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:16:31,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:31,688 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:16:31,689 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:16:31,689 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:16:31,689 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 21:16:31,692 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:16:31,695 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:16:31,696 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:16:31,699 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:16:31,699 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:16:31,699 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 21:16:31,700 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe32d72c128) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:16:31,703 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:16:31,703 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:16:31,706 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:16:31,706 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:16:31,710 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:16:31,713 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:31,716 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:16:31,717 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:16:31,717 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 21:16:31,717 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 21:16:31,720 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:16:31,723 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:16:31,723 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:16:31,726 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:16:31,727 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:16:31,727 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 21:16:31,727 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe32d72c7f0) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:16:31,731 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:16:31,731 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:16:31,734 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': '22216935'} ; 2024-03-01 21:16:31,734 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:16:31,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:16:31,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:31,744 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:16:31,744 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:16:31,744 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:16:31,744 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:16:31,744 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:16:31,745 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:16:31,748 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:16:31,751 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:16:31,751 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:16:31,754 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:16:31,754 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:16:31,755 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 21:16:31,755 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe32d72cd30) -- 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 21:16:31,758 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:16:31,761 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:16:31,762 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 21:16:31,765 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:16:31,765 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 21:16:31,768 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:31,768 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 21:16:31,771 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:31,771 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 21:16:31,775 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:16:31,778 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:16:31,781 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:16:31,785 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 0x7fe32d719648> 2024-03-01 21:16:34,753 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 21:16:34,758 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:16:34,758 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:16:34,762 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': '22221140'} ; 2024-03-01 21:16:34,762 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:16:34,762 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:16:34,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:34,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:34,771 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:16:34,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:34,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:34,777 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:34,792 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:34,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:16:34,811 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 21:16:34,811 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 21:16:34,815 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:16:34,815 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:16:34,818 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:16:34,821 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:16:34,822 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:16:34,825 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:16:34,825 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:16:34,825 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:16:34,828 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:16:34,832 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:16:34,835 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:16:34,838 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:16:34,841 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:16:34,841 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:16:34,841 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 21:16:34,842 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:16:34,841 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fe32d739518) -- 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 0x7fe32d73eeb8> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:16:34,846 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:16:34,849 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:16:34,849 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 21:16:34,852 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:16:34,852 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 21:16:34,856 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:34,856 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 21:16:34,859 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:16:34,859 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 21:16:34,859 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:16:34,862 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:16:34,862 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 21:16:34,865 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:16:34,865 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:16:34,869 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/430daa60-7af9-4441-b74e-4578703a90c2 ' '/dev/disk/by-id/dm-uuid-LVM-S9H3Qkl54mnpeZhfEbPUh8ELzdjfploazQWAet0FKoGNh3s4UeKkP9Jmkoei6W2B ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-S9H3Qkl54mnpeZhfEbPUh8ELzdjfploazQWAet0FKoGNh3s4UeKkP9Jmkoei6W2B', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '430daa60-7af9-4441-b74e-4578703a90c2', 'ID_FS_UUID_ENC': '430daa60-7af9-4441-b74e-4578703a90c2', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1293081639'} ; 2024-03-01 21:16:34,869 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:16:34,869 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:16:34,874 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:16:34,874 INFO program/MainThread: stderr[15]: 2024-03-01 21:16:34,874 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:16:34,874 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:16:34,877 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:16:34,878 INFO program/MainThread: stderr[16]: 2024-03-01 21:16:34,878 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:16:34,878 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:16:34,881 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:16:34,882 INFO program/MainThread: stderr[17]: 2024-03-01 21:16:34,882 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:16:34,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:34,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:16:34,892 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:34,892 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:34,893 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:34,893 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:34,889 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:34,894 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:16:34,897 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:16:34,898 INFO program/MainThread: stderr[18]: 2024-03-01 21:16:34,898 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:16:34,902 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:16:34,902 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:16:34,902 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:34,914 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:34,927 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:16:34,928 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:16:34,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:16:34,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:34,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:16:34,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:34,941 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:16:34,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:16:34,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:34,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:16:34,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:34,952 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:16:34,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:16:34,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:34,960 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:16:34,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:34,963 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:16:34,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:16:34,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:34,971 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:16:34,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:34,974 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:16:34,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:16:34,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:34,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:16:34,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:34,985 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:16:34,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:16:34,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:16:34,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:16:34,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:16:34,996 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:16:34,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:35,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:16:35,002 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 21:16:35,002 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:16:35,003 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:16:35,003 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:16:35,004 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:16:35,004 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:16:35,005 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:16:35,005 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:16:35,006 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:16:35,006 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:16:35,007 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:16:35,007 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:16:35,008 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:16:35,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:16:35,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:16:35,014 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:16:35,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:16:35,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:16:35,019 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:16:35,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:16:35,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 21:16:35,024 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:16:35,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:16:35,030 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:16:35,030 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:16:35,033 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,033 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,034 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,034 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,030 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,037 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,037 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,038 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,038 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,035 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,041 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,041 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,041 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,042 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,039 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,044 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,045 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,045 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,046 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,042 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,048 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,049 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,049 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,050 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,046 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,052 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,053 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,053 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,054 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,050 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,056 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,056 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,057 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,057 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,054 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,060 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,060 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,061 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,061 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,058 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,063 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,064 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,064 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,065 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,062 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,067 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,068 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,068 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,069 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,065 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,071 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,072 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,072 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,073 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,069 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,075 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,076 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,076 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,076 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,073 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,079 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,079 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,080 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,080 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,077 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,083 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,083 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,084 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,084 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,081 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,086 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,087 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,087 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,088 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,085 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,090 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,091 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,091 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,092 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,088 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,094 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,095 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,095 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,096 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,092 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,098 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,099 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,099 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,099 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,096 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,102 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,102 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,103 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,103 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,100 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,106 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,106 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,106 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,107 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,104 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,109 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,110 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,110 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,111 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,107 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,113 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,114 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,114 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,115 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,111 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,117 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,118 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,118 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,118 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,115 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,121 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,121 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,122 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,122 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,119 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,125 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,125 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,125 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,126 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,123 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,128 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,129 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,129 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,130 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,126 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,132 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,133 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,133 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,134 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,130 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,136 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,137 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,137 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,138 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,134 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,140 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,141 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,141 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,141 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,138 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,144 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,144 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,145 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,145 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,142 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,148 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,148 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,149 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,149 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,146 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,152 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,152 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,152 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:16:35,153 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:16:35,150 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fe32d70bb00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zQWAet-0FKo-GNh3-s4Ue-KkP9-Jmko-ei6W2B size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe32d786940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = S9H3Qk-l54m-npeZ-hfEb-PUh8-ELzd-jfploa size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:16:35,154 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 21:16:35,157 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:16:35,157 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:16:35,157 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 21:16:35,161 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 21:16:35,161 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:16:35,162 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 21:16:35,166 INFO program/MainThread: stdout[19]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:16:35,166 INFO program/MainThread: stderr[19]: 2024-03-01 21:16:35,166 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:16:35,171 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:16:35,171 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 21:16:35,171 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:16:35,172 DEBUG blivet.ansible/MainThread: ['sdc', 'sda', 'test_vg1', 'sdb'] 2024-03-01 21:16:35,172 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 21:16:35,175 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 21:16:35,175 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:16:35,178 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:16:35,181 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:16:35,184 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:16:35,184 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 21:16:35,184 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:16:35,185 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 21:16:35,185 DEBUG blivet/MainThread: removing sdc 2024-03-01 21:16:35,187 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 21:16:35,187 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:16:35,189 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:16:35,191 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 21:16:35,192 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:16:35,192 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 21:16:35,192 DEBUG blivet/MainThread: removing sda 2024-03-01 21:16:35,194 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 21:16:35,194 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:16:35,195 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 21:16:35,197 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 21:16:35,198 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:16:35,198 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 21:16:35,198 DEBUG blivet/MainThread: removing sdb 2024-03-01 21:16:35,200 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 21:16:35,201 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:16:35,201 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:16:35,204 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 21:16:35,204 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:16:35,204 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:35,216 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:35,228 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:35,240 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:35,255 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:16:35,256 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:16:35,256 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:16:35,256 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:16:35,256 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:16:35,256 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:16:35,256 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:16:35,256 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:16:35,257 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:16:35,259 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:16:35,262 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:16:35,265 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:16:35,265 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:16:35,268 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:16:35,268 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 0x7fe32d6ff150> 2024-03-01 21:16:35,269 INFO blivet/MainThread: sorting actions... 2024-03-01 21:16:35,269 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:16:35,270 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:16:35,270 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:16:35,270 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:16:35,270 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:16:35,270 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:16:35,270 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:16:35,273 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:16:35,277 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:16:35,277 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 21:16:35,284 INFO program/MainThread: stdout: 2024-03-01 21:16:35,285 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:16:35,285 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:35,285 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:35,302 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:35,302 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:35,315 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:35,315 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:16:35,320 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 21:16:35,323 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:16:35,327 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:16:35,330 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 21:16:35,346 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:16:35,346 INFO program/MainThread: Running [20] 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 21:16:35,384 INFO program/MainThread: stdout[20]: 2024-03-01 21:16:35,384 INFO program/MainThread: stderr[20]: 2024-03-01 21:16:35,384 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:16:35,389 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:16:35,392 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:16:35,395 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:16:35,398 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:16:35,401 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:16:35,405 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:16:35,408 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:16:35,411 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 21:16:35,411 INFO program/MainThread: Running [21] 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 21:16:35,455 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 21:16:35,455 INFO program/MainThread: stderr[21]: 2024-03-01 21:16:35,455 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:16:35,456 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:16:35,464 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 21:16:35,470 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 21:16:35,476 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:16:35,483 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:16:35,489 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:16:35,496 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:16:35,500 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:16:35,505 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:16:35,510 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:16:35,513 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 21:16:35,513 INFO program/MainThread: Running [22] 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 21:16:35,556 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 21:16:35,557 INFO program/MainThread: stderr[22]: 2024-03-01 21:16:35,557 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:16:35,557 INFO program/MainThread: Running [23] 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 21:16:35,602 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 21:16:35,602 INFO program/MainThread: stderr[23]: 2024-03-01 21:16:35,602 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:16:35,603 INFO program/MainThread: Running [24] 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 21:16:35,643 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 21:16:35,643 INFO program/MainThread: stderr[24]: 2024-03-01 21:16:35,643 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:16:35,644 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:16:35,652 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:16:35,663 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:16:35,668 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:16:35,668 INFO program/MainThread: Running [25] 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 21:16:35,714 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 21:16:35,715 INFO program/MainThread: stderr[25]: 2024-03-01 21:16:35,715 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:16:35,715 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 21:16:35,715 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:35,746 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:35,747 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:35,768 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:35,768 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:35,782 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:35,783 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:16:35,787 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:16:35,790 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:16:35,793 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:16:35,793 INFO program/MainThread: Running [26] 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 21:16:35,826 INFO program/MainThread: stdout[26]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 21:16:35,827 INFO program/MainThread: stderr[26]: 2024-03-01 21:16:35,827 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:16:35,827 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 21:16:35,827 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:35,863 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:35,864 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:35,878 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:35,878 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:35,894 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:35,894 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:16:35,898 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:16:35,901 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:16:35,904 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:16:35,904 INFO program/MainThread: Running [27] 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 21:16:35,935 INFO program/MainThread: stdout[27]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 21:16:35,935 INFO program/MainThread: stderr[27]: 2024-03-01 21:16:35,936 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:16:35,936 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 21:16:35,936 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:35,964 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:35,964 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:35,980 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:35,980 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:16:35,996 DEBUG program/MainThread: Return code: 0 2024-03-01 21:16:36,002 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:16:36,002 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 0x7fe32e81d308> 2024-03-01 21:16:47,315 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_stu7h9r6/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:16:52,378 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_to3k2k1a/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:17:00,215 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_m8wxku3_/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:17:00,252 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:17:00,252 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:17:00,256 INFO program/MainThread: stdout[2]: 2024-03-01 21:17:00,256 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 21:17:00,256 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:17:00,257 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:17:00,262 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:00,262 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:17:00,266 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:17:00,266 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:17:00,269 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:17:00,269 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:17:00,272 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:17:00,272 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:17:00,280 INFO program/MainThread: stdout: 2024-03-01 21:17:00,280 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:17:00,280 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:17:00,280 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:17:00,280 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:17:00,280 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:17:00,281 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:17:00,281 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:17:00,281 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:17:00,281 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:17:00,281 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:17:00,281 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:17:00,281 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:17:00,281 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:17:00,281 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:17:00,281 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:17:00,281 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:00,281 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 21:17:00,281 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:17:00,281 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:17:00,282 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:17:00,282 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:17:00,282 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:17:00,282 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:17:00,282 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:00,295 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:00,306 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:17:00,311 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:17:00,311 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:17:00,312 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 21:17:00,349 INFO program/MainThread: stdout[3]: 2024-03-01 21:17:00,349 INFO program/MainThread: stderr[3]: 2024-03-01 21:17:00,349 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:17:00,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:17:00,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:00,363 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:17:00,367 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:17:00,368 INFO blivet/MainThread: sda is a disk 2024-03-01 21:17:00,368 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:17:00,368 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:17:00,371 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:17:00,374 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:17:00,375 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:17:00,378 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:17:00,378 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:17:00,379 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:17:00,379 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9b62c1f60) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:17:00,382 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:17:00,382 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:17:00,386 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:17:00,386 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:17:00,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:17:00,392 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:00,395 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:17:00,396 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:17:00,396 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:17:00,396 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:17:00,399 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:17:00,402 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:17:00,402 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:17:00,405 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:17:00,406 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:17:00,406 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:17:00,406 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9b6202e80) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:17:00,409 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:17:00,409 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:17:00,413 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:17:00,413 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:17:00,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:17:00,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:00,422 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:17:00,423 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:17:00,423 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:17:00,423 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:17:00,426 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:17:00,429 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:17:00,429 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:17:00,432 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:17:00,432 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:17:00,433 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:17:00,433 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9b6202fd0) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:17:00,436 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:17:00,436 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:17:00,439 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:17:00,439 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:17:00,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:17:00,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:00,449 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:17:00,449 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:17:00,449 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:17:00,450 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:17:00,452 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:17:00,455 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:17:00,456 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:17:00,459 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:17:00,459 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:17:00,459 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:17:00,460 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9b51b5eb8) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:17:00,463 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:17:00,463 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:17:00,466 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:17:00,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 21:17:00,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:17:00,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:00,476 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:17:00,476 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:17:00,476 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:17:00,476 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:17:00,479 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:17:00,482 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:17:00,482 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:17:00,485 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:17:00,486 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:17:00,486 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:17:00,486 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9b6202f98) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:17:00,489 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:17:00,489 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:17:00,493 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:17:00,493 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:17:00,496 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:17:00,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:00,502 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:17:00,503 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:17:00,503 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:17:00,503 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:17:00,506 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:17:00,509 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:17:00,509 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:17:00,512 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:17:00,513 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:17:00,513 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:17:00,513 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9b51b3e80) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:17:00,517 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:17:00,517 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:17:00,520 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:17:00,520 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:17:00,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:17:00,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:00,529 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:17:00,530 INFO blivet/MainThread: sde is a disk 2024-03-01 21:17:00,530 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:17:00,530 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:17:00,533 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:17:00,536 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:17:00,536 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:17:00,539 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:17:00,540 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:17:00,540 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:17:00,540 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9b51c8518) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:17:00,543 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:17:00,543 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:17:00,546 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:17:00,547 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:17:00,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:17:00,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:00,556 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:17:00,557 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:17:00,557 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:17:00,557 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:17:00,560 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:17:00,563 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:17:00,563 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:17:00,566 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:17:00,567 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:17:00,567 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:17:00,567 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9b51b3cf8) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:17:00,570 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:17:00,570 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:17:00,574 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:17:00,574 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:17:00,577 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:17:00,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:00,583 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:17:00,584 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:17:00,584 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:17:00,584 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:17:00,587 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:17:00,590 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:17:00,590 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:17:00,593 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:17:00,593 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:17:00,594 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:17:00,594 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9b51b2400) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:17:00,597 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:17:00,597 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:17:00,601 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:17:00,601 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:17:00,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:17:00,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:00,610 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:17:00,611 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:17:00,611 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:17:00,611 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:17:00,614 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:17:00,617 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:17:00,617 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:17:00,620 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:17:00,620 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:17:00,621 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:17:00,621 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9b51b34e0) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:17:00,624 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:17:00,624 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:17:00,627 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:17:00,628 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:17:00,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:17:00,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:00,637 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:17:00,638 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:17:00,638 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:17:00,638 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:17:00,641 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:17:00,644 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:17:00,644 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:17:00,647 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:17:00,648 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:17:00,648 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:17:00,648 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9b51d22e8) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:17:00,651 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:17:00,651 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:17:00,655 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:17:00,655 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:17:00,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:17:00,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:00,664 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:17:00,665 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:17:00,665 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:17:00,665 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:17:00,668 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:17:00,671 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:17:00,671 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:17:00,674 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:17:00,674 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:17:00,675 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:17:00,675 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9b51d2470) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:17:00,678 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:17:00,678 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:17:00,681 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': '22216935'} ; 2024-03-01 21:17:00,681 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:17:00,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:17:00,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:00,690 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:17:00,691 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:17:00,691 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:17:00,691 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:17:00,691 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:17:00,691 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:17:00,694 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:17:00,697 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:17:00,697 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:17:00,700 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:17:00,701 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:17:00,701 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:17:00,701 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9b51d9240) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:17:00,704 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:17:00,708 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:17:00,708 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:17:00,711 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:17:00,711 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:17:00,714 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:00,714 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:17:00,717 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:00,718 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:17:00,721 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:17:00,724 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:17:00,727 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:17:00,732 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 0x7fa9b51c3c08> 2024-03-01 21:17:03,706 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:17:03,711 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:17:03,711 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:17:03,715 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': '22221140'} ; 2024-03-01 21:17:03,715 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:17:03,715 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:17:03,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:03,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:03,724 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:17:03,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:03,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:03,730 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:03,742 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:03,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:17:03,760 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:17:03,761 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:17:03,765 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:17:03,765 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:17:03,768 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:17:03,771 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:17:03,772 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:17:03,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 21:17:03,775 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:17:03,775 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:17:03,778 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:17:03,782 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:17:03,785 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:17:03,788 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:17:03,791 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:17:03,791 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:17:03,791 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:17:03,792 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:17:03,791 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fa9b51b3358) -- 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 0x7fa9b51e90f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:17:03,796 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:17:03,799 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:17:03,799 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:17:03,802 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:17:03,802 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:17:03,806 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:03,806 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:17:03,809 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:03,809 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:17:03,811 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:17:03,811 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:17:03,814 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:17:03,815 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:17:03,818 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:17:03,818 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:17:03,818 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:03,831 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:03,843 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:17:03,844 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:17:03,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:17:03,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:03,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:17:03,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:03,856 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:17:03,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:17:03,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:03,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:17:03,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:03,867 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:17:03,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:17:03,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:03,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:17:03,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:03,878 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:17:03,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:17:03,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:03,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:17:03,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:03,889 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:17:03,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:17:03,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:03,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:17:03,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:03,900 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:17:03,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:17:03,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:03,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:17:03,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:03,911 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:17:03,911 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:17:08,960 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_jheucevs/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:17:08,997 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:17:08,998 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:17:09,001 INFO program/MainThread: stdout[2]: 2024-03-01 21:17:09,001 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 21:17:09,001 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:17:09,002 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:17:09,007 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:09,007 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:17:09,011 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:17:09,011 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:17:09,014 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:17:09,014 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:17:09,017 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:17:09,017 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:17:09,025 INFO program/MainThread: stdout: 2024-03-01 21:17:09,025 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:17:09,025 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:17:09,025 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:17:09,026 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:17:09,026 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:17:09,026 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:17:09,026 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:17:09,026 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:17:09,026 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:17:09,026 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:17:09,026 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:17:09,026 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:17:09,026 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:17:09,026 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:17:09,026 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:17:09,026 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:09,026 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 21:17:09,026 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:17:09,026 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:17:09,027 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:17:09,027 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:17:09,027 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:17:09,027 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:17:09,027 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:09,039 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:09,050 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:17:09,055 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:17:09,055 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:17:09,056 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 21:17:09,087 INFO program/MainThread: stdout[3]: 2024-03-01 21:17:09,087 INFO program/MainThread: stderr[3]: 2024-03-01 21:17:09,087 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:17:09,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:17:09,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:09,101 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:17:09,106 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:17:09,106 INFO blivet/MainThread: sda is a disk 2024-03-01 21:17:09,106 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:17:09,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:17:09,110 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:17:09,113 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:17:09,114 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:17:09,117 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:17:09,117 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:17:09,118 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:17:09,118 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9374907f60) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:17:09,121 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:17:09,122 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:17:09,125 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:17:09,125 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:17:09,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:17:09,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:09,135 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:17:09,135 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:17:09,135 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:17:09,135 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:17:09,138 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:17:09,141 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:17:09,142 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:17:09,145 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:17:09,145 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:17:09,145 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:17:09,145 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9374848e80) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:17:09,149 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:17:09,149 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:17:09,152 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:17:09,152 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:17:09,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:17:09,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:09,162 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:17:09,162 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:17:09,163 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:17:09,163 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:17:09,166 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:17:09,169 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:17:09,169 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:17:09,172 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:17:09,172 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:17:09,173 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:17:09,173 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9374848fd0) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:17:09,176 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:17:09,176 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:17:09,179 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:17:09,179 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:17:09,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:17:09,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:09,189 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:17:09,189 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:17:09,190 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:17:09,190 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:17:09,193 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:17:09,196 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:17:09,196 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:17:09,199 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:17:09,200 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:17:09,200 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:17:09,200 INFO blivet/MainThread: got device: DiskDevice instance (0x7f936f7c4eb8) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:17:09,203 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:17:09,203 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:17:09,206 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:17:09,207 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:17:09,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:17:09,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:09,216 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:17:09,217 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:17:09,217 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:17:09,217 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:17:09,220 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:17:09,223 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:17:09,223 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:17:09,226 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:17:09,227 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:17:09,227 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:17:09,227 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9374848f98) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:17:09,230 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:17:09,230 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:17:09,234 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:17:09,234 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:17:09,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:17:09,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:09,243 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:17:09,244 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:17:09,244 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:17:09,244 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:17:09,247 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:17:09,251 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:17:09,251 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:17:09,254 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:17:09,254 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:17:09,254 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:17:09,255 INFO blivet/MainThread: got device: DiskDevice instance (0x7f936f7c2e80) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:17:09,258 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:17:09,258 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:17:09,261 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:17:09,261 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:17:09,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:17:09,267 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:09,271 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:17:09,271 INFO blivet/MainThread: sde is a disk 2024-03-01 21:17:09,271 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:17:09,272 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:17:09,274 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:17:09,278 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:17:09,278 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:17:09,281 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:17:09,281 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:17:09,282 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:17:09,282 INFO blivet/MainThread: got device: DiskDevice instance (0x7f936f7d7518) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:17:09,285 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:17:09,285 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:17:09,288 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:17:09,288 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:17:09,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:17:09,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:09,298 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:17:09,299 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:17:09,299 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:17:09,299 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:17:09,302 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:17:09,305 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:17:09,305 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:17:09,308 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:17:09,308 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:17:09,309 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:17:09,309 INFO blivet/MainThread: got device: DiskDevice instance (0x7f936f7c2cf8) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:17:09,312 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:17:09,312 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:17:09,315 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:17:09,315 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:17:09,319 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:17:09,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:09,325 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:17:09,326 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:17:09,326 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:17:09,326 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:17:09,329 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:17:09,332 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:17:09,332 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:17:09,335 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:17:09,335 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:17:09,336 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:17:09,336 INFO blivet/MainThread: got device: DiskDevice instance (0x7f936f7c7400) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:17:09,339 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:17:09,339 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:17:09,343 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:17:09,343 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:17:09,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:17:09,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:09,352 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:17:09,353 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:17:09,353 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:17:09,353 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:17:09,356 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:17:09,359 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:17:09,359 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:17:09,363 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:17:09,363 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:17:09,363 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:17:09,363 INFO blivet/MainThread: got device: DiskDevice instance (0x7f936f7c24e0) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:17:09,367 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:17:09,367 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:17:09,370 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:17:09,370 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:17:09,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:17:09,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:09,380 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:17:09,380 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:17:09,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:17:09,381 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:17:09,383 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:17:09,387 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:17:09,387 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:17:09,390 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:17:09,390 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:17:09,391 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:17:09,391 INFO blivet/MainThread: got device: DiskDevice instance (0x7f936f7e12e8) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:17:09,394 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:17:09,394 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:17:09,398 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:17:09,398 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:17:09,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:17:09,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:09,407 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:17:09,408 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:17:09,408 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:17:09,408 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:17:09,411 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:17:09,414 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:17:09,414 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:17:09,417 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:17:09,418 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:17:09,418 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:17:09,418 INFO blivet/MainThread: got device: DiskDevice instance (0x7f936f7e1470) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:17:09,421 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:17:09,422 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:17:09,424 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': '22216935'} ; 2024-03-01 21:17:09,425 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:17:09,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:17:09,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:09,434 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:17:09,434 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:17:09,434 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:17:09,434 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:17:09,435 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:17:09,435 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:17:09,438 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:17:09,441 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:17:09,441 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:17:09,444 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:17:09,445 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:17:09,445 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:17:09,445 INFO blivet/MainThread: got device: DiskDevice instance (0x7f936f7e8240) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:17:09,448 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:17:09,452 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:17:09,452 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:17:09,455 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:17:09,455 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:17:09,459 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:09,459 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:17:09,462 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:09,462 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:17:09,465 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:17:09,468 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:17:09,472 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:17:09,477 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 0x7f936f7d2ec8> 2024-03-01 21:17:12,451 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:17:12,456 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:17:12,456 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:17:12,460 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': '22221140'} ; 2024-03-01 21:17:12,460 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:17:12,460 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:17:12,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:12,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:12,469 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:17:12,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:12,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:12,475 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:12,490 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:12,505 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:17:12,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:17:12,509 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:17:12,512 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:17:12,513 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:17:12,516 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:17:12,519 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:17:12,519 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:17:12,522 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:17:12,523 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:17:12,523 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:17:12,526 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:17:12,529 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:17:12,532 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:17:12,535 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:17:12,538 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:17:12,539 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:17:12,539 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:17:12,539 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:17:12,539 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f936f7c2358) -- 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 0x7f936f7f80f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:17:12,543 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:17:12,546 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:17:12,546 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:17:12,550 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:17:12,550 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:17:12,553 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:12,553 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:17:12,556 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:12,557 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:17:12,558 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:17:12,558 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:17:12,562 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:17:12,562 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:17:12,565 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:17:12,565 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:17:12,566 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:12,578 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:12,590 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:17:12,591 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:17:12,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:17:12,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:12,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:17:12,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:12,604 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:17:12,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:17:12,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:12,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:17:12,614 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:12,614 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:17:12,617 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:17:12,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:12,622 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:17:12,625 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:12,625 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:17:12,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:17:12,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:12,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:17:12,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:12,637 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:17:12,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:17:12,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:12,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:17:12,647 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:12,647 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:17:12,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:17:12,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:12,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:17:12,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:12,658 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:17:12,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:12,664 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:12,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:12,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:12,669 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 21:17:12,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:17:12,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 21:17:12,675 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:17:12,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:17:12,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 21:17:12,680 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:17:12,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:17:12,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 21:17:12,686 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:17:12,689 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:17:12,689 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 21:17:12,689 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:17:12,692 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:17:12,693 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:17:12,696 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:17:12,696 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:17:12,699 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:17:12,699 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 21:17:12,699 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:17:12,702 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:17:12,702 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:17:12,705 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:17:12,705 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:17:12,708 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:17:12,708 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 21:17:12,708 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:17:12,711 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:17:12,711 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:17:12,714 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:17:12,714 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:17:12,715 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:17:12,719 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:17:12,723 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:17:12,726 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:17:12,729 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:17:12,733 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:17:12,736 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:17:12,737 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:17:12,740 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:17:12,741 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 21:17:12,741 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:17:12,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:12,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:12,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:12,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:12,753 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 21:17:12,754 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:17:12,754 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:17:12,754 DEBUG blivet.ansible/MainThread: size: 2.99 GiB ; 0.0 2024-03-01 21:17:12,755 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:17:12,755 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:17:12,758 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:17:12,758 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 21:17:12,761 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:17:12,761 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 21:17:12,765 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:17:12,768 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:17:12,768 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:17:12,772 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:17:12,775 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:17:12,778 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:17:12,781 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 21:17:12,782 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:17:12,782 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:17:12,782 DEBUG blivet/MainThread: Adding test_vg1-lv1/2.99 GiB to test_vg1 2024-03-01 21:17:12,783 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 21:17:12,787 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:17:12,787 INFO program/MainThread: stderr[4]: 2024-03-01 21:17:12,787 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:17:12,788 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 21:17:12,788 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:17:12,789 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:17:12,793 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 21:17:12,793 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:17:12,794 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:17:12,794 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:17:12,794 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:17:12,794 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:17:12,794 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:17:12,794 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:17:12,795 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:17:12,795 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:17:12,795 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:17:12,795 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:17:12,795 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:17:12,798 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:17:12,801 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:17:12,804 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:17:12,804 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:17:12,807 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:17:12,807 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 0x7f936f72beb8> 2024-03-01 21:17:12,807 INFO blivet/MainThread: sorting actions... 2024-03-01 21:17:12,808 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:17:12,809 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:17:12,809 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:17:12,809 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:17:12,809 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:17:12,809 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:17:12,809 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:17:12,809 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:17:12,810 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:17:12,810 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:17:12,813 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:17:12,815 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 21:17:12,815 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 21:17:12,828 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:12,828 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:12,853 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:12,853 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:12,865 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:12,865 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:17:12,870 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:17:12,872 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 21:17:12,872 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 21:17:12,881 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:12,881 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:12,912 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:12,912 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:12,926 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:12,926 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:17:12,930 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:17:12,933 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 21:17:12,933 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 21:17:12,939 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:12,940 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:12,969 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:12,969 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:12,984 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:12,984 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:17:12,988 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:17:12,991 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:17:12,994 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:17:12,994 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:17:12,994 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 21:17:13,027 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 21:17:13,027 INFO program/MainThread: stderr[5]: 2024-03-01 21:17:13,028 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:17:13,028 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:13,048 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:13,052 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:17:13,052 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:17:13,054 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 21:17:13,065 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:13,066 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:13,089 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:13,089 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:17:13,093 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:17:13,096 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:17:13,099 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:17:13,099 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:17:13,099 INFO program/MainThread: Running [6] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:17:13,133 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdb" successfully created. 2024-03-01 21:17:13,134 INFO program/MainThread: stderr[6]: 2024-03-01 21:17:13,134 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:17:13,134 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:13,154 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:13,158 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:17:13,158 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:17:13,160 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 21:17:13,171 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:13,171 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:13,197 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:13,197 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:17:13,201 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:17:13,204 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:17:13,208 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:17:13,208 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:17:13,208 INFO program/MainThread: Running [7] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:17:13,242 INFO program/MainThread: stdout[7]: Physical volume "/dev/sda" successfully created. 2024-03-01 21:17:13,243 INFO program/MainThread: stderr[7]: 2024-03-01 21:17:13,243 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:17:13,243 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:13,266 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:13,270 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:17:13,270 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:17:13,272 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 21:17:13,283 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:13,283 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:13,308 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:13,308 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:17:13,312 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 21:17:13,315 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:17:13,318 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:17:13,321 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:17:13,324 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:17:13,327 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:17:13,330 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:17:13,333 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:17:13,336 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 21:17:13,336 INFO program/MainThread: Running [8] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:17:13,393 INFO program/MainThread: stdout[8]: Volume group "test_vg1" successfully created 2024-03-01 21:17:13,393 INFO program/MainThread: stderr[8]: 2024-03-01 21:17:13,393 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:17:13,401 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:17:13,407 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:17:13,413 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:17:13,424 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:17:13,435 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:17:13,442 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:17:13,447 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:17:13,452 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:17:13,452 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:13,467 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:13,471 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:17:13,474 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:17:13,475 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:13,487 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:13,488 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 21:17:13,497 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:13,498 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:13,509 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:13,509 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:17:13,513 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 21:17:13,516 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 21:17:13,520 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:17:13,523 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:17:13,526 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:17:13,529 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:17:13,533 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:17:13,536 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:17:13,539 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:17:13,543 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:17:13,543 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:13,554 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:13,558 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:17:13,559 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/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:17:13,586 INFO program/MainThread: stdout[9]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:17:13,586 INFO program/MainThread: stderr[9]: 2024-03-01 21:17:13,586 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:17:13,587 WARNING blivet/MainThread: test_vg1-lv1 LV's size (2.99 GiB) exceeds the VG's usable free space (2.98 GiB),shrinking the LV 2024-03-01 21:17:13,587 DEBUG blivet/MainThread: trying to set lv test_vg1-lv1 size to 2.98 GiB 2024-03-01 21:17:13,591 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 21:17:13,591 INFO program/MainThread: Running [10] lvm lvcreate -n lv1 -L 3121152K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:17:13,688 INFO program/MainThread: stdout[10]: Logical volume "lv1" created. 2024-03-01 21:17:13,689 INFO program/MainThread: stderr[10]: 2024-03-01 21:17:13,689 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:17:13,697 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:17:13,703 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:17:13,703 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:17:13,703 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:13,728 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:13,733 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 21:17:13,734 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:17:13,734 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:17:13,745 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:13,745 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:13,760 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:13,760 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:17:13,764 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:17:13,767 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:17:13,770 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 21:17:13,771 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 21:17:13,807 INFO program/MainThread: stdout: 2024-03-01 21:17:13,807 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=195072 blks 2024-03-01 21:17:13,808 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:17:13,808 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:17:13,808 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:17:13,808 INFO program/MainThread: data = bsize=4096 blocks=780288, imaxpct=25 2024-03-01 21:17:13,808 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:17:13,808 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:17:13,808 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 21:17:13,808 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:17:13,808 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:17:13,808 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:13,808 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 21:17:13,821 INFO program/MainThread: stdout: 2024-03-01 21:17:13,821 INFO program/MainThread: writing all SBs 2024-03-01 21:17:13,821 INFO program/MainThread: new label = "" 2024-03-01 21:17:13,821 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:13,821 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:13,839 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:13,843 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:17:13,843 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:17:13,845 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:17:13,855 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:13,855 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:13,872 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:13,877 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:17:13,878 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 0x7f936f6c51a8> 2024-03-01 21:17:13,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:13,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 2.98 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:17:13,884 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:17:13,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:13,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 2.98 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:17:13,890 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:17:22,062 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ilztqc0v/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:17:22,098 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:17:22,099 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:17:22,102 INFO program/MainThread: stdout[2]: 2024-03-01 21:17:22,102 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 21:17:22,102 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:17:22,103 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:17:22,107 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:22,108 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:17:22,111 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:17:22,112 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:17:22,115 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:17:22,115 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:17:22,118 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:17:22,118 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:17:22,126 INFO program/MainThread: stdout: 2024-03-01 21:17:22,127 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:17:22,127 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member idfIbJ-Az6q-ReKl-JTaC-Kg29-YhaG-4eM6Gw 2024-03-01 21:17:22,127 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 20cff121-d533-4d94-a30d-f36483e2fa6f 2024-03-01 21:17:22,127 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim 2024-03-01 21:17:22,127 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 20cff121-d533-4d94-a30d-f36483e2fa6f 2024-03-01 21:17:22,127 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski 2024-03-01 21:17:22,127 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 20cff121-d533-4d94-a30d-f36483e2fa6f 2024-03-01 21:17:22,127 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:17:22,127 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:17:22,127 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:17:22,127 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:17:22,127 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:17:22,127 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:17:22,127 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:17:22,127 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:17:22,127 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:17:22,127 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:17:22,127 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:17:22,127 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:22,127 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member idfIbJ-Az6q-ReKl-JTaC-Kg29-YhaG-4eM6Gw `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 20cff121-d533-4d94-a30d-f36483e2fa6f sdb 1073741824 root disk brw-rw---- LVM2_member T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 20cff121-d533-4d94-a30d-f36483e2fa6f sdc 1073741824 root disk brw-rw---- LVM2_member 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 20cff121-d533-4d94-a30d-f36483e2fa6f 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 21:17:22,127 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:17:22,128 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:17:22,128 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:17:22,128 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:17:22,128 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:17:22,128 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:17:22,128 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:22,142 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:22,154 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 21:17:22,158 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/lvm-pv-uuid-idfIbJ-Az6q-ReKl-JTaC-Kg29-YhaG-4eM6Gw ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', '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': 'idfIbJ-Az6q-ReKl-JTaC-Kg29-YhaG-4eM6Gw', 'ID_FS_UUID_ENC': 'idfIbJ-Az6q-ReKl-JTaC-Kg29-YhaG-4eM6Gw', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:17:22,158 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:17:22,159 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 21:17:22,193 INFO program/MainThread: stdout[3]: 2024-03-01 21:17:22,193 INFO program/MainThread: stderr[3]: 2024-03-01 21:17:22,193 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:17:22,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:17:22,201 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:22,206 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:17:22,211 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:17:22,211 INFO blivet/MainThread: sda is a disk 2024-03-01 21:17:22,211 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:17:22,211 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:17:22,215 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:17:22,218 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:17:22,218 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:17:22,221 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:17:22,222 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:17:22,222 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:17:22,222 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9d1acb320) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:17:22,226 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:17:22,229 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:17:22,230 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:17:22,233 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:17:22,233 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:17:22,236 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:22,236 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:17:22,239 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:22,239 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:17:22,242 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:17:22,243 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:17:22,243 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 21:17:22,274 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=idfIbJ-Az6q-ReKl-JTaC-Kg29-YhaG-4eM6Gw LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:17:22,274 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim. WARNING: Couldn't find device with uuid 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski. WARNING: VG test_vg1 is missing PV T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski (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 21:17:22,274 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:17:22,275 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:17:22,279 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: idfIbJ-Az6q-ReKl-JTaC-Kg29-YhaG-4eM6Gw ; label: None ; device: /dev/sda ; serial: 36001405f47a7bfa33fe400b9c731d3ba ; exists: True ; vg_name: test_vg1 ; vg_uuid: qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun ; pe_start: 8 MiB ; 2024-03-01 21:17:22,280 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:17:22,283 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:17:22,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun ; incomplete: True ; hidden: False ; 2024-03-01 21:17:22,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:17:22,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:22,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:22,295 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 21:17:22,323 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:17:22,323 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim. WARNING: Couldn't find device with uuid 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski. WARNING: VG test_vg1 is missing PV T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski (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 21:17:22,323 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:17:22,323 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:17:22,324 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:17:22,329 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:17:22,333 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:17:22,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:17:22,336 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:17:22,337 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 21:17:22,364 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT LVM2_LV_SIZE=3196059648 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=TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT LVM2_LV_SIZE=3196059648 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=TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:17:22,364 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim. WARNING: Couldn't find device with uuid 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski. WARNING: VG test_vg1 is missing PV T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski (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 21:17:22,364 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:17:22,369 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:17:22,369 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:17:22,372 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:17:22,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun ; incomplete: True ; hidden: False ; 2024-03-01 21:17:22,378 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:17:22,379 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:17:22,379 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:17:22,382 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/lvm-pv-uuid-T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1', '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': 'T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim', 'ID_FS_UUID_ENC': 'T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:17:22,383 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:17:22,386 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:17:22,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:22,392 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:17:22,393 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:17:22,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:17:22,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:17:22,396 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:17:22,399 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:17:22,400 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:17:22,403 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:17:22,403 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:17:22,403 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:17:22,403 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9d0a9d550) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:17:22,407 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:17:22,410 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:17:22,410 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:17:22,413 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:17:22,414 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:17:22,417 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:22,417 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:17:22,420 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:22,420 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:17:22,423 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:17:22,423 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:17:22,423 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 21:17:22,450 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=idfIbJ-Az6q-ReKl-JTaC-Kg29-YhaG-4eM6Gw LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:17:22,450 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski. WARNING: VG test_vg1 is missing PV 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski (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 21:17:22,450 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:17:22,450 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:17:22,454 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim ; label: None ; device: /dev/sdb ; serial: 36001405b7caaf3a7f7140988224d62c1 ; exists: True ; vg_name: test_vg1 ; vg_uuid: qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun ; pe_start: 8 MiB ; 2024-03-01 21:17:22,454 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:17:22,457 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:17:22,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun ; incomplete: True ; hidden: False ; 2024-03-01 21:17:22,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:17:22,467 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:17:22,470 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:17:22,472 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:17:22,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun ; incomplete: True ; hidden: False ; 2024-03-01 21:17:22,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:17:22,479 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 21:17:22,505 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT LVM2_LV_SIZE=3196059648 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=TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT LVM2_LV_SIZE=3196059648 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=TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:17:22,505 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski. WARNING: VG test_vg1 is missing PV 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski (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 21:17:22,505 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:17:22,505 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:17:22,505 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:17:22,510 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:17:22,510 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:17:22,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:17:22,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:22,520 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:17:22,520 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:17:22,521 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:17:22,521 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:17:22,524 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:17:22,527 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:17:22,527 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:17:22,530 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:17:22,530 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:17:22,531 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:17:22,531 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9d0a9dd30) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:17:22,534 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:17:22,534 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:17:22,537 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:17:22,537 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:17:22,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:17:22,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:22,547 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:17:22,547 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:17:22,548 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:17:22,548 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:17:22,551 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:17:22,554 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:17:22,554 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:17:22,557 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:17:22,557 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:17:22,558 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:17:22,558 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9d0a01eb8) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:17:22,561 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:17:22,561 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:17:22,564 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/lvm-pv-uuid-0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3', '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': '0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski', 'ID_FS_UUID_ENC': '0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:17:22,565 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:17:22,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:17:22,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:22,574 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:17:22,574 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:17:22,575 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:17:22,575 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:17:22,578 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:17:22,581 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:17:22,581 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:17:22,584 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:17:22,584 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:17:22,585 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:17:22,585 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9d0a9da90) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:17:22,588 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:17:22,591 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:17:22,591 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:17:22,595 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:17:22,595 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:17:22,598 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:22,598 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:17:22,601 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:22,602 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:17:22,604 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:17:22,604 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:17:22,605 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 21:17:22,633 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=idfIbJ-Az6q-ReKl-JTaC-Kg29-YhaG-4eM6Gw LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:17:22,633 INFO program/MainThread: stderr[9]: 2024-03-01 21:17:22,633 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:17:22,633 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:17:22,637 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski ; label: None ; device: /dev/sdc ; serial: 3600140507600ad0486d49968c7af7867 ; exists: True ; vg_name: test_vg1 ; vg_uuid: qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun ; pe_start: 8 MiB ; 2024-03-01 21:17:22,638 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:17:22,641 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:17:22,644 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun ; incomplete: True ; hidden: False ; 2024-03-01 21:17:22,647 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:17:22,650 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:17:22,653 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:17:22,656 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:17:22,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun ; incomplete: True ; hidden: False ; 2024-03-01 21:17:22,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:17:22,663 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 21:17:22,692 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:17:22,692 INFO program/MainThread: stderr[10]: 2024-03-01 21:17:22,692 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:17:22,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:22,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:22,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT ; incomplete: False ; hidden: False ; 2024-03-01 21:17:22,705 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:17:22,705 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:17:22,709 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:17:22,709 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:17:22,713 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:17:22,716 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:17:22,717 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:17:22,720 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 21:17:22,721 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:17:22,721 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:17:22,724 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:17:22,728 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:17:22,729 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:17:22,732 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:17:22,735 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:17:22,735 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:17:22,739 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 21:17:22,739 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:17:22,739 DEBUG blivet/MainThread: Adding test_vg1-lv1/2.98 GiB to test_vg1 2024-03-01 21:17:22,739 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:17:22,742 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:17:22,743 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:17:22,746 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 21:17:22,746 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:17:22,750 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/20cff121-d533-4d94-a30d-f36483e2fa6f ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-qXWi4Y1fMHIXTq4D5qs6MjycWhJi9VunTSHLOahiH0fIxZTk8FBVEyCUOQGtlInT ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-qXWi4Y1fMHIXTq4D5qs6MjycWhJi9VunTSHLOahiH0fIxZTk8FBVEyCUOQGtlInT', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '20cff121-d533-4d94-a30d-f36483e2fa6f', 'ID_FS_UUID_ENC': '20cff121-d533-4d94-a30d-f36483e2fa6f', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1353732386'} ; 2024-03-01 21:17:22,750 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:17:22,750 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:17:22,754 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:17:22,755 INFO program/MainThread: stderr[11]: 2024-03-01 21:17:22,755 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:17:22,755 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:17:22,758 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:17:22,758 INFO program/MainThread: stderr[12]: 2024-03-01 21:17:22,758 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:17:22,758 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:17:22,762 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:17:22,762 INFO program/MainThread: stderr[13]: 2024-03-01 21:17:22,762 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:17:22,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:22,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:17:22,772 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:22,773 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:22,773 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:22,774 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:22,770 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa9d0a01a90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa9d0a7cc50) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:22,774 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:17:22,778 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:17:22,778 INFO program/MainThread: stderr[14]: 2024-03-01 21:17:22,778 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:17:22,782 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:17:22,786 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:17:22,786 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:17:22,790 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:17:22,790 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:17:22,793 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:22,793 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:17:22,797 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:22,797 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:17:22,799 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:17:22,799 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:17:22,804 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:17:22,804 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:17:22,807 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:17:22,808 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:17:22,808 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:17:22,812 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:17:22,812 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:17:22,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:17:22,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:22,822 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:17:22,822 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:17:22,823 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:17:22,823 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 21:17:22,826 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:17:22,829 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:17:22,829 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:17:22,832 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:17:22,833 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:17:22,833 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 21:17:22,833 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9d09ffc50) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:17:22,836 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:17:22,837 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:17:22,840 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:17:22,840 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:17:22,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:17:22,846 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:22,850 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:17:22,850 INFO blivet/MainThread: sde is a disk 2024-03-01 21:17:22,850 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 21:17:22,851 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 21:17:22,853 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:17:22,857 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:17:22,857 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:17:22,860 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:17:22,860 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:17:22,861 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 21:17:22,861 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9d0a132e8) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:17:22,864 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:17:22,864 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:17:22,867 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:17:22,867 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:17:22,871 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:17:22,874 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:22,877 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:17:22,878 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:17:22,878 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 21:17:22,878 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 21:17:22,881 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:17:22,884 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:17:22,884 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:17:22,887 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:17:22,888 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:17:22,888 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 21:17:22,888 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9d0a09630) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:17:22,891 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:17:22,892 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:17:22,895 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:17:22,895 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:17:22,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:17:22,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:22,905 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:17:22,905 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:17:22,905 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 21:17:22,905 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 21:17:22,908 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:17:22,912 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:17:22,912 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:17:22,915 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:17:22,915 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:17:22,916 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 21:17:22,916 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9d0a041d0) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:17:22,919 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:17:22,919 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:17:22,922 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:17:22,922 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:17:22,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:17:22,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:22,932 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:17:22,933 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:17:22,933 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 21:17:22,933 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 21:17:22,936 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:17:22,939 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:17:22,939 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:17:22,942 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:17:22,943 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:17:22,943 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 21:17:22,943 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9d0a04710) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:17:22,946 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:17:22,946 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:17:22,950 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:17:22,950 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:17:22,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:17:22,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:22,959 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:17:22,960 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:17:22,960 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:17:22,960 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 21:17:22,963 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:17:22,967 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:17:22,967 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:17:22,970 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:17:22,970 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:17:22,970 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 21:17:22,970 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9d0a230f0) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:17:22,974 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:17:22,974 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:17:22,977 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:17:22,977 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:17:22,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:17:22,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:22,987 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:17:22,987 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:17:22,988 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 21:17:22,988 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 21:17:22,991 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:17:22,994 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:17:22,994 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:17:22,997 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:17:22,997 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:17:22,998 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 21:17:22,998 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9d0a23780) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:17:23,001 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:17:23,001 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:17:23,004 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': '22216935'} ; 2024-03-01 21:17:23,004 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:17:23,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:17:23,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:23,014 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:17:23,014 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:17:23,015 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:17:23,015 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:17:23,015 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:17:23,015 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:17:23,018 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:17:23,021 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:17:23,021 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:17:23,024 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:17:23,024 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:17:23,025 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 21:17:23,025 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa9d0a23d68) -- 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 21:17:23,028 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:17:23,031 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:17:23,031 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 21:17:23,035 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:17:23,035 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 21:17:23,038 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:23,038 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 21:17:23,041 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:23,041 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 21:17:23,045 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:17:23,048 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:17:23,051 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:17:23,055 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 0x7fa9d0a87108> 2024-03-01 21:17:25,947 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 21:17:25,952 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:17:25,952 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:17:25,956 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': '22221140'} ; 2024-03-01 21:17:25,956 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:17:25,956 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:17:25,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:25,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:25,965 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:17:25,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:25,971 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:25,971 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:25,985 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:26,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:17:26,004 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 21:17:26,004 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 21:17:26,008 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:17:26,008 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:17:26,011 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:17:26,014 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:17:26,014 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:17:26,017 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:17:26,018 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:17:26,018 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:17:26,021 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:17:26,024 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:17:26,027 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:17:26,030 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:17:26,033 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:17:26,033 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:17:26,033 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 21:17:26,034 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:17:26,033 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fa9d0a2e4e0) -- 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 0x7fa9d0a34eb8> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:17:26,037 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:17:26,041 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:17:26,041 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 21:17:26,044 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:17:26,044 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 21:17:26,047 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:26,048 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 21:17:26,051 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:26,051 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 21:17:26,051 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:17:26,054 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:17:26,054 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 21:17:26,057 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:17:26,057 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:17:26,060 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-qXWi4Y1fMHIXTq4D5qs6MjycWhJi9VunTSHLOahiH0fIxZTk8FBVEyCUOQGtlInT ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/20cff121-d533-4d94-a30d-f36483e2fa6f', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-qXWi4Y1fMHIXTq4D5qs6MjycWhJi9VunTSHLOahiH0fIxZTk8FBVEyCUOQGtlInT', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '20cff121-d533-4d94-a30d-f36483e2fa6f', 'ID_FS_UUID_ENC': '20cff121-d533-4d94-a30d-f36483e2fa6f', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1353732386'} ; 2024-03-01 21:17:26,060 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:17:26,061 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:17:26,065 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:17:26,065 INFO program/MainThread: stderr[15]: 2024-03-01 21:17:26,065 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:17:26,065 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:17:26,068 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:17:26,069 INFO program/MainThread: stderr[16]: 2024-03-01 21:17:26,069 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:17:26,069 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:17:26,072 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:17:26,072 INFO program/MainThread: stderr[17]: 2024-03-01 21:17:26,072 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:17:26,076 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:26,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:17:26,082 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:26,083 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:26,083 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:26,084 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:26,080 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa9d0a01a90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa9d0a7cc50) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:26,084 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:17:26,088 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:17:26,088 INFO program/MainThread: stderr[18]: 2024-03-01 21:17:26,088 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:17:26,092 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:17:26,092 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:17:26,092 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:26,103 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:26,116 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:17:26,116 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:17:26,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:17:26,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:26,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:17:26,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:26,129 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:17:26,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:17:26,135 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:26,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:17:26,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:26,140 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:17:26,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:17:26,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:26,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:17:26,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:26,151 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:17:26,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:17:26,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:26,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:17:26,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:26,162 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:17:26,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:17:26,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:26,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:17:26,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:26,173 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:17:26,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:17:26,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:26,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:17:26,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:26,184 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:17:31,159 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_yamiehna/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:17:31,196 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:17:31,196 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:17:31,200 INFO program/MainThread: stdout[2]: 2024-03-01 21:17:31,200 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 21:17:31,200 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:17:31,200 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:17:31,205 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:31,206 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:17:31,209 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:17:31,209 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:17:31,213 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:17:31,213 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:17:31,216 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:17:31,216 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:17:31,225 INFO program/MainThread: stdout: 2024-03-01 21:17:31,225 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:17:31,225 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member idfIbJ-Az6q-ReKl-JTaC-Kg29-YhaG-4eM6Gw 2024-03-01 21:17:31,225 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 20cff121-d533-4d94-a30d-f36483e2fa6f 2024-03-01 21:17:31,225 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim 2024-03-01 21:17:31,225 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 20cff121-d533-4d94-a30d-f36483e2fa6f 2024-03-01 21:17:31,225 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski 2024-03-01 21:17:31,225 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 20cff121-d533-4d94-a30d-f36483e2fa6f 2024-03-01 21:17:31,225 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:17:31,225 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:17:31,226 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:17:31,226 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:17:31,226 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:17:31,226 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:17:31,226 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:17:31,226 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:17:31,226 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:17:31,226 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:17:31,226 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:17:31,226 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:31,226 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member idfIbJ-Az6q-ReKl-JTaC-Kg29-YhaG-4eM6Gw `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 20cff121-d533-4d94-a30d-f36483e2fa6f sdb 1073741824 root disk brw-rw---- LVM2_member T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 20cff121-d533-4d94-a30d-f36483e2fa6f sdc 1073741824 root disk brw-rw---- LVM2_member 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 20cff121-d533-4d94-a30d-f36483e2fa6f 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 21:17:31,226 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:17:31,226 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:17:31,227 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:17:31,227 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:17:31,227 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:17:31,227 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:17:31,227 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:31,239 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:31,251 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 21:17:31,255 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-idfIbJ-Az6q-ReKl-JTaC-Kg29-YhaG-4eM6Gw ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba', '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': 'idfIbJ-Az6q-ReKl-JTaC-Kg29-YhaG-4eM6Gw', 'ID_FS_UUID_ENC': 'idfIbJ-Az6q-ReKl-JTaC-Kg29-YhaG-4eM6Gw', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:17:31,255 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:17:31,256 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 21:17:31,293 INFO program/MainThread: stdout[3]: 2024-03-01 21:17:31,293 INFO program/MainThread: stderr[3]: 2024-03-01 21:17:31,293 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:17:31,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:17:31,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:31,306 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:17:31,311 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:17:31,311 INFO blivet/MainThread: sda is a disk 2024-03-01 21:17:31,312 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:17:31,312 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:17:31,315 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:17:31,319 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:17:31,319 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:17:31,322 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:17:31,323 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:17:31,323 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:17:31,323 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff36f13f390) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:17:31,327 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:17:31,330 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:17:31,331 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:17:31,334 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:17:31,334 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:17:31,337 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:31,337 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:17:31,341 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:31,341 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:17:31,344 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:17:31,344 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:17:31,344 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 21:17:31,372 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=idfIbJ-Az6q-ReKl-JTaC-Kg29-YhaG-4eM6Gw LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:17:31,372 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim. WARNING: Couldn't find device with uuid 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski. WARNING: VG test_vg1 is missing PV T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski (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 21:17:31,372 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:17:31,373 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:17:31,378 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: idfIbJ-Az6q-ReKl-JTaC-Kg29-YhaG-4eM6Gw ; label: None ; device: /dev/sda ; serial: 36001405f47a7bfa33fe400b9c731d3ba ; exists: True ; vg_name: test_vg1 ; vg_uuid: qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun ; pe_start: 8 MiB ; 2024-03-01 21:17:31,378 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:17:31,381 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:17:31,384 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun ; incomplete: True ; hidden: False ; 2024-03-01 21:17:31,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:17:31,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:31,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:31,393 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 21:17:31,420 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:17:31,420 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim. WARNING: Couldn't find device with uuid 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski. WARNING: VG test_vg1 is missing PV T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski (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 21:17:31,420 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:17:31,420 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:17:31,421 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:17:31,426 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:17:31,430 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:17:31,430 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:17:31,433 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:17:31,434 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 21:17:31,463 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT LVM2_LV_SIZE=3196059648 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=TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT LVM2_LV_SIZE=3196059648 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=TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:17:31,463 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim. WARNING: Couldn't find device with uuid 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski. WARNING: VG test_vg1 is missing PV T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski (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 21:17:31,463 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:17:31,468 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:17:31,469 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:17:31,472 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:17:31,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun ; incomplete: True ; hidden: False ; 2024-03-01 21:17:31,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:17:31,478 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:17:31,478 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:17:31,482 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/lvm-pv-uuid-T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1', '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': 'T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim', 'ID_FS_UUID_ENC': 'T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:17:31,482 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:17:31,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:17:31,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:31,492 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:17:31,492 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:17:31,492 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:17:31,493 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:17:31,496 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:17:31,499 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:17:31,499 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:17:31,502 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:17:31,502 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:17:31,503 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:17:31,503 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff36e111588) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:17:31,506 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:17:31,510 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:17:31,510 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:17:31,513 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:17:31,513 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:17:31,516 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:31,517 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:17:31,520 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:31,520 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:17:31,523 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:17:31,523 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:17:31,523 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 21:17:31,554 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=idfIbJ-Az6q-ReKl-JTaC-Kg29-YhaG-4eM6Gw LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:17:31,554 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski. WARNING: VG test_vg1 is missing PV 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski (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 21:17:31,554 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:17:31,555 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:17:31,559 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim ; label: None ; device: /dev/sdb ; serial: 36001405b7caaf3a7f7140988224d62c1 ; exists: True ; vg_name: test_vg1 ; vg_uuid: qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun ; pe_start: 8 MiB ; 2024-03-01 21:17:31,559 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:17:31,562 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:17:31,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun ; incomplete: True ; hidden: False ; 2024-03-01 21:17:31,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:17:31,572 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:17:31,575 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:17:31,578 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:17:31,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun ; incomplete: True ; hidden: False ; 2024-03-01 21:17:31,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:17:31,585 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 21:17:31,613 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT LVM2_LV_SIZE=3196059648 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=TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT LVM2_LV_SIZE=3196059648 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=TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:17:31,613 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski. WARNING: VG test_vg1 is missing PV 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski (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 21:17:31,613 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:17:31,613 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:17:31,614 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:17:31,618 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:17:31,618 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:17:31,622 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:17:31,625 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:31,629 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:17:31,629 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:17:31,630 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:17:31,630 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:17:31,633 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:17:31,636 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:17:31,636 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:17:31,639 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:17:31,640 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:17:31,640 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:17:31,640 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff36e111d68) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:17:31,643 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:17:31,644 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:17:31,647 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:17:31,647 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:17:31,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:17:31,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:31,656 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:17:31,657 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:17:31,657 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:17:31,657 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:17:31,660 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:17:31,663 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:17:31,664 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:17:31,667 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:17:31,667 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:17:31,667 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:17:31,667 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff36e075ef0) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:17:31,671 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:17:31,671 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:17:31,674 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/lvm-pv-uuid-0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', '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': '0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski', 'ID_FS_UUID_ENC': '0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:17:31,674 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:17:31,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:17:31,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:31,684 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:17:31,684 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:17:31,684 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:17:31,684 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:17:31,687 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:17:31,690 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:17:31,690 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:17:31,694 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:17:31,694 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:17:31,694 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:17:31,694 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff36e111ac8) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:17:31,697 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:17:31,701 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:17:31,701 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:17:31,704 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:17:31,704 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:17:31,708 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:31,708 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:17:31,711 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:31,711 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:17:31,714 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:17:31,714 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:17:31,714 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/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:17:31,742 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=idfIbJ-Az6q-ReKl-JTaC-Kg29-YhaG-4eM6Gw LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=T5llfn-vjzm-EffO-x1uq-3YlI-q3dT-e2hCim LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:17:31,742 INFO program/MainThread: stderr[9]: 2024-03-01 21:17:31,742 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:17:31,743 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:17:31,747 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 0vTsts-8URO-ZJQn-U0vs-sAj9-E9jg-ye3ski ; label: None ; device: /dev/sdc ; serial: 3600140507600ad0486d49968c7af7867 ; exists: True ; vg_name: test_vg1 ; vg_uuid: qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun ; pe_start: 8 MiB ; 2024-03-01 21:17:31,747 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:17:31,750 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:17:31,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun ; incomplete: True ; hidden: False ; 2024-03-01 21:17:31,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:17:31,759 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:17:31,763 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:17:31,766 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:17:31,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun ; incomplete: True ; hidden: False ; 2024-03-01 21:17:31,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:17:31,772 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/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:17:31,801 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:17:31,801 INFO program/MainThread: stderr[10]: 2024-03-01 21:17:31,801 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:17:31,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:31,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:31,811 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT ; incomplete: False ; hidden: False ; 2024-03-01 21:17:31,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:17:31,815 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:17:31,818 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:17:31,818 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:17:31,822 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:17:31,825 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:17:31,826 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:17:31,829 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 21:17:31,830 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:17:31,830 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:17:31,833 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:17:31,838 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:17:31,838 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:17:31,841 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:17:31,844 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:17:31,845 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:17:31,848 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 21:17:31,848 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:17:31,849 DEBUG blivet/MainThread: Adding test_vg1-lv1/2.98 GiB to test_vg1 2024-03-01 21:17:31,849 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:17:31,852 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:17:31,852 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:17:31,855 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 21:17:31,856 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:17:31,859 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/20cff121-d533-4d94-a30d-f36483e2fa6f ' '/dev/disk/by-id/dm-uuid-LVM-qXWi4Y1fMHIXTq4D5qs6MjycWhJi9VunTSHLOahiH0fIxZTk8FBVEyCUOQGtlInT ' '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-qXWi4Y1fMHIXTq4D5qs6MjycWhJi9VunTSHLOahiH0fIxZTk8FBVEyCUOQGtlInT', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '20cff121-d533-4d94-a30d-f36483e2fa6f', 'ID_FS_UUID_ENC': '20cff121-d533-4d94-a30d-f36483e2fa6f', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1353732386'} ; 2024-03-01 21:17:31,859 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:17:31,859 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:17:31,864 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:17:31,864 INFO program/MainThread: stderr[11]: 2024-03-01 21:17:31,864 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:17:31,864 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:17:31,868 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:17:31,868 INFO program/MainThread: stderr[12]: 2024-03-01 21:17:31,868 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:17:31,868 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:17:31,871 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:17:31,872 INFO program/MainThread: stderr[13]: 2024-03-01 21:17:31,872 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:17:31,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:31,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:17:31,882 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:31,883 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:31,883 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:31,884 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:31,879 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:31,884 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:17:31,888 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:17:31,888 INFO program/MainThread: stderr[14]: 2024-03-01 21:17:31,888 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:17:31,892 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:17:31,896 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:17:31,896 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:17:31,900 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:17:31,900 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:17:31,903 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:31,903 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:17:31,907 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:31,907 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:17:31,909 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:17:31,909 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:17:31,912 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:17:31,913 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:17:31,916 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:17:31,916 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:17:31,917 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:17:31,920 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:17:31,920 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:17:31,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:17:31,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:31,931 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:17:31,931 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:17:31,931 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:17:31,932 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 21:17:31,935 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:17:31,938 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:17:31,938 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:17:31,941 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:17:31,942 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:17:31,942 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 21:17:31,942 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff36e072c88) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:17:31,946 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:17:31,946 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:17:31,949 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:17:31,949 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:17:31,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:17:31,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:31,959 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:17:31,959 INFO blivet/MainThread: sde is a disk 2024-03-01 21:17:31,959 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 21:17:31,960 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 21:17:31,963 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:17:31,966 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:17:31,966 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:17:31,969 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:17:31,969 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:17:31,970 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 21:17:31,970 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff36e087320) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:17:31,973 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:17:31,973 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:17:31,976 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:17:31,976 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:17:31,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:17:31,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:31,986 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:17:31,987 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:17:31,987 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 21:17:31,987 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 21:17:31,990 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:17:31,993 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:17:31,993 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:17:31,996 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:17:31,997 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:17:31,997 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 21:17:31,997 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff36f13f588) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:17:32,001 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:17:32,001 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:17:32,004 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:17:32,004 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:17:32,007 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:17:32,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:32,014 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:17:32,014 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:17:32,014 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 21:17:32,015 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 21:17:32,017 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:17:32,021 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:17:32,021 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:17:32,024 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:17:32,024 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:17:32,025 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 21:17:32,025 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff36e078208) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:17:32,028 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:17:32,028 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:17:32,031 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:17:32,031 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:17:32,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:17:32,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:32,041 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:17:32,042 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:17:32,042 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 21:17:32,042 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 21:17:32,045 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:17:32,048 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:17:32,048 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:17:32,051 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:17:32,052 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:17:32,052 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 21:17:32,052 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff36e078748) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:17:32,055 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:17:32,055 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:17:32,059 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:17:32,059 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:17:32,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:17:32,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:32,069 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:17:32,069 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:17:32,069 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:17:32,069 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 21:17:32,073 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:17:32,076 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:17:32,076 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:17:32,079 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:17:32,079 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:17:32,080 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 21:17:32,080 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff36e0960f0) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:17:32,083 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:17:32,083 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:17:32,086 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:17:32,086 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:17:32,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:17:32,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:32,096 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:17:32,097 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:17:32,097 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 21:17:32,097 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 21:17:32,100 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:17:32,103 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:17:32,103 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:17:32,106 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:17:32,107 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:17:32,107 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 21:17:32,107 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff36e0967b8) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:17:32,110 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:17:32,110 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:17:32,113 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': '22216935'} ; 2024-03-01 21:17:32,114 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:17:32,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:17:32,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:32,123 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:17:32,124 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:17:32,124 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:17:32,124 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:17:32,124 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:17:32,124 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:17:32,127 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:17:32,130 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:17:32,130 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:17:32,133 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:17:32,134 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:17:32,134 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 21:17:32,134 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff36e096cf8) -- 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 21:17:32,137 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:17:32,140 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:17:32,140 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 21:17:32,144 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:17:32,144 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 21:17:32,147 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:32,147 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 21:17:32,150 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:32,151 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 21:17:32,154 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:17:32,157 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:17:32,160 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:17:32,165 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 0x7ff36e083a08> 2024-03-01 21:17:35,122 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 21:17:35,127 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:17:35,127 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:17:35,131 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': '22221140'} ; 2024-03-01 21:17:35,131 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:17:35,131 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:17:35,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:35,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:35,140 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:17:35,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:35,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:35,146 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:35,160 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:35,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:17:35,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 21:17:35,179 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 21:17:35,183 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:17:35,183 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:17:35,186 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:17:35,190 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:17:35,190 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:17:35,193 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:17:35,193 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:17:35,193 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:17:35,197 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:17:35,200 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:17:35,203 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:17:35,206 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:17:35,209 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:17:35,209 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:17:35,209 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 21:17:35,210 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:17:35,210 INFO blivet/MainThread: got device: PartitionDevice instance (0x7ff36e0a2518) -- 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 0x7ff36e0a8eb8> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:17:35,214 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:17:35,217 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:17:35,217 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 21:17:35,220 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:17:35,221 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 21:17:35,224 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:35,224 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 21:17:35,227 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:17:35,227 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 21:17:35,228 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:17:35,231 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:17:35,231 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 21:17:35,234 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:17:35,234 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:17:35,237 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-qXWi4Y1fMHIXTq4D5qs6MjycWhJi9VunTSHLOahiH0fIxZTk8FBVEyCUOQGtlInT ' '/dev/disk/by-uuid/20cff121-d533-4d94-a30d-f36483e2fa6f ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-qXWi4Y1fMHIXTq4D5qs6MjycWhJi9VunTSHLOahiH0fIxZTk8FBVEyCUOQGtlInT', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '20cff121-d533-4d94-a30d-f36483e2fa6f', 'ID_FS_UUID_ENC': '20cff121-d533-4d94-a30d-f36483e2fa6f', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1353732386'} ; 2024-03-01 21:17:35,237 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:17:35,237 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:17:35,242 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:17:35,242 INFO program/MainThread: stderr[15]: 2024-03-01 21:17:35,242 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:17:35,242 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:17:35,246 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:17:35,246 INFO program/MainThread: stderr[16]: 2024-03-01 21:17:35,246 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:17:35,246 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:17:35,250 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:17:35,250 INFO program/MainThread: stderr[17]: 2024-03-01 21:17:35,250 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:17:35,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:35,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:17:35,260 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,261 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,261 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,261 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,257 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,262 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:17:35,265 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:17:35,266 INFO program/MainThread: stderr[18]: 2024-03-01 21:17:35,266 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:17:35,270 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:17:35,270 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:17:35,270 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:35,283 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:35,296 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:17:35,296 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:17:35,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:17:35,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:35,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:17:35,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:35,309 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:17:35,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:17:35,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:35,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:17:35,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:35,321 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:17:35,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:17:35,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:35,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:17:35,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:35,332 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:17:35,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:17:35,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:35,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:17:35,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:35,343 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:17:35,345 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:17:35,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:35,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:17:35,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:35,354 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:17:35,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:17:35,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:17:35,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:17:35,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:17:35,365 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:17:35,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:35,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:17:35,371 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 21:17:35,371 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:17:35,372 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:17:35,372 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:17:35,373 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:17:35,373 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:17:35,374 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:17:35,374 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:17:35,376 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:17:35,376 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:17:35,377 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:17:35,377 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:17:35,377 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:17:35,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:17:35,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:17:35,383 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:17:35,386 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:17:35,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:17:35,389 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:17:35,392 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:17:35,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 21:17:35,395 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:17:35,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:17:35,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:17:35,401 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:17:35,403 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,404 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,404 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,405 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,401 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,407 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,408 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,408 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,409 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,405 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,411 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,412 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,412 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,413 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,409 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,415 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,416 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,416 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,417 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,413 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,419 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,420 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,420 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,421 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,417 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,423 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,424 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,424 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,425 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,421 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,427 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,428 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,428 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,429 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,425 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,431 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,432 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,432 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,432 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,429 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,435 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,435 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,436 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,436 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,433 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,439 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,439 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,440 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,440 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,437 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,443 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,443 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,444 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,444 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,441 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,447 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,447 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,448 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,448 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,445 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,451 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,451 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,452 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,452 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,449 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,455 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,455 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,456 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,456 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,453 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,459 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,459 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,459 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,460 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,457 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,462 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,463 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,463 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,464 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,460 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,466 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,467 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,467 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,468 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,464 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,470 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,471 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,471 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,472 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,468 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,474 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,475 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,475 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,476 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,472 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,478 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,479 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,479 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,480 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,476 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,482 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,483 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,483 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,484 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,480 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,486 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,487 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,487 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,488 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,484 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,490 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,491 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,491 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,492 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,488 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,494 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,495 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,495 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,496 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,492 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,498 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,499 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,499 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,499 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,496 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,502 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,503 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,503 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,503 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,500 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,506 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,506 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,507 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,507 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,504 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,510 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,510 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,511 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,511 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,508 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,514 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,514 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,515 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,515 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,512 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,518 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,518 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,519 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,519 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,516 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,522 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,522 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,523 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,523 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,520 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,526 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,526 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,526 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:17:35,527 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:17:35,524 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff36e075ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TSHLOa-hiH0-fIxZ-Tk8F-BVEy-CUOQ-GtlInT size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff36e0f0940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = qXWi4Y-1fMH-IXTq-4D5q-s6Mj-ycWh-Ji9Vun size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:17:35,528 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 21:17:35,531 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:17:35,531 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:17:35,531 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 21:17:35,535 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 21:17:35,535 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:17:35,536 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 21:17:35,540 INFO program/MainThread: stdout[19]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:17:35,540 INFO program/MainThread: stderr[19]: 2024-03-01 21:17:35,540 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:17:35,545 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:17:35,545 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 21:17:35,545 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:17:35,546 DEBUG blivet.ansible/MainThread: ['sdb', 'sda', 'sdc', 'test_vg1'] 2024-03-01 21:17:35,546 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 21:17:35,549 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 21:17:35,549 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:17:35,552 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:17:35,555 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:17:35,558 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:17:35,558 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 21:17:35,558 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:17:35,559 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 21:17:35,559 DEBUG blivet/MainThread: removing sdb 2024-03-01 21:17:35,561 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 21:17:35,561 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:17:35,562 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:17:35,565 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 21:17:35,565 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:17:35,565 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 21:17:35,566 DEBUG blivet/MainThread: removing sda 2024-03-01 21:17:35,568 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 21:17:35,568 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:17:35,568 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 21:17:35,571 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 21:17:35,571 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:17:35,572 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 21:17:35,572 DEBUG blivet/MainThread: removing sdc 2024-03-01 21:17:35,574 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 21:17:35,574 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:17:35,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:17:35,577 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 21:17:35,577 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:17:35,578 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:35,593 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:35,605 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:35,619 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:35,635 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:17:35,635 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:17:35,636 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:17:35,636 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:17:35,636 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:17:35,636 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:17:35,636 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:17:35,636 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:17:35,636 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:17:35,639 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:17:35,642 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:17:35,645 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:17:35,645 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:17:35,648 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:17:35,648 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 0x7ff36e069150> 2024-03-01 21:17:35,648 INFO blivet/MainThread: sorting actions... 2024-03-01 21:17:35,649 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:17:35,649 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:17:35,650 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:17:35,650 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:17:35,650 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:17:35,650 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:17:35,650 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:17:35,653 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:17:35,656 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:17:35,657 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 21:17:35,667 INFO program/MainThread: stdout: 2024-03-01 21:17:35,667 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:17:35,667 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:35,667 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:35,685 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:35,685 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:35,698 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:35,698 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:17:35,703 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 21:17:35,706 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:17:35,710 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:17:35,713 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 21:17:35,728 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:17:35,729 INFO program/MainThread: Running [20] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:17:35,766 INFO program/MainThread: stdout[20]: 2024-03-01 21:17:35,766 INFO program/MainThread: stderr[20]: 2024-03-01 21:17:35,766 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:17:35,771 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:17:35,774 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:17:35,777 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:17:35,780 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:17:35,783 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:17:35,786 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:17:35,789 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:17:35,792 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 21:17:35,792 INFO program/MainThread: Running [21] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:17:35,834 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 21:17:35,835 INFO program/MainThread: stderr[21]: 2024-03-01 21:17:35,835 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:17:35,835 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:17:35,842 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 21:17:35,849 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 21:17:35,855 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:17:35,862 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:17:35,868 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:17:35,875 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:17:35,880 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:17:35,886 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:17:35,890 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:17:35,893 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 21:17:35,893 INFO program/MainThread: Running [22] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:17:35,931 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 21:17:35,931 INFO program/MainThread: stderr[22]: 2024-03-01 21:17:35,931 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:17:35,931 INFO program/MainThread: Running [23] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:17:35,981 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 21:17:35,981 INFO program/MainThread: stderr[23]: 2024-03-01 21:17:35,981 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:17:35,982 INFO program/MainThread: Running [24] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:17:36,021 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 21:17:36,021 INFO program/MainThread: stderr[24]: 2024-03-01 21:17:36,021 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:17:36,022 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:17:36,030 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:17:36,038 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:17:36,042 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:17:36,043 INFO program/MainThread: Running [25] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:17:36,085 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 21:17:36,085 INFO program/MainThread: stderr[25]: 2024-03-01 21:17:36,085 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:17:36,085 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 21:17:36,086 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:36,120 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:36,120 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:36,137 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:36,137 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:36,150 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:36,151 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:17:36,156 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:17:36,159 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:17:36,162 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:17:36,162 INFO program/MainThread: Running [26] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:17:36,190 INFO program/MainThread: stdout[26]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 21:17:36,190 INFO program/MainThread: stderr[26]: 2024-03-01 21:17:36,190 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:17:36,190 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 21:17:36,190 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:36,222 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:36,222 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:36,240 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:36,240 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:36,254 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:36,254 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:17:36,259 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:17:36,262 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:17:36,264 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:17:36,265 INFO program/MainThread: Running [27] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:17:36,294 INFO program/MainThread: stdout[27]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 21:17:36,294 INFO program/MainThread: stderr[27]: 2024-03-01 21:17:36,294 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:17:36,295 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 21:17:36,295 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:36,330 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:36,331 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:36,344 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:36,344 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:17:36,358 DEBUG program/MainThread: Return code: 0 2024-03-01 21:17:36,364 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:17:36,364 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 0x7ff36f187308> 2024-03-01 21:17:47,942 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_wrrb3e9m/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:17:53,016 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_sig6g6vy/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:18:00,798 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_x06t3hde/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:18:00,834 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:18:00,834 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:18:00,838 INFO program/MainThread: stdout[2]: 2024-03-01 21:18:00,838 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 21:18:00,838 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:18:00,839 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:18:00,844 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:00,844 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:18:00,848 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:18:00,848 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:18:00,851 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:18:00,851 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:18:00,854 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:18:00,854 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:18:00,862 INFO program/MainThread: stdout: 2024-03-01 21:18:00,863 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:18:00,863 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:18:00,863 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:18:00,863 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:18:00,863 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:18:00,863 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:18:00,863 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:18:00,863 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:18:00,863 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:18:00,863 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:18:00,863 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:18:00,863 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:18:00,863 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:18:00,863 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:18:00,863 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:18:00,863 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:00,863 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 21:18:00,863 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:18:00,863 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:18:00,864 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:18:00,864 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:18:00,864 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:18:00,864 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:18:00,864 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:00,880 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:00,892 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:18:00,896 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:18:00,896 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:18:00,897 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 21:18:00,930 INFO program/MainThread: stdout[3]: 2024-03-01 21:18:00,930 INFO program/MainThread: stderr[3]: 2024-03-01 21:18:00,930 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:18:00,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:18:00,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:00,944 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:18:00,948 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:18:00,949 INFO blivet/MainThread: sda is a disk 2024-03-01 21:18:00,949 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:18:00,949 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:18:00,953 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:18:00,956 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:18:00,956 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:18:00,959 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:18:00,960 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:18:00,960 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:18:00,960 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6ceb8c7f60) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:18:00,964 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:18:00,964 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:18:00,967 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:18:00,967 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:18:00,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:18:00,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:00,977 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:18:00,977 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:18:00,977 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:18:00,978 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:18:00,980 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:18:00,984 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:18:00,984 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:18:00,987 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:18:00,987 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:18:00,988 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:18:00,988 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6ceb808e80) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:18:00,991 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:18:00,991 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:18:00,994 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:18:00,994 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:18:00,997 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:18:01,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:01,004 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:18:01,004 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:18:01,004 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:18:01,005 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:18:01,008 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:18:01,011 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:18:01,011 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:18:01,014 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:18:01,014 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:18:01,015 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:18:01,015 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6ceb808fd0) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:18:01,018 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:18:01,018 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:18:01,021 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:18:01,021 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:18:01,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:18:01,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:01,031 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:18:01,031 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:18:01,031 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:18:01,032 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:18:01,034 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:18:01,038 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:18:01,038 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:18:01,041 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:18:01,041 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:18:01,042 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:18:01,042 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6cea7bbeb8) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:18:01,045 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:18:01,045 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:18:01,048 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:18:01,048 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:18:01,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:18:01,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:01,058 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:18:01,059 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:18:01,059 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:18:01,059 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:18:01,062 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:18:01,065 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:18:01,065 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:18:01,069 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:18:01,069 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:18:01,069 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:18:01,069 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6ceb808f98) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:18:01,073 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:18:01,073 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:18:01,076 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:18:01,076 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:18:01,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:18:01,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:01,086 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:18:01,086 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:18:01,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:18:01,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:18:01,090 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:18:01,093 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:18:01,093 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:18:01,096 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:18:01,096 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:18:01,097 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:18:01,097 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6cea7b9e80) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:18:01,100 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:18:01,100 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:18:01,103 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:18:01,103 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:18:01,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:18:01,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:01,113 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:18:01,113 INFO blivet/MainThread: sde is a disk 2024-03-01 21:18:01,114 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:18:01,114 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:18:01,117 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:18:01,120 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:18:01,120 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:18:01,123 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:18:01,123 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:18:01,124 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:18:01,124 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6cea7ce518) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:18:01,127 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:18:01,127 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:18:01,130 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:18:01,130 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:18:01,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:18:01,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:01,140 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:18:01,141 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:18:01,141 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:18:01,141 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:18:01,144 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:18:01,147 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:18:01,147 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:18:01,150 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:18:01,151 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:18:01,151 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:18:01,151 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6cea7b9cf8) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:18:01,154 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:18:01,154 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:18:01,158 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:18:01,158 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:18:01,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:18:01,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:01,167 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:18:01,168 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:18:01,168 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:18:01,168 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:18:01,171 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:18:01,174 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:18:01,174 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:18:01,177 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:18:01,178 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:18:01,178 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:18:01,178 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6cea7b8400) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:18:01,181 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:18:01,182 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:18:01,185 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:18:01,185 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:18:01,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:18:01,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:01,195 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:18:01,195 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:18:01,195 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:18:01,195 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:18:01,199 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:18:01,202 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:18:01,202 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:18:01,205 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:18:01,205 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:18:01,206 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:18:01,206 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6cea7b94e0) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:18:01,209 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:18:01,209 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:18:01,212 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:18:01,212 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:18:01,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:18:01,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:01,222 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:18:01,223 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:18:01,223 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:18:01,223 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:18:01,226 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:18:01,229 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:18:01,229 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:18:01,232 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:18:01,233 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:18:01,233 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:18:01,233 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6cea7d82e8) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:18:01,236 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:18:01,237 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:18:01,240 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:18:01,240 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:18:01,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:18:01,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:01,250 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:18:01,250 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:18:01,250 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:18:01,250 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:18:01,253 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:18:01,257 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:18:01,257 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:18:01,260 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:18:01,260 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:18:01,261 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:18:01,261 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6cea7d8470) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:18:01,264 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:18:01,264 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:18:01,267 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': '22216935'} ; 2024-03-01 21:18:01,267 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:18:01,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:18:01,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:01,277 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:18:01,277 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:18:01,277 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:18:01,277 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:18:01,277 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:18:01,278 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:18:01,281 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:18:01,284 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:18:01,284 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:18:01,287 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:18:01,287 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:18:01,288 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:18:01,288 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6cea7df240) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:18:01,291 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:18:01,294 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:18:01,295 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:18:01,298 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:18:01,298 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:18:01,301 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:01,302 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:18:01,305 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:01,305 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:18:01,308 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:18:01,311 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:18:01,315 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:18:01,319 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 0x7f6cea7c9ec8> 2024-03-01 21:18:04,240 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:18:04,245 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:18:04,245 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:18:04,249 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': '22221140'} ; 2024-03-01 21:18:04,249 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:18:04,249 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:18:04,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:04,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:04,259 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:18:04,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:04,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:04,265 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:04,279 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:04,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:18:04,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:18:04,298 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:18:04,302 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:18:04,302 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:18:04,305 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:18:04,309 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:18:04,309 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:18:04,312 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:18:04,312 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:18:04,313 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:18:04,316 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:18:04,319 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:18:04,322 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:18:04,325 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:18:04,328 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:18:04,328 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:18:04,329 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:18:04,329 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:18:04,329 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f6cea7b9358) -- 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 0x7f6cea7ef0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:18:04,333 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:18:04,336 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:18:04,336 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:18:04,340 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:18:04,340 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:18:04,343 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:04,343 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:18:04,347 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:04,347 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:18:04,349 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:18:04,349 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:18:04,352 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:18:04,352 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:18:04,355 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:18:04,356 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:18:04,356 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:04,371 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:04,383 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:18:04,384 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:18:04,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:18:04,391 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:04,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:18:04,397 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:04,397 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:18:04,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:18:04,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:04,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:18:04,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:04,408 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:18:04,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:18:04,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:04,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:18:04,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:04,419 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:18:04,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:18:04,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:04,427 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:18:04,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:04,430 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:18:04,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:18:04,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:04,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:18:04,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:04,441 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:18:04,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:18:04,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:04,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:18:04,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:04,452 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:18:04,452 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:18:09,531 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_9kdd16hg/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:18:09,568 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:18:09,568 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:18:09,572 INFO program/MainThread: stdout[2]: 2024-03-01 21:18:09,572 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 21:18:09,572 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:18:09,573 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:18:09,577 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:09,578 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:18:09,582 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:18:09,582 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:18:09,585 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:18:09,585 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:18:09,588 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:18:09,588 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:18:09,596 INFO program/MainThread: stdout: 2024-03-01 21:18:09,596 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:18:09,597 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:18:09,597 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:18:09,597 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:18:09,597 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:18:09,597 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:18:09,597 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:18:09,597 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:18:09,597 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:18:09,597 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:18:09,597 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:18:09,597 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:18:09,597 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:18:09,597 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:18:09,597 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:18:09,597 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:09,597 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 21:18:09,597 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:18:09,598 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:18:09,598 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:18:09,598 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:18:09,598 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:18:09,598 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:18:09,598 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:09,610 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:09,621 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:18:09,626 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:18:09,626 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:18:09,627 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:18:09,660 INFO program/MainThread: stdout[3]: 2024-03-01 21:18:09,661 INFO program/MainThread: stderr[3]: 2024-03-01 21:18:09,661 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:18:09,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:18:09,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:09,674 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:18:09,679 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:18:09,680 INFO blivet/MainThread: sda is a disk 2024-03-01 21:18:09,680 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:18:09,680 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:18:09,683 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:18:09,687 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:18:09,687 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:18:09,690 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:18:09,691 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:18:09,691 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:18:09,691 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6085d17f60) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:18:09,695 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:18:09,695 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:18:09,698 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:18:09,698 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:18:09,701 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:18:09,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:09,708 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:18:09,708 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:18:09,709 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:18:09,709 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:18:09,712 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:18:09,715 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:18:09,715 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:18:09,718 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:18:09,718 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:18:09,719 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:18:09,719 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6085c58e80) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:18:09,722 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:18:09,722 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:18:09,726 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:18:09,726 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:18:09,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:18:09,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:09,735 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:18:09,736 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:18:09,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:18:09,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:18:09,739 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:18:09,742 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:18:09,742 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:18:09,745 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:18:09,746 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:18:09,746 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:18:09,746 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6085c58fd0) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:18:09,750 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:18:09,750 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:18:09,753 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:18:09,753 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:18:09,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:18:09,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:09,763 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:18:09,763 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:18:09,763 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:18:09,763 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:18:09,766 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:18:09,770 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:18:09,770 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:18:09,773 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:18:09,773 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:18:09,774 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:18:09,774 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6084c0beb8) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:18:09,777 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:18:09,777 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:18:09,780 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:18:09,781 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:18:09,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:18:09,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:09,790 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:18:09,791 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:18:09,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:18:09,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:18:09,794 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:18:09,797 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:18:09,797 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:18:09,800 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:18:09,801 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:18:09,801 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:18:09,801 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6085c58f98) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:18:09,805 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:18:09,805 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:18:09,808 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:18:09,808 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:18:09,811 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:18:09,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:09,818 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:18:09,818 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:18:09,818 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:18:09,818 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:18:09,822 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:18:09,825 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:18:09,825 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:18:09,828 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:18:09,828 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:18:09,829 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:18:09,829 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6084c09e80) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:18:09,832 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:18:09,832 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:18:09,835 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:18:09,835 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:18:09,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:18:09,841 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:09,845 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:18:09,846 INFO blivet/MainThread: sde is a disk 2024-03-01 21:18:09,846 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:18:09,846 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:18:09,849 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:18:09,852 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:18:09,852 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:18:09,855 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:18:09,856 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:18:09,856 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:18:09,856 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6084c1e518) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:18:09,859 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:18:09,859 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:18:09,863 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:18:09,863 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:18:09,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:18:09,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:09,873 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:18:09,873 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:18:09,873 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:18:09,874 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:18:09,877 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:18:09,880 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:18:09,880 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:18:09,883 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:18:09,883 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:18:09,884 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:18:09,884 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6084c09cf8) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:18:09,887 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:18:09,887 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:18:09,890 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:18:09,890 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:18:09,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:18:09,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:09,900 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:18:09,901 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:18:09,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:18:09,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:18:09,904 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:18:09,907 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:18:09,907 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:18:09,910 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:18:09,911 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:18:09,911 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:18:09,911 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6084c08400) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:18:09,914 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:18:09,915 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:18:09,918 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:18:09,918 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:18:09,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:18:09,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:09,928 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:18:09,928 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:18:09,928 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:18:09,928 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:18:09,931 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:18:09,935 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:18:09,935 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:18:09,938 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:18:09,938 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:18:09,938 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:18:09,939 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6084c094e0) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:18:09,942 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:18:09,942 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:18:09,945 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:18:09,945 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:18:09,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:18:09,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:09,955 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:18:09,956 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:18:09,956 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:18:09,956 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:18:09,959 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:18:09,962 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:18:09,962 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:18:09,965 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:18:09,966 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:18:09,966 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:18:09,966 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6084c282e8) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:18:09,969 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:18:09,970 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:18:09,973 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:18:09,973 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:18:09,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:18:09,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:09,983 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:18:09,983 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:18:09,983 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:18:09,984 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:18:09,986 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:18:09,990 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:18:09,990 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:18:09,993 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:18:09,993 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:18:09,994 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:18:09,994 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6084c28470) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:18:09,997 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:18:09,997 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:18:10,000 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': '22216935'} ; 2024-03-01 21:18:10,000 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:18:10,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:18:10,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:10,010 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:18:10,010 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:18:10,010 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:18:10,010 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:18:10,010 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:18:10,011 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:18:10,014 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:18:10,017 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:18:10,017 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:18:10,020 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:18:10,020 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:18:10,021 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:18:10,021 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6084c2f240) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:18:10,024 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:18:10,027 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:18:10,028 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:18:10,031 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:18:10,031 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:18:10,034 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:10,034 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:18:10,038 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:10,038 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:18:10,041 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:18:10,044 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:18:10,048 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:18:10,052 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 0x7f6084c19788> 2024-03-01 21:18:13,134 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:18:13,139 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:18:13,139 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:18:13,143 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': '22221140'} ; 2024-03-01 21:18:13,143 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:18:13,143 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:18:13,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:13,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:13,152 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:18:13,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:13,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:13,158 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:13,173 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:13,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:18:13,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:18:13,192 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:18:13,196 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:18:13,196 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:18:13,199 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:18:13,202 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:18:13,203 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:18:13,206 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:18:13,206 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:18:13,206 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:18:13,209 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:18:13,212 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:18:13,215 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:18:13,218 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:18:13,221 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:18:13,222 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:18:13,222 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:18:13,223 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:18:13,222 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f6084c09358) -- 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 0x7f6084c3f0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:18:13,226 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:18:13,229 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:18:13,230 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:18:13,233 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:18:13,233 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:18:13,236 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:13,236 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:18:13,240 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:13,240 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:18:13,241 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:18:13,242 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:18:13,245 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:18:13,245 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:18:13,248 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:18:13,248 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:18:13,249 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:13,262 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:13,274 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:18:13,275 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:18:13,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:18:13,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:13,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:18:13,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:13,288 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:18:13,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:18:13,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:13,296 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:18:13,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:13,299 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:18:13,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:18:13,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:13,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:18:13,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:13,310 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:18:13,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:18:13,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:13,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:18:13,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:13,321 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:18:13,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:18:13,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:13,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:18:13,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:13,332 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:18:13,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:18:13,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:13,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:18:13,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:13,343 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:18:13,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:13,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:13,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:13,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:13,354 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 21:18:13,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:18:13,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 21:18:13,360 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:18:13,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:18:13,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 21:18:13,365 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:18:13,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:18:13,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 21:18:13,371 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:18:13,374 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:18:13,374 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 21:18:13,374 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:18:13,378 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:18:13,378 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:18:13,381 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:18:13,381 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:18:13,384 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:18:13,384 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 21:18:13,384 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:18:13,387 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:18:13,387 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:18:13,390 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:18:13,390 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:18:13,393 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:18:13,393 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 21:18:13,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:18:13,396 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:18:13,396 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:18:13,399 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:18:13,400 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:18:13,401 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:18:13,405 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:18:13,408 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:18:13,412 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:18:13,415 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:18:13,419 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:18:13,422 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:18:13,423 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:18:13,426 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:18:13,426 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 21:18:13,426 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:18:13,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:13,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:13,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:13,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:13,439 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 21:18:13,440 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:18:13,440 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:18:13,440 DEBUG blivet.ansible/MainThread: size: 2.99 GiB ; 0.0 2024-03-01 21:18:13,441 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:18:13,441 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:18:13,444 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:18:13,444 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 21:18:13,447 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:18:13,447 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 21:18:13,451 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:18:13,454 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:18:13,455 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:18:13,458 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:18:13,461 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:18:13,464 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:18:13,468 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 21:18:13,468 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:18:13,469 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:18:13,469 DEBUG blivet/MainThread: Adding test_vg1-lv1/2.99 GiB to test_vg1 2024-03-01 21:18:13,469 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 21:18:13,474 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:18:13,474 INFO program/MainThread: stderr[4]: 2024-03-01 21:18:13,474 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:18:13,474 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 21:18:13,475 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:18:13,475 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:18:13,480 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 21:18:13,480 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:18:13,481 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:18:13,481 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:18:13,481 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:18:13,481 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:18:13,481 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:18:13,481 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:18:13,481 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:18:13,481 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:18:13,481 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:18:13,481 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:18:13,481 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:18:13,484 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:18:13,487 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:18:13,490 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:18:13,490 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:18:13,493 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:18:13,493 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 0x7f6084b72eb8> 2024-03-01 21:18:13,493 INFO blivet/MainThread: sorting actions... 2024-03-01 21:18:13,495 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:18:13,495 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:18:13,495 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:18:13,495 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:18:13,495 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:18:13,496 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:18:13,496 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:18:13,496 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:18:13,496 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:18:13,496 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:18:13,499 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:18:13,502 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 21:18:13,502 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 21:18:13,508 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:13,509 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:13,538 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:13,538 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:13,552 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:13,552 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:18:13,557 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:18:13,559 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 21:18:13,560 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 21:18:13,566 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:13,567 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:13,598 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:13,598 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:13,612 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:13,612 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:18:13,616 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:18:13,619 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 21:18:13,619 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 21:18:13,627 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:13,627 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:13,658 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:13,658 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:13,672 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:13,672 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:18:13,676 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:18:13,679 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:18:13,682 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:18:13,682 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:18:13,683 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 21:18:13,714 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 21:18:13,714 INFO program/MainThread: stderr[5]: 2024-03-01 21:18:13,715 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:18:13,715 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:13,735 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:13,739 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:18:13,740 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:18:13,741 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 21:18:13,752 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:13,752 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:13,776 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:13,776 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:18:13,780 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:18:13,783 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:18:13,786 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:18:13,786 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:18:13,786 INFO program/MainThread: Running [6] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:18:13,820 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdb" successfully created. 2024-03-01 21:18:13,820 INFO program/MainThread: stderr[6]: 2024-03-01 21:18:13,821 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:18:13,821 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:13,839 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:13,843 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:18:13,843 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:18:13,845 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 21:18:13,855 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:13,856 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:13,879 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:13,879 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:18:13,884 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:18:13,886 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:18:13,890 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:18:13,890 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:18:13,890 INFO program/MainThread: Running [7] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:18:13,923 INFO program/MainThread: stdout[7]: Physical volume "/dev/sda" successfully created. 2024-03-01 21:18:13,924 INFO program/MainThread: stderr[7]: 2024-03-01 21:18:13,924 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:18:13,924 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:13,943 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:13,947 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:18:13,947 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:18:13,949 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 21:18:13,959 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:13,959 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:13,982 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:13,982 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:18:13,986 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 21:18:13,989 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:18:13,992 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:18:13,995 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:18:13,998 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:18:14,001 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:18:14,004 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:18:14,007 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:18:14,010 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 21:18:14,010 INFO program/MainThread: Running [8] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --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 21:18:14,068 INFO program/MainThread: stdout[8]: Volume group "test_vg1" successfully created 2024-03-01 21:18:14,069 INFO program/MainThread: stderr[8]: 2024-03-01 21:18:14,069 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:18:14,076 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:18:14,083 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:18:14,089 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:18:14,099 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:18:14,107 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:18:14,113 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:18:14,122 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:18:14,129 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:18:14,129 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:14,151 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:14,156 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:18:14,159 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:18:14,159 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:14,174 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:14,175 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 21:18:14,185 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:14,185 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:14,197 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:14,197 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:18:14,201 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 21:18:14,204 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 21:18:14,208 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:18:14,211 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:18:14,214 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:18:14,218 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:18:14,221 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:18:14,224 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:18:14,228 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:18:14,231 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:18:14,231 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:14,244 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:14,248 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:18:14,249 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/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:18:14,277 INFO program/MainThread: stdout[9]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:18:14,277 INFO program/MainThread: stderr[9]: 2024-03-01 21:18:14,277 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:18:14,278 WARNING blivet/MainThread: test_vg1-lv1 LV's size (2.99 GiB) exceeds the VG's usable free space (2.98 GiB),shrinking the LV 2024-03-01 21:18:14,278 DEBUG blivet/MainThread: trying to set lv test_vg1-lv1 size to 2.98 GiB 2024-03-01 21:18:14,282 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 21:18:14,283 INFO program/MainThread: Running [10] lvm lvcreate -n lv1 -L 3121152K -y --type linear 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 21:18:14,374 INFO program/MainThread: stdout[10]: Logical volume "lv1" created. 2024-03-01 21:18:14,374 INFO program/MainThread: stderr[10]: 2024-03-01 21:18:14,374 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:18:14,382 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:18:14,392 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:18:14,392 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:18:14,393 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:14,424 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:14,429 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 21:18:14,429 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:18:14,430 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:18:14,440 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:14,441 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:14,458 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:14,458 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:18:14,462 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:18:14,465 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:18:14,468 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 21:18:14,469 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 21:18:14,507 INFO program/MainThread: stdout: 2024-03-01 21:18:14,507 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=195072 blks 2024-03-01 21:18:14,507 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:18:14,507 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:18:14,507 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:18:14,507 INFO program/MainThread: data = bsize=4096 blocks=780288, imaxpct=25 2024-03-01 21:18:14,507 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:18:14,507 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:18:14,507 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 21:18:14,507 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:18:14,508 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:18:14,508 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:14,508 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 21:18:14,521 INFO program/MainThread: stdout: 2024-03-01 21:18:14,522 INFO program/MainThread: writing all SBs 2024-03-01 21:18:14,522 INFO program/MainThread: new label = "" 2024-03-01 21:18:14,522 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:14,522 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:14,540 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:14,544 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:18:14,544 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:18:14,546 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:18:14,556 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:14,556 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:14,570 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:14,575 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:18:14,575 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 0x7f6084b0c1a8> 2024-03-01 21:18:14,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:14,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 2.98 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:18:14,582 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:18:14,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:14,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 2.98 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:18:14,588 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:18:22,893 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ql6fjcli/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:18:22,930 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:18:22,930 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:18:22,934 INFO program/MainThread: stdout[2]: 2024-03-01 21:18:22,934 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 21:18:22,934 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:18:22,934 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:18:22,939 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:22,939 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:18:22,943 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:18:22,943 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:18:22,946 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:18:22,946 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:18:22,949 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:18:22,949 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:18:22,958 INFO program/MainThread: stdout: 2024-03-01 21:18:22,958 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:18:22,958 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member 1iIgeE-zU0r-7zLh-Yk1D-Odoy-dbV9-ZhOT3D 2024-03-01 21:18:22,958 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 47954ecf-a271-43ec-90b2-3b77fd83799d 2024-03-01 21:18:22,958 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd 2024-03-01 21:18:22,958 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 47954ecf-a271-43ec-90b2-3b77fd83799d 2024-03-01 21:18:22,958 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek 2024-03-01 21:18:22,958 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 47954ecf-a271-43ec-90b2-3b77fd83799d 2024-03-01 21:18:22,958 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:18:22,958 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:18:22,958 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:18:22,958 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:18:22,958 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:18:22,958 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:18:22,958 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:18:22,958 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:18:22,959 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:18:22,959 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:18:22,959 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:18:22,959 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:22,959 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member 1iIgeE-zU0r-7zLh-Yk1D-Odoy-dbV9-ZhOT3D `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 47954ecf-a271-43ec-90b2-3b77fd83799d sdb 1073741824 root disk brw-rw---- LVM2_member SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 47954ecf-a271-43ec-90b2-3b77fd83799d sdc 1073741824 root disk brw-rw---- LVM2_member nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 47954ecf-a271-43ec-90b2-3b77fd83799d 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 21:18:22,959 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:18:22,959 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:18:22,959 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:18:22,959 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:18:22,960 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:18:22,960 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:18:22,960 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:22,973 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:22,985 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 21:18:22,989 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/lvm-pv-uuid-1iIgeE-zU0r-7zLh-Yk1D-Odoy-dbV9-ZhOT3D ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba', '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': '1iIgeE-zU0r-7zLh-Yk1D-Odoy-dbV9-ZhOT3D', 'ID_FS_UUID_ENC': '1iIgeE-zU0r-7zLh-Yk1D-Odoy-dbV9-ZhOT3D', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:18:22,989 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:18:22,990 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 21:18:23,022 INFO program/MainThread: stdout[3]: 2024-03-01 21:18:23,022 INFO program/MainThread: stderr[3]: 2024-03-01 21:18:23,022 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:18:23,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:18:23,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:23,034 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:18:23,039 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:18:23,039 INFO blivet/MainThread: sda is a disk 2024-03-01 21:18:23,039 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:18:23,040 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:18:23,043 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:18:23,046 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:18:23,046 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:18:23,050 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:18:23,050 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:18:23,051 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:18:23,051 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd2305a32e8) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:18:23,054 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:18:23,058 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:18:23,058 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:18:23,061 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:18:23,061 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:18:23,065 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:23,065 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:18:23,068 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:23,068 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:18:23,071 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:18:23,071 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:18:23,071 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 21:18:23,100 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=1iIgeE-zU0r-7zLh-Yk1D-Odoy-dbV9-ZhOT3D LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:18:23,100 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd. WARNING: Couldn't find device with uuid nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek. WARNING: VG test_vg1 is missing PV SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek (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 21:18:23,100 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:18:23,100 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:18:23,105 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 1iIgeE-zU0r-7zLh-Yk1D-Odoy-dbV9-ZhOT3D ; label: None ; device: /dev/sda ; serial: 36001405f47a7bfa33fe400b9c731d3ba ; exists: True ; vg_name: test_vg1 ; vg_uuid: rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v ; pe_start: 8 MiB ; 2024-03-01 21:18:23,105 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:18:23,108 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:18:23,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v ; incomplete: True ; hidden: False ; 2024-03-01 21:18:23,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:18:23,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:23,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:23,120 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:18:23,151 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:18:23,151 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd. WARNING: Couldn't find device with uuid nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek. WARNING: VG test_vg1 is missing PV SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek (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 21:18:23,151 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:18:23,151 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:18:23,152 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:18:23,157 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:18:23,160 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:18:23,161 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:18:23,164 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:18:23,164 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 21:18:23,191 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m LVM2_LV_SIZE=3196059648 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=XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m LVM2_LV_SIZE=3196059648 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=XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:18:23,191 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd. WARNING: Couldn't find device with uuid nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek. WARNING: VG test_vg1 is missing PV SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek (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 21:18:23,191 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:18:23,196 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:18:23,197 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:18:23,200 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:18:23,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v ; incomplete: True ; hidden: False ; 2024-03-01 21:18:23,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:18:23,206 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:18:23,206 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:18:23,210 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/lvm-pv-uuid-SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd', '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': 'SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd', 'ID_FS_UUID_ENC': 'SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:18:23,210 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:18:23,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:18:23,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:23,220 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:18:23,220 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:18:23,220 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:18:23,220 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:18:23,223 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:18:23,227 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:18:23,227 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:18:23,230 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:18:23,230 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:18:23,231 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:18:23,231 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd22f575518) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:18:23,234 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:18:23,237 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:18:23,238 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:18:23,241 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:18:23,241 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:18:23,244 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:23,244 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:18:23,248 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:23,248 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:18:23,251 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:18:23,251 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:18:23,251 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 21:18:23,284 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=1iIgeE-zU0r-7zLh-Yk1D-Odoy-dbV9-ZhOT3D LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:18:23,284 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek. WARNING: VG test_vg1 is missing PV nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek (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 21:18:23,284 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:18:23,285 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:18:23,289 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd ; label: None ; device: /dev/sdb ; serial: 36001405b7caaf3a7f7140988224d62c1 ; exists: True ; vg_name: test_vg1 ; vg_uuid: rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v ; pe_start: 8 MiB ; 2024-03-01 21:18:23,289 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:18:23,292 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:18:23,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v ; incomplete: True ; hidden: False ; 2024-03-01 21:18:23,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:18:23,301 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:18:23,304 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:18:23,307 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:18:23,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v ; incomplete: True ; hidden: False ; 2024-03-01 21:18:23,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:18:23,314 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 21:18:23,347 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m LVM2_LV_SIZE=3196059648 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=XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m LVM2_LV_SIZE=3196059648 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=XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:18:23,347 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek. WARNING: VG test_vg1 is missing PV nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek (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 21:18:23,347 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:18:23,348 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:18:23,348 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:18:23,353 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:18:23,353 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:18:23,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:18:23,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:23,363 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:18:23,363 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:18:23,364 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:18:23,364 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:18:23,367 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:18:23,370 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:18:23,370 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:18:23,373 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:18:23,374 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:18:23,374 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:18:23,374 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd22f575cf8) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:18:23,377 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:18:23,377 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:18:23,381 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:18:23,381 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:18:23,384 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:18:23,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:23,390 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:18:23,391 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:18:23,391 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:18:23,391 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:18:23,394 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:18:23,397 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:18:23,398 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:18:23,401 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:18:23,401 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:18:23,401 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:18:23,401 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd22f4d9e80) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:18:23,405 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:18:23,405 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:18:23,408 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/lvm-pv-uuid-nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867', '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': 'nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek', 'ID_FS_UUID_ENC': 'nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:18:23,408 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:18:23,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:18:23,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:23,418 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:18:23,418 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:18:23,418 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:18:23,419 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:18:23,422 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:18:23,425 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:18:23,425 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:18:23,428 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:18:23,428 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:18:23,429 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:18:23,429 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd22f575a58) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:18:23,432 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:18:23,435 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:18:23,435 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:18:23,439 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:18:23,439 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:18:23,442 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:23,442 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:18:23,445 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:23,446 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:18:23,448 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:18:23,449 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:18:23,449 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 21:18:23,477 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=1iIgeE-zU0r-7zLh-Yk1D-Odoy-dbV9-ZhOT3D LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:18:23,477 INFO program/MainThread: stderr[9]: 2024-03-01 21:18:23,477 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:18:23,478 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:18:23,482 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek ; label: None ; device: /dev/sdc ; serial: 3600140507600ad0486d49968c7af7867 ; exists: True ; vg_name: test_vg1 ; vg_uuid: rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v ; pe_start: 8 MiB ; 2024-03-01 21:18:23,482 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:18:23,485 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:18:23,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v ; incomplete: True ; hidden: False ; 2024-03-01 21:18:23,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:18:23,495 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:18:23,498 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:18:23,501 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:18:23,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v ; incomplete: True ; hidden: False ; 2024-03-01 21:18:23,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:18:23,507 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 21:18:23,536 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:18:23,536 INFO program/MainThread: stderr[10]: 2024-03-01 21:18:23,536 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:18:23,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:23,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:23,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m ; incomplete: False ; hidden: False ; 2024-03-01 21:18:23,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:18:23,550 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:18:23,554 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:18:23,554 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:18:23,558 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:18:23,562 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:18:23,562 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:18:23,565 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 21:18:23,566 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:18:23,566 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:18:23,569 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:18:23,574 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:18:23,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:18:23,577 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:18:23,581 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:18:23,581 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:18:23,584 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 21:18:23,585 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:18:23,585 DEBUG blivet/MainThread: Adding test_vg1-lv1/2.98 GiB to test_vg1 2024-03-01 21:18:23,585 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:18:23,588 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:18:23,588 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:18:23,591 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 21:18:23,592 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:18:23,595 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-rWEJz81zuQec6cyx81XKS3BggHT9zZ8vXGQokaSRATv04zSBsEjlEyPHHTAcgF5m ' '/dev/disk/by-uuid/47954ecf-a271-43ec-90b2-3b77fd83799d', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-rWEJz81zuQec6cyx81XKS3BggHT9zZ8vXGQokaSRATv04zSBsEjlEyPHHTAcgF5m', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '47954ecf-a271-43ec-90b2-3b77fd83799d', 'ID_FS_UUID_ENC': '47954ecf-a271-43ec-90b2-3b77fd83799d', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1414424518'} ; 2024-03-01 21:18:23,596 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:18:23,596 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:18:23,601 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:18:23,601 INFO program/MainThread: stderr[11]: 2024-03-01 21:18:23,601 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:18:23,601 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:18:23,604 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:18:23,605 INFO program/MainThread: stderr[12]: 2024-03-01 21:18:23,605 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:18:23,605 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:18:23,608 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:18:23,608 INFO program/MainThread: stderr[13]: 2024-03-01 21:18:23,608 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:18:23,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:23,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:18:23,619 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:23,620 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:23,620 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:23,621 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:23,617 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd22f4e2ba8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd22f554c50) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:23,621 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:18:23,625 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:18:23,625 INFO program/MainThread: stderr[14]: 2024-03-01 21:18:23,625 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:18:23,629 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:18:23,633 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:18:23,633 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:18:23,637 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:18:23,637 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:18:23,641 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:23,641 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:18:23,644 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:23,644 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:18:23,646 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:18:23,646 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:18:23,650 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:18:23,650 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:18:23,654 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:18:23,654 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:18:23,655 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:18:23,658 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:18:23,658 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:18:23,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:18:23,664 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:23,668 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:18:23,669 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:18:23,669 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:18:23,669 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 21:18:23,673 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:18:23,676 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:18:23,676 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:18:23,679 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:18:23,679 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:18:23,680 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 21:18:23,680 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd22f4d7c18) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:18:23,683 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:18:23,683 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:18:23,687 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:18:23,687 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:18:23,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:18:23,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:23,697 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:18:23,697 INFO blivet/MainThread: sde is a disk 2024-03-01 21:18:23,698 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 21:18:23,698 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 21:18:23,701 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:18:23,704 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:18:23,704 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:18:23,707 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:18:23,708 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:18:23,708 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 21:18:23,708 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd22f4eb2b0) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:18:23,711 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:18:23,711 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:18:23,715 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:18:23,715 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:18:23,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:18:23,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:23,725 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:18:23,726 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:18:23,726 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 21:18:23,726 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 21:18:23,729 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:18:23,732 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:18:23,732 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:18:23,736 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:18:23,736 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:18:23,736 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 21:18:23,736 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd22f4e25c0) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:18:23,740 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:18:23,740 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:18:23,743 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:18:23,743 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:18:23,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:18:23,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:23,753 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:18:23,754 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:18:23,754 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 21:18:23,754 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 21:18:23,757 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:18:23,760 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:18:23,761 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:18:23,764 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:18:23,764 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:18:23,765 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 21:18:23,765 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd22f4f4160) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:18:23,768 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:18:23,768 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:18:23,771 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:18:23,771 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:18:23,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:18:23,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:23,782 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:18:23,782 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:18:23,782 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 21:18:23,782 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 21:18:23,785 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:18:23,789 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:18:23,789 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:18:23,792 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:18:23,792 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:18:23,793 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 21:18:23,793 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd22f4f46d8) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:18:23,796 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:18:23,796 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:18:23,800 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:18:23,800 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:18:23,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:18:23,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:23,810 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:18:23,810 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:18:23,810 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:18:23,811 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 21:18:23,814 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:18:23,817 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:18:23,817 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:18:23,820 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:18:23,821 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:18:23,821 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 21:18:23,821 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd22f4f4f98) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:18:23,824 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:18:23,824 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:18:23,828 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:18:23,828 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:18:23,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:18:23,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:23,838 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:18:23,838 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:18:23,839 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 21:18:23,839 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 21:18:23,842 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:18:23,845 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:18:23,845 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:18:23,848 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:18:23,849 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:18:23,849 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 21:18:23,849 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd22f4fb748) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:18:23,852 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:18:23,853 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:18:23,856 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': '22216935'} ; 2024-03-01 21:18:23,856 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:18:23,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:18:23,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:23,866 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:18:23,866 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:18:23,866 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:18:23,866 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:18:23,866 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:18:23,866 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:18:23,869 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:18:23,873 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:18:23,873 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:18:23,876 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:18:23,876 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:18:23,877 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 21:18:23,877 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd22f4fbd30) -- 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 21:18:23,880 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:18:23,883 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:18:23,883 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 21:18:23,886 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:18:23,887 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 21:18:23,890 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:23,890 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 21:18:23,893 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:23,893 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 21:18:23,897 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:18:23,900 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:18:23,903 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:18:23,906 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 0x7fd22f55f448> 2024-03-01 21:18:26,736 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 21:18:26,741 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:18:26,741 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:18:26,745 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': '22221140'} ; 2024-03-01 21:18:26,745 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:18:26,745 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:18:26,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:26,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:26,755 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:18:26,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:26,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:26,761 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:26,775 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:26,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:18:26,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 21:18:26,794 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 21:18:26,798 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:18:26,798 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:18:26,801 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:18:26,805 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:18:26,805 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:18:26,808 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:18:26,808 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:18:26,808 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:18:26,811 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:18:26,815 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:18:26,818 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:18:26,820 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:18:26,824 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:18:26,824 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:18:26,824 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 21:18:26,825 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:18:26,824 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fd22f4ff390) -- 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 0x7fd22f50beb8> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:18:26,828 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:18:26,832 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:18:26,832 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 21:18:26,835 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:18:26,835 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 21:18:26,838 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:26,839 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 21:18:26,842 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:26,842 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 21:18:26,842 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:18:26,845 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:18:26,845 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 21:18:26,848 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:18:26,848 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:18:26,852 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/47954ecf-a271-43ec-90b2-3b77fd83799d ' '/dev/disk/by-id/dm-uuid-LVM-rWEJz81zuQec6cyx81XKS3BggHT9zZ8vXGQokaSRATv04zSBsEjlEyPHHTAcgF5m ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-rWEJz81zuQec6cyx81XKS3BggHT9zZ8vXGQokaSRATv04zSBsEjlEyPHHTAcgF5m', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '47954ecf-a271-43ec-90b2-3b77fd83799d', 'ID_FS_UUID_ENC': '47954ecf-a271-43ec-90b2-3b77fd83799d', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1414424518'} ; 2024-03-01 21:18:26,852 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:18:26,852 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:18:26,857 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:18:26,857 INFO program/MainThread: stderr[15]: 2024-03-01 21:18:26,857 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:18:26,857 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:18:26,861 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:18:26,861 INFO program/MainThread: stderr[16]: 2024-03-01 21:18:26,861 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:18:26,861 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:18:26,864 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:18:26,865 INFO program/MainThread: stderr[17]: 2024-03-01 21:18:26,865 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:18:26,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:26,872 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:18:26,875 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:26,876 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:26,876 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:26,876 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:26,872 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd22f4e2ba8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fd22f554c50) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:26,877 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:18:26,881 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:18:26,881 INFO program/MainThread: stderr[18]: 2024-03-01 21:18:26,881 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:18:26,885 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:18:26,885 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:18:26,885 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:26,899 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:26,912 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:18:26,912 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:18:26,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:18:26,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:26,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:18:26,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:26,925 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:18:26,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:18:26,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:26,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:18:26,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:26,937 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:18:26,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 21:18:26,942 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:26,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 21:18:26,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:26,948 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:18:26,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:18:26,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:26,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:18:26,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:26,959 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:18:26,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 21:18:26,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:26,967 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:18:26,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:26,970 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:18:26,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:18:26,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:26,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:18:26,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:26,981 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:18:31,976 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ebqn_kv3/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:18:32,013 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:18:32,013 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:18:32,017 INFO program/MainThread: stdout[2]: 2024-03-01 21:18:32,017 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 21:18:32,017 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:18:32,017 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:18:32,022 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:32,023 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:18:32,026 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:18:32,026 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:18:32,029 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:18:32,030 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:18:32,032 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:18:32,033 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:18:32,042 INFO program/MainThread: stdout: 2024-03-01 21:18:32,042 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:18:32,042 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member 1iIgeE-zU0r-7zLh-Yk1D-Odoy-dbV9-ZhOT3D 2024-03-01 21:18:32,042 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 47954ecf-a271-43ec-90b2-3b77fd83799d 2024-03-01 21:18:32,042 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd 2024-03-01 21:18:32,042 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 47954ecf-a271-43ec-90b2-3b77fd83799d 2024-03-01 21:18:32,042 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek 2024-03-01 21:18:32,042 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 47954ecf-a271-43ec-90b2-3b77fd83799d 2024-03-01 21:18:32,042 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:18:32,042 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:18:32,042 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:18:32,042 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:18:32,042 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:18:32,042 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:18:32,042 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:18:32,042 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:18:32,042 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:18:32,042 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:18:32,042 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:18:32,043 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:32,043 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member 1iIgeE-zU0r-7zLh-Yk1D-Odoy-dbV9-ZhOT3D `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 47954ecf-a271-43ec-90b2-3b77fd83799d sdb 1073741824 root disk brw-rw---- LVM2_member SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 47954ecf-a271-43ec-90b2-3b77fd83799d sdc 1073741824 root disk brw-rw---- LVM2_member nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 47954ecf-a271-43ec-90b2-3b77fd83799d 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 21:18:32,043 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:18:32,043 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:18:32,043 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:18:32,043 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:18:32,043 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:18:32,044 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:18:32,044 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:32,059 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:32,071 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 21:18:32,075 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/lvm-pv-uuid-1iIgeE-zU0r-7zLh-Yk1D-Odoy-dbV9-ZhOT3D', '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': '1iIgeE-zU0r-7zLh-Yk1D-Odoy-dbV9-ZhOT3D', 'ID_FS_UUID_ENC': '1iIgeE-zU0r-7zLh-Yk1D-Odoy-dbV9-ZhOT3D', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:18:32,076 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:18:32,076 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 21:18:32,108 INFO program/MainThread: stdout[3]: 2024-03-01 21:18:32,108 INFO program/MainThread: stderr[3]: 2024-03-01 21:18:32,108 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:18:32,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:18:32,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:32,121 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:18:32,126 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:18:32,126 INFO blivet/MainThread: sda is a disk 2024-03-01 21:18:32,127 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:18:32,127 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:18:32,130 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:18:32,133 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:18:32,134 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:18:32,137 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:18:32,137 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:18:32,138 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:18:32,138 INFO blivet/MainThread: got device: DiskDevice instance (0x7f371fd23390) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:18:32,141 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:18:32,145 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:18:32,145 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:18:32,148 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:18:32,148 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:18:32,152 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:32,152 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:18:32,155 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:32,155 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:18:32,158 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:18:32,158 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:18:32,159 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 21:18:32,189 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=1iIgeE-zU0r-7zLh-Yk1D-Odoy-dbV9-ZhOT3D LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:18:32,189 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd. WARNING: Couldn't find device with uuid nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek. WARNING: VG test_vg1 is missing PV SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek (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 21:18:32,189 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:18:32,189 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:18:32,194 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 1iIgeE-zU0r-7zLh-Yk1D-Odoy-dbV9-ZhOT3D ; label: None ; device: /dev/sda ; serial: 36001405f47a7bfa33fe400b9c731d3ba ; exists: True ; vg_name: test_vg1 ; vg_uuid: rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v ; pe_start: 8 MiB ; 2024-03-01 21:18:32,194 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:18:32,197 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:18:32,200 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v ; incomplete: True ; hidden: False ; 2024-03-01 21:18:32,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:18:32,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:32,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:32,209 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 21:18:32,237 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:18:32,237 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd. WARNING: Couldn't find device with uuid nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek. WARNING: VG test_vg1 is missing PV SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek (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 21:18:32,237 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:18:32,237 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:18:32,238 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:18:32,243 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:18:32,247 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:18:32,247 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:18:32,250 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:18:32,250 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 21:18:32,280 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m LVM2_LV_SIZE=3196059648 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=XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m LVM2_LV_SIZE=3196059648 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=XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:18:32,280 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd. WARNING: Couldn't find device with uuid nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek. WARNING: VG test_vg1 is missing PV SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek (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 21:18:32,280 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:18:32,285 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:18:32,286 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:18:32,289 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:18:32,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v ; incomplete: True ; hidden: False ; 2024-03-01 21:18:32,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:18:32,295 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:18:32,295 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:18:32,298 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/lvm-pv-uuid-SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54', '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': 'SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd', 'ID_FS_UUID_ENC': 'SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:18:32,299 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:18:32,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:18:32,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:32,308 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:18:32,309 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:18:32,309 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:18:32,309 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:18:32,312 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:18:32,315 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:18:32,315 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:18:32,318 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:18:32,319 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:18:32,319 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:18:32,319 INFO blivet/MainThread: got device: DiskDevice instance (0x7f371ecf55c0) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:18:32,323 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:18:32,326 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:18:32,326 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:18:32,329 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:18:32,329 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:18:32,333 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:32,333 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:18:32,336 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:32,336 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:18:32,339 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:18:32,339 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:18:32,339 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 21:18:32,369 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=1iIgeE-zU0r-7zLh-Yk1D-Odoy-dbV9-ZhOT3D LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:18:32,369 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek. WARNING: VG test_vg1 is missing PV nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek (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 21:18:32,369 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:18:32,370 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:18:32,374 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd ; label: None ; device: /dev/sdb ; serial: 36001405b7caaf3a7f7140988224d62c1 ; exists: True ; vg_name: test_vg1 ; vg_uuid: rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v ; pe_start: 8 MiB ; 2024-03-01 21:18:32,374 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:18:32,377 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:18:32,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v ; incomplete: True ; hidden: False ; 2024-03-01 21:18:32,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:18:32,386 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:18:32,389 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:18:32,392 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:18:32,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v ; incomplete: True ; hidden: False ; 2024-03-01 21:18:32,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:18:32,398 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 21:18:32,427 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m LVM2_LV_SIZE=3196059648 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=XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m LVM2_LV_SIZE=3196059648 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=XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:18:32,427 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek. WARNING: VG test_vg1 is missing PV nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek (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 21:18:32,427 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:18:32,427 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:18:32,428 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:18:32,432 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:18:32,432 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:18:32,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:18:32,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:32,442 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:18:32,443 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:18:32,443 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:18:32,443 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:18:32,446 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:18:32,449 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:18:32,449 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:18:32,452 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:18:32,453 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:18:32,453 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:18:32,453 INFO blivet/MainThread: got device: DiskDevice instance (0x7f371ecf5da0) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:18:32,456 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:18:32,457 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:18:32,460 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:18:32,460 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:18:32,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:18:32,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:32,470 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:18:32,470 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:18:32,470 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:18:32,470 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:18:32,473 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:18:32,477 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:18:32,477 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:18:32,480 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:18:32,480 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:18:32,480 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:18:32,481 INFO blivet/MainThread: got device: DiskDevice instance (0x7f371ec59ef0) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:18:32,484 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:18:32,484 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:18:32,487 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/lvm-pv-uuid-nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3', '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': 'nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek', 'ID_FS_UUID_ENC': 'nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:18:32,487 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:18:32,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:18:32,493 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:32,497 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:18:32,497 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:18:32,498 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:18:32,498 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:18:32,501 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:18:32,504 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:18:32,504 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:18:32,507 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:18:32,508 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:18:32,508 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:18:32,508 INFO blivet/MainThread: got device: DiskDevice instance (0x7f371ecf5b00) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:18:32,511 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:18:32,515 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:18:32,515 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:18:32,518 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:18:32,518 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:18:32,521 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:32,521 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:18:32,525 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:32,525 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:18:32,528 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:18:32,528 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:18:32,528 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/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:18:32,556 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=1iIgeE-zU0r-7zLh-Yk1D-Odoy-dbV9-ZhOT3D LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=SIWbAh-FtJB-jcyu-qCxv-98ut-Klpg-52uIKd LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:18:32,556 INFO program/MainThread: stderr[9]: 2024-03-01 21:18:32,556 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:18:32,556 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:18:32,560 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: nYQORm-HV6r-k6ve-KhAO-idEL-s2Yy-RiMlek ; label: None ; device: /dev/sdc ; serial: 3600140507600ad0486d49968c7af7867 ; exists: True ; vg_name: test_vg1 ; vg_uuid: rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v ; pe_start: 8 MiB ; 2024-03-01 21:18:32,561 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:18:32,564 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:18:32,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v ; incomplete: True ; hidden: False ; 2024-03-01 21:18:32,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:18:32,573 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:18:32,576 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:18:32,579 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:18:32,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v ; incomplete: True ; hidden: False ; 2024-03-01 21:18:32,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:18:32,585 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/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:18:32,613 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:18:32,613 INFO program/MainThread: stderr[10]: 2024-03-01 21:18:32,613 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:18:32,617 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:32,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:32,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m ; incomplete: False ; hidden: False ; 2024-03-01 21:18:32,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:18:32,626 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:18:32,630 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:18:32,630 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:18:32,634 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:18:32,638 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:18:32,638 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:18:32,641 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 21:18:32,642 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:18:32,642 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:18:32,646 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:18:32,650 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:18:32,650 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:18:32,654 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:18:32,657 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:18:32,657 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:18:32,661 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 21:18:32,661 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:18:32,661 DEBUG blivet/MainThread: Adding test_vg1-lv1/2.98 GiB to test_vg1 2024-03-01 21:18:32,661 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:18:32,664 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:18:32,665 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:18:32,668 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 21:18:32,668 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:18:32,672 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/47954ecf-a271-43ec-90b2-3b77fd83799d ' '/dev/disk/by-id/dm-uuid-LVM-rWEJz81zuQec6cyx81XKS3BggHT9zZ8vXGQokaSRATv04zSBsEjlEyPHHTAcgF5m ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-rWEJz81zuQec6cyx81XKS3BggHT9zZ8vXGQokaSRATv04zSBsEjlEyPHHTAcgF5m', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '47954ecf-a271-43ec-90b2-3b77fd83799d', 'ID_FS_UUID_ENC': '47954ecf-a271-43ec-90b2-3b77fd83799d', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1414424518'} ; 2024-03-01 21:18:32,672 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:18:32,672 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:18:32,677 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:18:32,677 INFO program/MainThread: stderr[11]: 2024-03-01 21:18:32,677 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:18:32,677 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:18:32,680 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:18:32,681 INFO program/MainThread: stderr[12]: 2024-03-01 21:18:32,681 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:18:32,681 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:18:32,684 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:18:32,684 INFO program/MainThread: stderr[13]: 2024-03-01 21:18:32,684 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:18:32,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:32,692 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:18:32,695 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:32,695 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:32,696 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:32,696 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:32,692 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:32,697 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:18:32,700 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:18:32,700 INFO program/MainThread: stderr[14]: 2024-03-01 21:18:32,700 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:18:32,704 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:18:32,708 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:18:32,708 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:18:32,712 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:18:32,712 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:18:32,716 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:32,716 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:18:32,719 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:32,719 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:18:32,721 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:18:32,721 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:18:32,725 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:18:32,725 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:18:32,728 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:18:32,728 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:18:32,729 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:18:32,732 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:18:32,733 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:18:32,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:18:32,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:32,743 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:18:32,743 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:18:32,743 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:18:32,744 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 21:18:32,747 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:18:32,750 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:18:32,750 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:18:32,753 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:18:32,754 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:18:32,754 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 21:18:32,754 INFO blivet/MainThread: got device: DiskDevice instance (0x7f371ec55c88) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:18:32,758 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:18:32,758 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:18:32,761 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:18:32,761 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:18:32,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:18:32,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:32,771 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:18:32,771 INFO blivet/MainThread: sde is a disk 2024-03-01 21:18:32,771 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 21:18:32,772 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 21:18:32,774 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:18:32,778 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:18:32,778 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:18:32,781 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:18:32,781 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:18:32,782 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 21:18:32,782 INFO blivet/MainThread: got device: DiskDevice instance (0x7f371ec6b320) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:18:32,785 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:18:32,785 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:18:32,788 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:18:32,788 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:18:32,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:18:32,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:32,798 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:18:32,799 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:18:32,799 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 21:18:32,799 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 21:18:32,802 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:18:32,805 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:18:32,805 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:18:32,809 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:18:32,809 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:18:32,809 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 21:18:32,809 INFO blivet/MainThread: got device: DiskDevice instance (0x7f371ec61e10) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:18:32,813 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:18:32,813 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:18:32,816 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:18:32,816 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:18:32,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:18:32,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:32,826 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:18:32,826 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:18:32,826 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 21:18:32,827 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 21:18:32,830 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:18:32,833 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:18:32,833 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:18:32,836 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:18:32,836 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:18:32,837 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 21:18:32,837 INFO blivet/MainThread: got device: DiskDevice instance (0x7f371ec5c208) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:18:32,840 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:18:32,840 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:18:32,843 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:18:32,843 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:18:32,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:18:32,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:32,854 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:18:32,854 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:18:32,854 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 21:18:32,854 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 21:18:32,857 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:18:32,860 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:18:32,860 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:18:32,863 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:18:32,864 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:18:32,864 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 21:18:32,864 INFO blivet/MainThread: got device: DiskDevice instance (0x7f371ec5c748) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:18:32,867 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:18:32,868 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:18:32,871 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:18:32,871 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:18:32,874 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:18:32,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:32,881 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:18:32,881 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:18:32,882 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:18:32,882 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 21:18:32,885 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:18:32,888 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:18:32,888 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:18:32,891 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:18:32,891 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:18:32,892 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 21:18:32,892 INFO blivet/MainThread: got device: DiskDevice instance (0x7f371ec7a0f0) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:18:32,895 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:18:32,895 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:18:32,898 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:18:32,898 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:18:32,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:18:32,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:32,909 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:18:32,909 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:18:32,909 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 21:18:32,909 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 21:18:32,912 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:18:32,915 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:18:32,915 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:18:32,918 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:18:32,919 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:18:32,919 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 21:18:32,919 INFO blivet/MainThread: got device: DiskDevice instance (0x7f371ec7a7b8) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:18:32,922 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:18:32,923 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:18:32,926 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': '22216935'} ; 2024-03-01 21:18:32,926 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:18:32,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:18:32,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:32,936 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:18:32,936 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:18:32,936 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:18:32,936 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:18:32,936 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:18:32,936 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:18:32,939 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:18:32,942 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:18:32,942 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:18:32,945 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:18:32,946 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:18:32,946 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 21:18:32,946 INFO blivet/MainThread: got device: DiskDevice instance (0x7f371ec7acf8) -- 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 21:18:32,949 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:18:32,953 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:18:32,953 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 21:18:32,956 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:18:32,956 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 21:18:32,959 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:32,959 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 21:18:32,962 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:32,962 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 21:18:32,966 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:18:32,969 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:18:32,972 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:18:32,983 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 0x7f371ecc8c08> 2024-03-01 21:18:35,840 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 21:18:35,845 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:18:35,845 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:18:35,849 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': '22221140'} ; 2024-03-01 21:18:35,849 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:18:35,849 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:18:35,852 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:35,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:35,858 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:18:35,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:35,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:35,864 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:35,879 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:35,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:18:35,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 21:18:35,898 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 21:18:35,902 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:18:35,902 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:18:35,905 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:18:35,908 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:18:35,908 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:18:35,912 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:18:35,912 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:18:35,912 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:18:35,915 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:18:35,918 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:18:35,921 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:18:35,924 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:18:35,927 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:18:35,928 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:18:35,928 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 21:18:35,928 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:18:35,928 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f371fd23668) -- 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 0x7f371ec8ceb8> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:18:35,932 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:18:35,935 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:18:35,935 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 21:18:35,938 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:18:35,939 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 21:18:35,942 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:35,942 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 21:18:35,945 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:18:35,945 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 21:18:35,946 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:18:35,949 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:18:35,949 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 21:18:35,952 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:18:35,952 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:18:35,955 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/47954ecf-a271-43ec-90b2-3b77fd83799d ' '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-rWEJz81zuQec6cyx81XKS3BggHT9zZ8vXGQokaSRATv04zSBsEjlEyPHHTAcgF5m ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-rWEJz81zuQec6cyx81XKS3BggHT9zZ8vXGQokaSRATv04zSBsEjlEyPHHTAcgF5m', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '47954ecf-a271-43ec-90b2-3b77fd83799d', 'ID_FS_UUID_ENC': '47954ecf-a271-43ec-90b2-3b77fd83799d', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1414424518'} ; 2024-03-01 21:18:35,955 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:18:35,955 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:18:35,960 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:18:35,960 INFO program/MainThread: stderr[15]: 2024-03-01 21:18:35,960 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:18:35,960 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:18:35,964 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:18:35,964 INFO program/MainThread: stderr[16]: 2024-03-01 21:18:35,964 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:18:35,964 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:18:35,968 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:18:35,968 INFO program/MainThread: stderr[17]: 2024-03-01 21:18:35,968 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:18:35,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:35,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:18:35,978 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:35,979 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:35,979 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:35,980 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:35,976 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:35,980 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:18:35,985 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:18:35,985 INFO program/MainThread: stderr[18]: 2024-03-01 21:18:35,985 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:18:35,989 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:18:35,989 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:18:35,989 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:36,001 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:36,014 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:18:36,015 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:18:36,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:18:36,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:36,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:18:36,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:36,028 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:18:36,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:18:36,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:36,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:18:36,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:36,040 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:18:36,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:18:36,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:36,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:18:36,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:36,051 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:18:36,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:18:36,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:36,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:18:36,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:36,062 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:18:36,064 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:18:36,067 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:36,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:18:36,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:36,073 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:18:36,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:18:36,078 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:18:36,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:18:36,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:18:36,084 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:18:36,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:36,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:18:36,090 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 21:18:36,090 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:18:36,091 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:18:36,091 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:18:36,091 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:18:36,092 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:18:36,092 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:18:36,093 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:18:36,093 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:18:36,095 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:18:36,095 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:18:36,096 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:18:36,096 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:18:36,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:18:36,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:18:36,102 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:18:36,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:18:36,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:18:36,108 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:18:36,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:18:36,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 21:18:36,113 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:18:36,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:18:36,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:18:36,119 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:18:36,121 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,122 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,122 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,123 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,119 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,125 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,126 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,126 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,127 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,123 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,129 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,130 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,130 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,131 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,127 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,133 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,134 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,134 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,135 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,131 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,137 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,138 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,138 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,139 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,135 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,141 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,142 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,142 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,143 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,139 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,145 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,146 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,146 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,147 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,143 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,149 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,150 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,150 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,151 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,147 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,153 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,154 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,154 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,155 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,151 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,157 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,158 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,158 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,158 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,155 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,161 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,161 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,162 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,162 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,159 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,165 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,165 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,166 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,166 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,163 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,169 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,169 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,170 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,170 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,167 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,173 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,173 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,173 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,174 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,171 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,176 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,177 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,177 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,178 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,174 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,180 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,181 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,181 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,182 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,178 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,184 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,185 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,185 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,186 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,182 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,188 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,189 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,189 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,190 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,186 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,192 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,193 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,193 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,193 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,190 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,196 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,196 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,197 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,197 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,194 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,200 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,200 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,201 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,201 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,198 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,204 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,204 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,205 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,205 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,202 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,208 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,208 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,208 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,209 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,206 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,212 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,212 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,213 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,213 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,210 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,215 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,216 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,216 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,217 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,214 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,219 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,220 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,220 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,221 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,217 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,223 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,224 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,224 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,225 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,221 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,227 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,228 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,228 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,229 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,225 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,231 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,232 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,232 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,233 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,229 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,235 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,236 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,236 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,236 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,233 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,239 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,239 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,240 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,240 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,237 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,243 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,243 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,244 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:18:36,244 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:18:36,241 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f371ec59ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = XGQoka-SRAT-v04z-SBsE-jlEy-PHHT-AcgF5m size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f371ecd4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 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 = rWEJz8-1zuQ-ec6c-yx81-XKS3-BggH-T9zZ8v size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:18:36,245 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 21:18:36,248 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:18:36,248 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:18:36,248 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 21:18:36,252 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 21:18:36,252 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:18:36,253 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 21:18:36,257 INFO program/MainThread: stdout[19]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:18:36,258 INFO program/MainThread: stderr[19]: 2024-03-01 21:18:36,258 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:18:36,262 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:18:36,262 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 21:18:36,262 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:18:36,263 DEBUG blivet.ansible/MainThread: ['sdc', 'sda', 'test_vg1', 'sdb'] 2024-03-01 21:18:36,263 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 21:18:36,266 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 21:18:36,266 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:18:36,270 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:18:36,273 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:18:36,275 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:18:36,276 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 21:18:36,276 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:18:36,276 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 21:18:36,276 DEBUG blivet/MainThread: removing sdc 2024-03-01 21:18:36,278 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 21:18:36,279 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:18:36,280 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:18:36,282 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 21:18:36,283 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:18:36,283 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 21:18:36,283 DEBUG blivet/MainThread: removing sda 2024-03-01 21:18:36,285 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 21:18:36,286 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:18:36,286 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 21:18:36,289 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 21:18:36,289 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:18:36,289 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 21:18:36,289 DEBUG blivet/MainThread: removing sdb 2024-03-01 21:18:36,291 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 21:18:36,292 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:18:36,292 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:18:36,295 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 21:18:36,295 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:18:36,295 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:36,308 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:36,320 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:36,335 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:36,351 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:18:36,351 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:18:36,351 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:18:36,352 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:18:36,352 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:18:36,352 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:18:36,352 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:18:36,352 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:18:36,352 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:18:36,355 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:18:36,358 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:18:36,360 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:18:36,361 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:18:36,364 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:18:36,364 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 0x7f371ec4d150> 2024-03-01 21:18:36,364 INFO blivet/MainThread: sorting actions... 2024-03-01 21:18:36,365 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:18:36,365 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:18:36,365 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:18:36,365 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:18:36,365 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:18:36,366 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:18:36,366 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:18:36,369 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:18:36,372 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:18:36,372 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 21:18:36,380 INFO program/MainThread: stdout: 2024-03-01 21:18:36,380 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:18:36,380 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:36,380 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:36,396 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:36,396 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:36,410 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:36,410 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:18:36,415 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 21:18:36,418 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:18:36,422 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:18:36,425 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 21:18:36,441 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:18:36,441 INFO program/MainThread: Running [20] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:18:36,478 INFO program/MainThread: stdout[20]: 2024-03-01 21:18:36,478 INFO program/MainThread: stderr[20]: 2024-03-01 21:18:36,478 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:18:36,483 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:18:36,486 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:18:36,489 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:18:36,492 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:18:36,495 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:18:36,498 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:18:36,501 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:18:36,504 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 21:18:36,504 INFO program/MainThread: Running [21] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:18:36,545 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 21:18:36,546 INFO program/MainThread: stderr[21]: 2024-03-01 21:18:36,546 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:18:36,546 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:18:36,553 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 21:18:36,561 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 21:18:36,565 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:18:36,573 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:18:36,579 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:18:36,586 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:18:36,591 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:18:36,595 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:18:36,600 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:18:36,604 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 21:18:36,604 INFO program/MainThread: Running [22] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:18:36,640 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 21:18:36,640 INFO program/MainThread: stderr[22]: 2024-03-01 21:18:36,640 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:18:36,641 INFO program/MainThread: Running [23] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:18:36,693 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 21:18:36,693 INFO program/MainThread: stderr[23]: 2024-03-01 21:18:36,693 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:18:36,694 INFO program/MainThread: Running [24] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:18:36,741 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 21:18:36,742 INFO program/MainThread: stderr[24]: 2024-03-01 21:18:36,742 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:18:36,743 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:18:36,750 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:18:36,757 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:18:36,762 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:18:36,764 INFO program/MainThread: Running [25] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:18:36,801 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 21:18:36,801 INFO program/MainThread: stderr[25]: 2024-03-01 21:18:36,802 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:18:36,802 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 21:18:36,802 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:36,837 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:36,838 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:36,854 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:36,854 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:36,871 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:36,872 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:18:36,876 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:18:36,879 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:18:36,881 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:18:36,882 INFO program/MainThread: Running [26] 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 21:18:36,911 INFO program/MainThread: stdout[26]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 21:18:36,911 INFO program/MainThread: stderr[26]: 2024-03-01 21:18:36,911 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:18:36,911 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 21:18:36,911 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:36,945 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:36,946 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:36,960 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:36,960 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:36,974 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:36,975 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:18:36,979 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:18:36,982 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:18:36,985 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:18:36,985 INFO program/MainThread: Running [27] 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 21:18:37,014 INFO program/MainThread: stdout[27]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 21:18:37,014 INFO program/MainThread: stderr[27]: 2024-03-01 21:18:37,014 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:18:37,014 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 21:18:37,015 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:37,045 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:37,046 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:37,062 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:37,062 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:18:37,079 DEBUG program/MainThread: Return code: 0 2024-03-01 21:18:37,085 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:18:37,085 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 0x7f371fd6b308> 2024-03-01 21:18:48,576 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_j0dyk7s8/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:18:53,587 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_2aojfvt6/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:19:01,419 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_n_1d892t/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:19:01,458 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:01,458 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:19:01,462 INFO program/MainThread: stdout[2]: 2024-03-01 21:19:01,462 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 21:19:01,462 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:19:01,462 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:19:01,467 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:01,468 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:19:01,471 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:01,471 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:19:01,475 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:01,475 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:19:01,478 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:01,478 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:19:01,486 INFO program/MainThread: stdout: 2024-03-01 21:19:01,487 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:19:01,487 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:19:01,487 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:19:01,487 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:19:01,487 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:19:01,487 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:19:01,487 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:19:01,487 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:19:01,487 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:19:01,487 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:19:01,487 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:19:01,487 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:19:01,487 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:19:01,487 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:19:01,487 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:19:01,487 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:01,487 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 21:19:01,487 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:01,488 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:01,488 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:19:01,488 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:01,488 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:19:01,488 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:19:01,489 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:01,505 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:01,517 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:19:01,522 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:19:01,522 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:19:01,522 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 21:19:01,553 INFO program/MainThread: stdout[3]: 2024-03-01 21:19:01,553 INFO program/MainThread: stderr[3]: 2024-03-01 21:19:01,553 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:19:01,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:01,561 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:01,568 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:19:01,572 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:19:01,573 INFO blivet/MainThread: sda is a disk 2024-03-01 21:19:01,573 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:19:01,573 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:19:01,577 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:19:01,581 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:19:01,581 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:19:01,584 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:19:01,585 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:19:01,585 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:19:01,585 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4f1ba88438) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:19:01,589 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:19:01,589 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:19:01,592 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:19:01,592 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:19:01,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:19:01,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:01,602 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:19:01,603 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:19:01,603 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:19:01,603 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:19:01,606 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:19:01,609 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:19:01,609 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:19:01,612 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:19:01,613 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:19:01,613 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:19:01,613 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4f1aa343c8) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:19:01,616 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:19:01,617 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:19:01,620 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:19:01,620 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:19:01,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:19:01,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:01,630 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:19:01,630 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:19:01,630 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:19:01,630 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:19:01,633 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:19:01,637 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:19:01,637 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:19:01,640 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:19:01,640 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:19:01,641 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:19:01,641 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4f1aa34470) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:19:01,644 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:19:01,644 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:19:01,648 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:19:01,648 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:19:01,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:19:01,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:01,657 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:19:01,658 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:19:01,658 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:19:01,658 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:19:01,661 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:19:01,664 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:19:01,665 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:19:01,668 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:19:01,668 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:19:01,668 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:19:01,669 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4f1aa3c588) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:19:01,672 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:19:01,672 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:19:01,675 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:19:01,675 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:19:01,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:19:01,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:01,685 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:19:01,686 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:19:01,686 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:19:01,686 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:19:01,689 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:19:01,692 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:19:01,692 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:19:01,695 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:19:01,696 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:19:01,696 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:19:01,696 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4f1aa3c630) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:19:01,699 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:19:01,700 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:19:01,703 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:19:01,703 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:19:01,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:19:01,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:01,713 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:19:01,713 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:19:01,713 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:19:01,714 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:19:01,717 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:19:01,720 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:19:01,720 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:19:01,723 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:19:01,723 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:19:01,724 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:19:01,724 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4f1aa49470) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:19:01,727 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:19:01,727 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:19:01,730 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:19:01,730 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:19:01,734 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:19:01,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:01,740 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:19:01,741 INFO blivet/MainThread: sde is a disk 2024-03-01 21:19:01,741 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:19:01,741 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:19:01,744 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:19:01,747 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:19:01,747 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:19:01,750 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:19:01,751 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:19:01,751 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:19:01,751 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4f1aa49b00) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:19:01,755 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:19:01,755 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:19:01,758 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:19:01,758 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:19:01,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:19:01,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:01,768 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:19:01,769 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:19:01,769 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:19:01,769 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:19:01,772 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:19:01,775 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:19:01,775 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:19:01,778 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:19:01,779 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:19:01,779 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:19:01,779 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4f1aa49eb8) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:19:01,782 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:19:01,782 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:19:01,786 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:19:01,786 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:19:01,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:19:01,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:01,796 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:19:01,796 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:19:01,796 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:19:01,796 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:19:01,799 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:19:01,803 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:19:01,803 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:19:01,806 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:19:01,806 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:19:01,807 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:19:01,807 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4f1aa4d9e8) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:19:01,810 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:19:01,810 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:19:01,814 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:19:01,814 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:19:01,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:19:01,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:01,824 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:19:01,824 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:19:01,824 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:19:01,825 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:19:01,828 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:19:01,831 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:19:01,831 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:19:01,834 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:19:01,834 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:19:01,835 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:19:01,835 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4f1aa49a20) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:19:01,838 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:19:01,838 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:19:01,841 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:19:01,841 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:19:01,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:19:01,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:01,851 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:19:01,852 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:19:01,852 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:19:01,852 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:19:01,855 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:19:01,858 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:19:01,859 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:19:01,862 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:19:01,862 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:19:01,863 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:19:01,863 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4f1aa5d908) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:19:01,866 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:19:01,866 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:19:01,869 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:19:01,869 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:19:01,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:19:01,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:01,879 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:19:01,880 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:19:01,880 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:19:01,880 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:19:01,883 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:19:01,886 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:19:01,886 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:19:01,889 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:19:01,890 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:19:01,890 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:19:01,890 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4f1aa5df98) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:19:01,893 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:19:01,894 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:19:01,897 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': '22216935'} ; 2024-03-01 21:19:01,897 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:19:01,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:01,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:01,907 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:19:01,907 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:19:01,907 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:19:01,907 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:19:01,907 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:19:01,907 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:19:01,910 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:19:01,913 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:19:01,914 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:19:01,917 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:19:01,917 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:19:01,917 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:19:01,917 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4f1aa5deb8) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:19:01,921 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:19:01,924 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:01,924 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:19:01,928 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:01,928 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:19:01,931 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:01,931 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:19:01,934 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:01,935 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:19:01,938 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:19:01,941 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:01,945 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:19:01,949 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 0x7f4f1aa51c88> 2024-03-01 21:19:05,339 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:19:05,344 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:19:05,344 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:19:05,348 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': '22221140'} ; 2024-03-01 21:19:05,348 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:19:05,348 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:19:05,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:05,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:05,357 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:19:05,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:05,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:05,363 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:05,378 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:05,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:05,396 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:19:05,397 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:19:05,400 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:19:05,401 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:19:05,404 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:19:05,407 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:19:05,407 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:19:05,411 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:19:05,411 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:19:05,411 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:19:05,414 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:19:05,417 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:19:05,420 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:19:05,423 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:19:05,426 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:19:05,427 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:19:05,427 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:19:05,428 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:19:05,427 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f4f1aa340b8) -- 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 0x7f4f1a9f30f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:19:05,431 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:19:05,435 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:05,435 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:19:05,438 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:05,438 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:19:05,442 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:05,442 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:19:05,445 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:05,445 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:19:05,447 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:19:05,447 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:19:05,450 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:05,451 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:19:05,454 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:19:05,454 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:05,454 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:05,469 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:05,481 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:19:05,482 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:19:05,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:19:05,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:05,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:19:05,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:05,495 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:19:05,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:19:05,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:05,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:19:05,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:05,506 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:19:05,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:19:05,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:05,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:19:05,517 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:05,517 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:19:05,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:19:05,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:05,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:19:05,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:05,528 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:19:05,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:19:05,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:05,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 21:19:05,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:05,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 21:19:05,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 21:19:05,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:05,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:19:05,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:05,550 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:19:05,550 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:19:05,550 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:19:05,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 21:19:05,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:19:05,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 21:19:05,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:19:05,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:19:05,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:19:10,583 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_g0_2idw3/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:19:10,620 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:10,621 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:19:10,624 INFO program/MainThread: stdout[2]: 2024-03-01 21:19:10,624 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 21:19:10,624 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:19:10,625 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:19:10,629 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:10,630 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:19:10,634 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:10,634 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:19:10,637 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:10,637 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:19:10,640 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:10,640 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:19:10,648 INFO program/MainThread: stdout: 2024-03-01 21:19:10,648 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:19:10,648 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:19:10,648 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:19:10,648 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:19:10,648 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:19:10,648 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:19:10,648 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:19:10,648 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:19:10,648 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:19:10,648 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:19:10,649 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:19:10,649 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:19:10,649 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:19:10,649 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:19:10,649 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:19:10,649 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:10,649 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 21:19:10,649 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:10,649 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:10,649 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:19:10,650 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:10,650 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:19:10,650 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:19:10,650 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:10,661 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:10,672 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:19:10,677 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:19:10,677 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:19:10,678 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 21:19:10,707 INFO program/MainThread: stdout[3]: 2024-03-01 21:19:10,707 INFO program/MainThread: stderr[3]: 2024-03-01 21:19:10,707 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:19:10,712 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:10,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:10,720 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:19:10,725 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:19:10,725 INFO blivet/MainThread: sda is a disk 2024-03-01 21:19:10,725 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:19:10,726 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:19:10,729 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:19:10,733 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:19:10,733 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:19:10,736 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:19:10,736 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:19:10,737 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:19:10,737 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffa503dc438) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:19:10,740 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:19:10,741 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:19:10,744 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:19:10,744 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:19:10,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:19:10,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:10,753 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:19:10,754 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:19:10,754 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:19:10,754 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:19:10,757 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:19:10,760 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:19:10,760 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:19:10,763 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:19:10,764 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:19:10,764 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:19:10,764 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffa4f3893c8) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:19:10,767 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:19:10,768 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:19:10,771 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:19:10,771 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:19:10,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:19:10,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:10,780 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:19:10,781 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:19:10,781 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:19:10,781 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:19:10,784 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:19:10,787 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:19:10,787 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:19:10,790 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:19:10,791 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:19:10,791 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:19:10,791 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffa4f389470) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:19:10,794 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:19:10,794 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:19:10,797 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:19:10,797 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:19:10,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:19:10,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:10,807 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:19:10,807 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:19:10,808 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:19:10,808 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:19:10,811 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:19:10,814 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:19:10,814 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:19:10,817 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:19:10,817 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:19:10,818 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:19:10,818 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffa4f390588) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:19:10,821 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:19:10,821 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:19:10,824 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:19:10,824 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:19:10,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:19:10,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:10,834 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:19:10,834 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:19:10,834 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:19:10,835 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:19:10,838 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:19:10,841 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:19:10,841 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:19:10,844 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:19:10,844 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:19:10,844 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:19:10,845 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffa4f390630) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:19:10,848 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:19:10,848 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:19:10,851 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:19:10,851 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:19:10,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:19:10,857 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:10,861 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:19:10,861 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:19:10,861 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:19:10,862 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:19:10,865 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:19:10,868 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:19:10,868 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:19:10,871 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:19:10,871 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:19:10,872 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:19:10,872 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffa4f39d470) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:19:10,875 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:19:10,875 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:19:10,878 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:19:10,878 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:19:10,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:19:10,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:10,888 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:19:10,888 INFO blivet/MainThread: sde is a disk 2024-03-01 21:19:10,888 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:19:10,889 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:19:10,892 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:19:10,895 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:19:10,895 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:19:10,898 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:19:10,898 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:19:10,899 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:19:10,899 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffa4f39db00) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:19:10,902 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:19:10,902 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:19:10,905 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:19:10,905 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:19:10,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:19:10,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:10,915 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:19:10,915 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:19:10,916 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:19:10,916 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:19:10,919 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:19:10,922 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:19:10,922 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:19:10,925 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:19:10,925 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:19:10,926 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:19:10,926 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffa4f39deb8) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:19:10,929 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:19:10,929 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:19:10,932 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:19:10,932 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:19:10,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:19:10,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:10,942 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:19:10,942 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:19:10,942 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:19:10,943 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:19:10,945 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:19:10,949 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:19:10,949 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:19:10,952 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:19:10,952 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:19:10,953 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:19:10,953 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffa4f3a19e8) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:19:10,956 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:19:10,956 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:19:10,959 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:19:10,960 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:19:10,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:19:10,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:10,969 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:19:10,970 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:19:10,970 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:19:10,970 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:19:10,973 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:19:10,976 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:19:10,976 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:19:10,979 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:19:10,979 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:19:10,980 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:19:10,980 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffa4f39da20) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:19:10,983 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:19:10,983 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:19:10,986 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:19:10,986 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:19:10,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:19:10,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:10,996 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:19:10,997 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:19:10,997 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:19:10,997 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:19:11,000 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:19:11,003 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:19:11,003 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:19:11,006 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:19:11,007 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:19:11,007 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:19:11,007 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffa4f3b1908) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:19:11,010 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:19:11,010 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:19:11,014 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:19:11,014 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:19:11,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:19:11,020 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:11,023 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:19:11,024 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:19:11,024 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:19:11,024 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:19:11,027 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:19:11,030 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:19:11,030 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:19:11,033 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:19:11,034 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:19:11,034 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:19:11,034 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffa4f3b1f98) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:19:11,037 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:19:11,037 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:19:11,040 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': '22216935'} ; 2024-03-01 21:19:11,040 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:19:11,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:11,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:11,050 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:19:11,050 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:19:11,050 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:19:11,050 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:19:11,051 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:19:11,051 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:19:11,054 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:19:11,057 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:19:11,057 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:19:11,060 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:19:11,060 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:19:11,061 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:19:11,061 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffa4f3b1eb8) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:19:11,064 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:19:11,067 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:11,067 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:19:11,071 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:11,071 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:19:11,074 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:11,074 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:19:11,077 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:11,077 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:19:11,081 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:19:11,084 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:11,087 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:19:11,091 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 0x7ffa4f3a3c08> 2024-03-01 21:19:14,124 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:19:14,129 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:19:14,129 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:19:14,133 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': '22221140'} ; 2024-03-01 21:19:14,133 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:19:14,133 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:19:14,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:14,142 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:19:14,145 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:14,148 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:14,163 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:14,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:19:14,182 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:19:14,186 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:19:14,186 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:19:14,189 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:19:14,192 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:19:14,193 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:19:14,196 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:19:14,196 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:19:14,196 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:19:14,199 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:19:14,203 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:19:14,206 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:19:14,208 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:19:14,212 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:19:14,212 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:19:14,212 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:19:14,213 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:19:14,212 INFO blivet/MainThread: got device: PartitionDevice instance (0x7ffa4f3890b8) -- 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 0x7ffa4f3470f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:19:14,216 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:19:14,220 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:14,220 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:19:14,223 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:14,223 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:19:14,226 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:14,226 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:19:14,230 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:14,230 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:19:14,231 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:19:14,232 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:19:14,235 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:14,235 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:19:14,238 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:19:14,238 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:14,239 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:14,253 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:14,265 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:19:14,266 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:19:14,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:14,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:14,279 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:19:14,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:14,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:14,290 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:19:14,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:14,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:14,301 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:19:14,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:14,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:14,312 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:19:14,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:14,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:14,323 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:19:14,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:14,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:14,334 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:19:14,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:14,342 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,345 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:14,345 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 21:19:14,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 21:19:14,350 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:19:14,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 21:19:14,356 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:19:14,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 21:19:14,362 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:19:14,365 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:19:14,365 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 21:19:14,365 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:19:14,368 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:19:14,369 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:19:14,372 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:19:14,372 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:19:14,375 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:19:14,375 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 21:19:14,375 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:19:14,378 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:19:14,378 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:19:14,381 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:19:14,381 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:19:14,384 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:19:14,384 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 21:19:14,384 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:19:14,387 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:19:14,387 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:19:14,390 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:19:14,390 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:19:14,391 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:19:14,395 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:19:14,399 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:19:14,402 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:19:14,406 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:19:14,409 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:19:14,413 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:19:14,414 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:19:14,417 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:19:14,417 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 21:19:14,417 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:19:14,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:14,427 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:14,430 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 21:19:14,431 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:19:14,431 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:19:14,431 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 21:19:14,432 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:19:14,432 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:19:14,435 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:14,435 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 21:19:14,438 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:14,439 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 21:19:14,442 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:19:14,445 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:19:14,446 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:19:14,449 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:19:14,452 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:19:14,455 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:19:14,459 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 21:19:14,460 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:19:14,460 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:19:14,460 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:19:14,460 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 21:19:14,465 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:19:14,465 INFO program/MainThread: stderr[4]: 2024-03-01 21:19:14,465 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:19:14,466 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 21:19:14,466 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:19:14,466 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:19:14,471 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 21:19:14,471 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:19:14,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:14,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,483 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:14,483 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 21:19:14,484 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:19:14,485 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:19:14,485 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 21:19:14,485 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:19:14,486 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:19:14,489 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:14,489 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 21:19:14,491 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:14,492 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:19:14,495 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:19:14,498 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:19:14,499 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 21:19:14,502 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:19:14,506 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:19:14,509 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:19:14,512 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 21:19:14,513 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:19:14,513 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:19:14,513 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:19:14,514 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 21:19:14,514 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:19:14,514 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 21:19:14,518 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 21:19:14,518 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:19:14,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:14,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:14,529 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 21:19:14,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 21:19:14,535 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 21:19:14,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 21:19:14,541 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 21:19:14,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 21:19:14,546 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 21:19:14,549 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:19:14,549 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 21:19:14,549 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:19:14,552 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:19:14,552 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:19:14,555 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:19:14,555 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:19:14,558 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:19:14,558 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 21:19:14,559 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 21:19:14,561 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:19:14,562 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:19:14,564 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:19:14,565 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:19:14,567 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:19:14,568 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 21:19:14,568 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 21:19:14,571 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:19:14,571 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:19:14,574 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:19:14,574 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:19:14,575 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 21:19:14,578 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:19:14,581 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:19:14,585 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:19:14,588 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:19:14,592 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:19:14,595 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:19:14,596 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 21:19:14,599 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:19:14,600 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 21:19:14,600 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:19:14,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:14,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:14,613 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 21:19:14,614 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:19:14,614 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:19:14,614 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 21:19:14,615 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:19:14,615 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:19:14,618 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:14,618 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 21:19:14,621 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:14,621 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 21:19:14,625 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:19:14,628 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:19:14,628 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 21:19:14,632 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:19:14,635 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:19:14,638 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:19:14,641 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 21:19:14,642 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:19:14,642 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:19:14,643 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:19:14,643 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 21:19:14,643 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:19:14,643 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:19:14,647 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 21:19:14,647 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:19:14,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:14,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:14,659 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 21:19:14,660 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:19:14,660 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:19:14,660 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 21:19:14,661 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:19:14,661 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:19:14,664 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:14,664 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 21:19:14,667 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:14,668 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 21:19:14,671 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:19:14,674 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:19:14,674 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:19:14,678 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:19:14,681 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:19:14,684 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:19:14,688 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 21:19:14,688 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:19:14,689 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:19:14,689 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:19:14,689 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 21:19:14,689 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:19:14,689 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 21:19:14,694 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 21:19:14,694 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:19:14,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:14,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:14,706 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 21:19:14,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 21:19:14,711 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 21:19:14,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 21:19:14,717 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 21:19:14,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 21:19:14,722 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 21:19:14,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 21:19:14,728 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 21:19:14,731 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:19:14,731 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 21:19:14,731 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 21:19:14,734 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:19:14,734 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:19:14,737 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:19:14,737 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:19:14,740 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:19:14,740 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 21:19:14,740 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 21:19:14,743 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:19:14,743 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:19:14,746 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:19:14,746 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:19:14,749 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:19:14,749 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 21:19:14,761 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 21:19:14,764 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:19:14,764 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:19:14,767 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:19:14,767 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:19:14,770 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:19:14,770 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:19:14,771 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:19:14,774 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:19:14,774 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:19:14,777 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:19:14,777 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:19:14,778 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 21:19:14,782 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:19:14,785 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:19:14,788 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:19:14,792 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:19:14,795 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:19:14,799 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:19:14,803 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:19:14,806 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:19:14,807 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 21:19:14,810 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:19:14,811 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 21:19:14,811 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:19:14,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:14,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:14,825 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 21:19:14,826 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:14,826 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:19:14,827 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 21:19:14,827 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:14,827 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:19:14,830 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:14,830 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 21:19:14,833 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:14,834 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 21:19:14,837 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:19:14,840 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:19:14,841 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:19:14,844 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:19:14,847 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:19:14,851 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:19:14,854 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 21:19:14,855 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:14,855 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:19:14,855 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:19:14,856 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 21:19:14,856 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:19:14,856 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 21:19:14,860 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 21:19:14,860 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:19:14,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:14,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,872 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:14,872 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 21:19:14,873 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:14,873 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:19:14,873 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 21:19:14,874 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:14,874 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:19:14,877 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:14,877 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 21:19:14,880 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:14,881 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 21:19:14,884 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:19:14,887 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:19:14,888 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 21:19:14,891 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:19:14,895 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:19:14,898 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:19:14,901 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 21:19:14,902 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:14,903 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:19:14,903 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:19:14,903 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 21:19:14,903 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:19:14,903 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:19:14,907 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 21:19:14,907 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:19:14,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:14,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:14,919 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 21:19:14,920 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:14,921 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:19:14,921 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 21:19:14,922 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:14,922 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:19:14,925 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:14,925 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 21:19:14,928 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:14,929 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:19:14,932 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:19:14,935 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:19:14,936 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 21:19:14,939 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:19:14,943 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:19:14,946 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:19:14,949 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 21:19:14,950 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:14,951 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:19:14,951 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:19:14,951 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 21:19:14,951 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:19:14,951 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 21:19:14,955 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 21:19:14,955 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:19:14,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:14,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:14,967 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:14,968 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 21:19:14,968 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:14,969 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:19:14,969 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 21:19:14,970 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:14,971 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:19:14,974 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:14,974 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 21:19:14,976 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:14,977 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:19:14,981 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:19:14,984 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:19:14,984 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 21:19:14,988 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:19:14,991 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:19:14,994 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:19:14,998 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 21:19:14,998 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:19:14,999 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:19:14,999 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:19:15,000 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 21:19:15,000 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:19:15,000 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 21:19:15,004 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 21:19:15,004 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:19:15,006 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:19:15,006 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:19:15,006 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:19:15,006 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:19:15,006 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:19:15,006 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:19:15,006 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:19:15,006 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:19:15,006 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:19:15,006 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:19:15,006 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:19:15,006 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:19:15,006 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:19:15,007 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:19:15,007 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:19:15,007 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:19:15,007 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:19:15,007 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:19:15,007 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:19:15,007 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:19:15,007 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:19:15,007 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:19:15,007 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:19:15,007 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:19:15,007 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:19:15,007 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:19:15,007 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:19:15,007 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:19:15,007 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:19:15,007 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:19:15,007 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:19:15,008 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:19:15,008 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:19:15,008 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:19:15,008 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:19:15,008 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:19:15,008 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:19:15,008 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:19:15,008 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:19:15,008 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:19:15,010 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:19:15,013 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:19:15,016 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:19:15,019 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:19:15,019 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:19:15,022 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:19:15,022 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 0x7ffa4f368db0> 2024-03-01 21:19:15,022 INFO blivet/MainThread: sorting actions... 2024-03-01 21:19:15,061 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:19:15,061 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:19:15,062 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:19:15,062 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:19:15,062 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:19:15,063 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:19:15,063 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:19:15,063 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:19:15,064 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:19:15,064 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:19:15,065 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:19:15,065 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:19:15,065 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:19:15,066 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:19:15,066 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:19:15,066 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:19:15,067 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:19:15,068 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:19:15,068 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:19:15,069 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:19:15,069 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:19:15,070 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:19:15,070 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:19:15,070 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:19:15,071 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:19:15,071 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:19:15,072 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:19:15,072 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:19:15,073 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:19:15,073 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:19:15,073 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:19:15,074 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:19:15,074 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:19:15,075 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:19:15,075 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:19:15,076 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:19:15,076 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:19:15,076 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:19:15,077 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:19:15,077 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:19:15,080 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:15,083 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 21:19:15,083 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 21:19:15,090 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,091 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,125 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,125 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,137 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,137 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:19:15,141 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:15,144 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 21:19:15,144 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 21:19:15,150 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,151 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,180 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,180 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,193 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,193 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:19:15,198 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:15,200 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 21:19:15,200 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 21:19:15,207 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,207 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,235 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,235 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,248 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,248 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:19:15,252 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:15,255 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 21:19:15,255 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 21:19:15,262 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,262 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,294 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,294 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,310 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,311 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:19:15,315 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:15,318 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 21:19:15,318 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 21:19:15,324 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,325 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,356 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,356 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,370 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,370 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:19:15,375 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:15,377 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 21:19:15,378 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 21:19:15,384 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,384 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,414 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,414 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,427 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,427 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:19:15,432 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:15,435 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 21:19:15,435 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 21:19:15,441 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,442 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,470 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,470 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,482 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,482 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:19:15,487 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:15,489 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 21:19:15,490 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 21:19:15,496 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,496 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,527 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,527 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,541 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,541 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:19:15,546 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:15,549 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 21:19:15,549 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 21:19:15,555 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,556 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,586 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,586 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,599 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,599 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:19:15,604 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:15,607 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 21:19:15,607 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 21:19:15,613 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,614 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,645 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,645 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,658 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,658 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:19:15,663 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:15,666 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:19:15,669 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:19:15,669 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:19:15,669 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 21:19:15,704 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 21:19:15,704 INFO program/MainThread: stderr[5]: 2024-03-01 21:19:15,704 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:19:15,705 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,726 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,730 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:19:15,731 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:19:15,732 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 21:19:15,743 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,744 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,770 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,770 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:19:15,774 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:15,777 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:19:15,780 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:19:15,780 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:19:15,781 INFO program/MainThread: Running [6] lvm pvcreate /dev/sdi --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:19:15,814 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdi" successfully created. 2024-03-01 21:19:15,814 INFO program/MainThread: stderr[6]: 2024-03-01 21:19:15,814 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:19:15,815 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,834 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,838 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:19:15,839 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:19:15,840 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 21:19:15,851 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,851 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,874 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,874 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:19:15,878 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:15,881 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:19:15,884 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:19:15,884 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:19:15,884 INFO program/MainThread: Running [7] lvm pvcreate /dev/sdh --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:19:15,918 INFO program/MainThread: stdout[7]: Physical volume "/dev/sdh" successfully created. 2024-03-01 21:19:15,918 INFO program/MainThread: stderr[7]: 2024-03-01 21:19:15,918 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:19:15,918 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,940 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,944 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:19:15,945 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:19:15,946 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 21:19:15,957 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,958 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:15,983 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:15,983 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:19:15,987 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:15,990 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:19:15,993 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:19:15,993 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:19:15,994 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdg --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:19:16,028 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdg" successfully created. 2024-03-01 21:19:16,029 INFO program/MainThread: stderr[8]: 2024-03-01 21:19:16,029 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:19:16,029 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:16,047 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,051 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:19:16,052 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:19:16,053 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 21:19:16,064 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,064 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:16,088 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,088 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:19:16,092 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 21:19:16,095 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:19:16,098 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:16,101 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:19:16,105 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:16,107 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:19:16,110 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:16,113 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:19:16,116 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:16,119 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:19:16,122 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 21:19:16,122 INFO program/MainThread: Running [9] lvm vgcreate -s 4096K test_vg3 /dev/sdg /dev/sdh /dev/sdi /dev/sdj --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:16,192 INFO program/MainThread: stdout[9]: Volume group "test_vg3" successfully created 2024-03-01 21:19:16,193 INFO program/MainThread: stderr[9]: 2024-03-01 21:19:16,193 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:19:16,201 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:19:16,210 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:19:16,217 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:16,225 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:19:16,235 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:16,240 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:19:16,245 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:16,251 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:19:16,256 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:16,262 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:19:16,262 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:16,275 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,279 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:19:16,282 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:19:16,282 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:16,294 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,294 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 21:19:16,304 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,304 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:16,315 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,315 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:19:16,319 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 21:19:16,322 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 21:19:16,325 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:19:16,329 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:19:16,332 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:16,335 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:19:16,339 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:16,342 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:19:16,345 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:16,349 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:19:16,352 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:16,355 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:19:16,355 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:16,370 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,374 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:19:16,375 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/sdj$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:16,401 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=4261412864 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=1016 LVM2_PV_COUNT=4 2024-03-01 21:19:16,401 INFO program/MainThread: stderr[10]: 2024-03-01 21:19:16,401 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:19:16,406 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 21:19:16,406 INFO program/MainThread: Running [11] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:16,495 INFO program/MainThread: stdout[11]: Logical volume "lv8" created. 2024-03-01 21:19:16,495 INFO program/MainThread: stderr[11]: 2024-03-01 21:19:16,495 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:19:16,504 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:16,514 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:19:16,515 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:19:16,515 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:16,564 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,569 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:19:16,570 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:19:16,570 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:19:16,581 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,582 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:16,598 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,598 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:19:16,602 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:16,605 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:19:16,608 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 21:19:16,608 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 21:19:16,631 INFO program/MainThread: stdout: 2024-03-01 21:19:16,632 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 21:19:16,632 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:19:16,632 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:19:16,632 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:19:16,632 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 21:19:16,632 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:19:16,632 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:19:16,632 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:19:16,632 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:19:16,632 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:19:16,632 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,633 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 21:19:16,646 INFO program/MainThread: stdout: 2024-03-01 21:19:16,646 INFO program/MainThread: writing all SBs 2024-03-01 21:19:16,647 INFO program/MainThread: new label = "" 2024-03-01 21:19:16,647 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,647 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:16,665 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,669 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:19:16,669 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:19:16,670 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:19:16,680 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,681 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:16,698 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,698 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:19:16,702 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 21:19:16,706 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 21:19:16,710 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:16,710 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/sdj$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:16,740 INFO program/MainThread: stdout[12]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3833593856 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=914 LVM2_PV_COUNT=4 2024-03-01 21:19:16,740 INFO program/MainThread: stderr[12]: 2024-03-01 21:19:16,740 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:19:16,745 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 21:19:16,745 INFO program/MainThread: Running [13] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:16,839 INFO program/MainThread: stdout[13]: Logical volume "lv7" created. 2024-03-01 21:19:16,839 INFO program/MainThread: stderr[13]: 2024-03-01 21:19:16,839 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:19:16,847 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:16,856 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:19:16,856 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:19:16,856 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:16,901 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,906 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:19:16,907 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:19:16,907 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 21:19:16,918 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,919 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:16,936 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,936 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:19:16,941 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:16,944 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:19:16,947 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 21:19:16,947 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 21:19:16,974 INFO program/MainThread: stdout: 2024-03-01 21:19:16,974 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 21:19:16,974 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:19:16,974 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:19:16,974 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:19:16,974 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 21:19:16,974 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:19:16,974 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:19:16,974 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:19:16,974 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:19:16,974 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:19:16,974 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,975 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 21:19:16,992 INFO program/MainThread: stdout: 2024-03-01 21:19:16,992 INFO program/MainThread: writing all SBs 2024-03-01 21:19:16,992 INFO program/MainThread: new label = "" 2024-03-01 21:19:16,992 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:16,992 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:17,009 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,013 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:19:17,013 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:19:17,015 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 21:19:17,025 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,025 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:17,042 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,042 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:19:17,046 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 21:19:17,049 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 21:19:17,053 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:17,053 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/sdj$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:17,083 INFO program/MainThread: stdout[14]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3405774848 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=812 LVM2_PV_COUNT=4 2024-03-01 21:19:17,083 INFO program/MainThread: stderr[14]: 2024-03-01 21:19:17,083 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:19:17,088 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 21:19:17,088 INFO program/MainThread: Running [15] lvm lvcreate -n lv6 -L 1044480K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:17,184 INFO program/MainThread: stdout[15]: Logical volume "lv6" created. 2024-03-01 21:19:17,184 INFO program/MainThread: stderr[15]: 2024-03-01 21:19:17,184 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:19:17,192 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:17,201 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:19:17,202 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:19:17,202 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:17,244 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,249 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:19:17,250 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:19:17,250 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 21:19:17,261 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,261 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:17,277 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,277 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:19:17,282 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:17,285 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:19:17,288 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 21:19:17,288 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 21:19:17,315 INFO program/MainThread: stdout: 2024-03-01 21:19:17,315 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 21:19:17,316 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:19:17,316 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:19:17,316 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:19:17,316 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 21:19:17,316 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:19:17,316 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:19:17,316 INFO program/MainThread: log =internal log bsize=4096 blocks=1566, version=2 2024-03-01 21:19:17,316 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:19:17,316 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:19:17,316 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,316 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 21:19:17,329 INFO program/MainThread: stdout: 2024-03-01 21:19:17,329 INFO program/MainThread: writing all SBs 2024-03-01 21:19:17,329 INFO program/MainThread: new label = "" 2024-03-01 21:19:17,329 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,329 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:17,346 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,350 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:19:17,351 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:19:17,352 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 21:19:17,362 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,362 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:17,379 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,379 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:19:17,383 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 21:19:17,386 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 21:19:17,390 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:17,390 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/sdj$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:17,420 INFO program/MainThread: stdout[16]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=2336227328 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=557 LVM2_PV_COUNT=4 2024-03-01 21:19:17,420 INFO program/MainThread: stderr[16]: 2024-03-01 21:19:17,420 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:19:17,425 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 21:19:17,425 INFO program/MainThread: Running [17] lvm lvcreate -n lv5 -L 1253376K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:17,518 INFO program/MainThread: stdout[17]: Logical volume "lv5" created. 2024-03-01 21:19:17,518 INFO program/MainThread: stderr[17]: 2024-03-01 21:19:17,518 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:19:17,526 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:17,532 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:19:17,533 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:19:17,533 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:17,576 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,582 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:19:17,582 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:19:17,583 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 21:19:17,594 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,594 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:17,610 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,610 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:19:17,615 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:17,618 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:19:17,620 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 21:19:17,621 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 21:19:17,658 INFO program/MainThread: stdout: 2024-03-01 21:19:17,659 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 21:19:17,659 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:19:17,659 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:19:17,659 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:19:17,659 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 21:19:17,659 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:19:17,659 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:19:17,659 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 21:19:17,659 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:19:17,659 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:19:17,659 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,660 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 21:19:17,673 INFO program/MainThread: stdout: 2024-03-01 21:19:17,674 INFO program/MainThread: writing all SBs 2024-03-01 21:19:17,674 INFO program/MainThread: new label = "" 2024-03-01 21:19:17,674 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,674 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:17,692 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,696 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:19:17,696 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:19:17,698 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 21:19:17,709 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,709 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:17,727 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,727 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:19:17,731 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:17,734 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:19:17,737 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:19:17,737 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:19:17,737 INFO program/MainThread: Running [18] lvm pvcreate /dev/sdf --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:19:17,771 INFO program/MainThread: stdout[18]: Physical volume "/dev/sdf" successfully created. 2024-03-01 21:19:17,771 INFO program/MainThread: stderr[18]: 2024-03-01 21:19:17,771 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:19:17,771 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:17,788 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,792 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:19:17,793 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:19:17,794 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 21:19:17,804 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,804 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:17,827 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,827 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:19:17,831 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:17,834 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:19:17,837 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:19:17,837 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:19:17,837 INFO program/MainThread: Running [19] lvm pvcreate /dev/sde --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:19:17,872 INFO program/MainThread: stdout[19]: Physical volume "/dev/sde" successfully created. 2024-03-01 21:19:17,873 INFO program/MainThread: stderr[19]: 2024-03-01 21:19:17,873 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:19:17,873 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:17,897 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,901 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:19:17,901 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:19:17,903 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 21:19:17,913 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,914 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:17,937 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:17,937 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:19:17,941 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:17,944 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:19:17,947 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:19:17,947 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:19:17,947 INFO program/MainThread: Running [20] lvm pvcreate /dev/sdd --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:19:17,981 INFO program/MainThread: stdout[20]: Physical volume "/dev/sdd" successfully created. 2024-03-01 21:19:17,981 INFO program/MainThread: stderr[20]: 2024-03-01 21:19:17,981 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:19:17,981 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,002 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,006 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:19:18,006 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:19:18,008 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 21:19:18,018 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,018 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,042 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,042 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:19:18,046 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 21:19:18,049 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:19:18,052 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,055 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,058 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,061 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,064 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,067 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,070 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 21:19:18,070 INFO program/MainThread: Running [21] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:18,131 INFO program/MainThread: stdout[21]: Volume group "test_vg2" successfully created 2024-03-01 21:19:18,132 INFO program/MainThread: stderr[21]: 2024-03-01 21:19:18,132 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:19:18,140 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:19:18,148 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:19:18,154 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,162 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,169 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,178 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,182 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,188 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,188 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,213 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,217 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:19:18,221 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:19:18,221 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,232 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,232 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 21:19:18,242 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,242 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,255 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,255 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:19:18,259 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 21:19:18,262 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 21:19:18,266 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:19:18,269 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:19:18,272 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,276 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,279 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,282 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,286 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,289 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,289 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,301 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,305 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:19:18,306 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/sdj$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:18,336 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:19:18,336 INFO program/MainThread: stderr[22]: 2024-03-01 21:19:18,336 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:19:18,341 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 21:19:18,341 INFO program/MainThread: Running [23] lvm lvcreate -n lv4 -L 626688K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:18,422 INFO program/MainThread: stdout[23]: Logical volume "lv4" created. 2024-03-01 21:19:18,422 INFO program/MainThread: stderr[23]: 2024-03-01 21:19:18,422 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:19:18,431 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,438 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:19:18,438 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:19:18,438 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,472 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,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 21:19:18,478 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:19:18,479 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 21:19:18,490 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,490 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,506 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,506 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:19:18,511 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,514 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:19:18,517 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 21:19:18,517 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 21:19:18,542 INFO program/MainThread: stdout: 2024-03-01 21:19:18,543 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 21:19:18,543 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:19:18,543 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:19:18,543 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:19:18,543 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 21:19:18,543 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:19:18,543 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:19:18,543 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:19:18,543 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:19:18,543 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:19:18,543 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,544 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 21:19:18,556 INFO program/MainThread: stdout: 2024-03-01 21:19:18,556 INFO program/MainThread: writing all SBs 2024-03-01 21:19:18,556 INFO program/MainThread: new label = "" 2024-03-01 21:19:18,556 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,556 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,576 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,580 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:19:18,580 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:19:18,582 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 21:19:18,591 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,592 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,606 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,606 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:19:18,610 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 21:19:18,613 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 21:19:18,617 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,617 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/sdj$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:18,647 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2554331136 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=609 LVM2_PV_COUNT=3 2024-03-01 21:19:18,647 INFO program/MainThread: stderr[24]: 2024-03-01 21:19:18,647 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:19:18,651 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 21:19:18,652 INFO program/MainThread: Running [25] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:18,736 INFO program/MainThread: stdout[25]: Logical volume "lv3" created. 2024-03-01 21:19:18,737 INFO program/MainThread: stderr[25]: 2024-03-01 21:19:18,737 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:19:18,745 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,752 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:19:18,752 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:19:18,752 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,780 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,786 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:19:18,786 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:19:18,787 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 21:19:18,798 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,798 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,815 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,815 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:19:18,819 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,822 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:19:18,825 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 21:19:18,825 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 21:19:18,851 INFO program/MainThread: stdout: 2024-03-01 21:19:18,851 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 21:19:18,851 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:19:18,851 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:19:18,852 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:19:18,852 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 21:19:18,852 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:19:18,852 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:19:18,852 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:19:18,852 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:19:18,852 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:19:18,852 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,852 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 21:19:18,866 INFO program/MainThread: stdout: 2024-03-01 21:19:18,866 INFO program/MainThread: writing all SBs 2024-03-01 21:19:18,866 INFO program/MainThread: new label = "" 2024-03-01 21:19:18,866 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,867 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,884 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,888 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:19:18,888 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:19:18,890 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 21:19:18,900 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,901 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,916 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,916 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:19:18,921 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:18,924 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,927 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:19:18,927 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:19:18,927 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:19:18,964 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdc" successfully created. 2024-03-01 21:19:18,965 INFO program/MainThread: stderr[26]: 2024-03-01 21:19:18,965 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:19:18,965 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:18,985 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:18,989 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:19:18,990 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:19:18,991 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 21:19:19,002 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,002 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:19,030 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,030 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:19:19,034 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:19,037 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:19:19,040 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:19:19,040 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:19:19,040 INFO program/MainThread: Running [27] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:19:19,074 INFO program/MainThread: stdout[27]: Physical volume "/dev/sdb" successfully created. 2024-03-01 21:19:19,074 INFO program/MainThread: stderr[27]: 2024-03-01 21:19:19,075 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:19:19,075 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:19,098 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,102 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:19:19,103 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:19:19,104 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 21:19:19,115 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,116 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:19,140 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,140 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:19:19,144 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:19,147 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:19:19,150 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:19:19,150 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:19:19,151 INFO program/MainThread: Running [28] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:19:19,190 INFO program/MainThread: stdout[28]: Physical volume "/dev/sda" successfully created. 2024-03-01 21:19:19,191 INFO program/MainThread: stderr[28]: 2024-03-01 21:19:19,191 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:19:19,191 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:19,208 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,213 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:19:19,213 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:19:19,214 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 21:19:19,225 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,225 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:19,250 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,250 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:19:19,254 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 21:19:19,257 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:19:19,260 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:19,263 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:19:19,266 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:19,269 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:19:19,272 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:19,276 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:19:19,279 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 21:19:19,279 INFO program/MainThread: Running [29] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:19,340 INFO program/MainThread: stdout[29]: Volume group "test_vg1" successfully created 2024-03-01 21:19:19,341 INFO program/MainThread: stderr[29]: 2024-03-01 21:19:19,341 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:19:19,348 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:19:19,355 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:19:19,361 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:19,368 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:19:19,374 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:19,383 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:19:19,388 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:19,394 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:19:19,394 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:19,429 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,434 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:19:19,437 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:19:19,437 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:19,451 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,452 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 21:19:19,462 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,462 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:19,475 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,475 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:19:19,480 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 21:19:19,483 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 21:19:19,486 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:19:19,490 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:19:19,493 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:19,496 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:19:19,500 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:19,503 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:19:19,506 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:19,510 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:19:19,510 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:19,522 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,526 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:19:19,527 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/sdj$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:19,558 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:19:19,558 INFO program/MainThread: stderr[30]: 2024-03-01 21:19:19,558 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:19:19,563 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 21:19:19,563 INFO program/MainThread: Running [31] lvm lvcreate -n lv2 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:19,654 INFO program/MainThread: stdout[31]: Logical volume "lv2" created. 2024-03-01 21:19:19,654 INFO program/MainThread: stderr[31]: 2024-03-01 21:19:19,654 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:19:19,662 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:19,670 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:19:19,670 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:19:19,670 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:19,704 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,709 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:19:19,710 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:19:19,710 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 21:19:19,722 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,722 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:19,737 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,737 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:19:19,742 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:19,745 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:19:19,748 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 21:19:19,748 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 21:19:19,789 INFO program/MainThread: stdout: 2024-03-01 21:19:19,790 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 21:19:19,790 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:19:19,790 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:19:19,790 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:19:19,790 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 21:19:19,790 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:19:19,790 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:19:19,790 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 21:19:19,790 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:19:19,790 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:19:19,790 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,791 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 21:19:19,805 INFO program/MainThread: stdout: 2024-03-01 21:19:19,805 INFO program/MainThread: writing all SBs 2024-03-01 21:19:19,805 INFO program/MainThread: new label = "" 2024-03-01 21:19:19,805 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,805 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:19,823 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,827 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:19:19,827 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:19:19,829 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 21:19:19,839 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,839 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:19,856 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:19,856 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:19:19,860 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 21:19:19,864 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 21:19:19,867 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:19,867 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/sdj$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:19,901 INFO program/MainThread: stdout[32]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 21:19:19,901 INFO program/MainThread: stderr[32]: 2024-03-01 21:19:19,901 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:19:19,906 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 21:19:19,906 INFO program/MainThread: Running [33] lvm lvcreate -n lv1 -L 471040K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:20,001 INFO program/MainThread: stdout[33]: Logical volume "lv1" created. 2024-03-01 21:19:20,002 INFO program/MainThread: stderr[33]: 2024-03-01 21:19:20,002 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:19:20,010 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:20,017 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:19:20,017 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:19:20,018 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:20,044 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,049 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:19:20,049 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:19:20,050 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 21:19:20,060 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,061 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:20,079 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,079 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:19:20,084 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:20,087 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:19:20,089 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 21:19:20,090 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 21:19:20,114 INFO program/MainThread: stdout: 2024-03-01 21:19:20,114 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 21:19:20,114 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:19:20,114 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:19:20,114 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:19:20,114 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 21:19:20,114 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:19:20,114 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:19:20,114 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:19:20,114 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:19:20,114 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:19:20,114 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,115 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 21:19:20,129 INFO program/MainThread: stdout: 2024-03-01 21:19:20,129 INFO program/MainThread: writing all SBs 2024-03-01 21:19:20,130 INFO program/MainThread: new label = "" 2024-03-01 21:19:20,130 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,130 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:20,149 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,153 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:19:20,154 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:19:20,155 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 21:19:20,165 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,165 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:20,180 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:20,185 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:19:20,186 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 0x7ffa4f37c0f8> 2024-03-01 21:19:20,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:20,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:19:20,193 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:19:20,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:20,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 21:19:20,199 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:19:20,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:20,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 21:19:20,205 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:19:20,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:20,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 21:19:20,211 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:19:20,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:20,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 21:19:20,217 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:19:20,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:20,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 21:19:20,223 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:19:20,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:20,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 21:19:20,229 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:19:20,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:20,235 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 21:19:20,235 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:19:20,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:20,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:19:20,241 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:19:20,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:20,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 21:19:20,247 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:19:20,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:20,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 21:19:20,253 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:19:20,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:20,259 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 21:19:20,259 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:19:20,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:20,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 21:19:20,265 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:19:20,267 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:20,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 21:19:20,270 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:19:20,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:20,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 21:19:20,276 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:19:20,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:20,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 21:19:20,282 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:19:38,868 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_aywfc1b6/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:19:38,906 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:38,907 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:19:38,911 INFO program/MainThread: stdout[2]: 2024-03-01 21:19:38,911 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 21:19:38,911 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:19:38,911 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:19:38,916 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:38,917 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:19:38,920 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:38,920 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:19:38,923 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:38,923 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:19:38,926 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:38,926 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:19:38,938 INFO program/MainThread: stdout: 2024-03-01 21:19:38,938 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:19:38,938 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member 3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM 2024-03-01 21:19:38,938 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 8e5780f5-b275-4ac1-963e-f8d940f3e026 2024-03-01 21:19:38,938 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR 2024-03-01 21:19:38,938 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 8e5780f5-b275-4ac1-963e-f8d940f3e026 2024-03-01 21:19:38,938 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 8d4697d5-417a-4348-a396-6d8bebad9a0a 2024-03-01 21:19:38,938 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 2024-03-01 21:19:38,938 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member 6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC 2024-03-01 21:19:38,938 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 493d2c4d-7db6-4ecd-9770-5d77e917638f 2024-03-01 21:19:38,938 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 7b13caef-1499-41a3-a2ad-e61f43091fa6 2024-03-01 21:19:38,938 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF 2024-03-01 21:19:38,938 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K 2024-03-01 21:19:38,938 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU 2024-03-01 21:19:38,938 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 7c7b1893-6461-47f0-a778-3e4edb81033b 2024-03-01 21:19:38,938 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 2653c731-68d3-45ad-82fd-5f4b506be8ca 2024-03-01 21:19:38,938 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 68ee5b5f-d44b-4fc1-a1b6-df9432b3eb61 2024-03-01 21:19:38,938 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member 7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M 2024-03-01 21:19:38,938 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 68ee5b5f-d44b-4fc1-a1b6-df9432b3eb61 2024-03-01 21:19:38,938 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf 2024-03-01 21:19:38,938 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs a62271b6-f495-4b0d-b4ca-1ddf8eb3e723 2024-03-01 21:19:38,938 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky 2024-03-01 21:19:38,939 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs a62271b6-f495-4b0d-b4ca-1ddf8eb3e723 2024-03-01 21:19:38,939 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:19:38,939 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:19:38,939 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:19:38,939 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:19:38,939 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:38,939 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member 3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 8e5780f5-b275-4ac1-963e-f8d940f3e026 sdb 1073741824 root disk brw-rw---- LVM2_member njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 8e5780f5-b275-4ac1-963e-f8d940f3e026 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 8d4697d5-417a-4348-a396-6d8bebad9a0a sdc 1073741824 root disk brw-rw---- LVM2_member 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 sdd 1073741824 root disk brw-rw---- LVM2_member 6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 493d2c4d-7db6-4ecd-9770-5d77e917638f `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 7b13caef-1499-41a3-a2ad-e61f43091fa6 sde 1073741824 root disk brw-rw---- LVM2_member b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF sdf 1073741824 root disk brw-rw---- LVM2_member wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K sdg 1073741824 root disk brw-rw---- LVM2_member YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 7c7b1893-6461-47f0-a778-3e4edb81033b |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 2653c731-68d3-45ad-82fd-5f4b506be8ca `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 68ee5b5f-d44b-4fc1-a1b6-df9432b3eb61 sdh 1073741824 root disk brw-rw---- LVM2_member 7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 68ee5b5f-d44b-4fc1-a1b6-df9432b3eb61 sdi 1073741824 root disk brw-rw---- LVM2_member tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs a62271b6-f495-4b0d-b4ca-1ddf8eb3e723 sdj 1073741824 root disk brw-rw---- LVM2_member rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs a62271b6-f495-4b0d-b4ca-1ddf8eb3e723 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 21:19:38,939 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:38,939 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:38,939 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:19:38,939 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:38,940 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:19:38,940 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:19:38,940 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:38,951 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:38,966 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 21:19:38,970 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/lvm-pv-uuid-3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba', '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': '3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM', 'ID_FS_UUID_ENC': '3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:19:38,970 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:19:38,971 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:39,002 INFO program/MainThread: stdout[3]: 2024-03-01 21:19:39,002 INFO program/MainThread: stderr[3]: 2024-03-01 21:19:39,002 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:19:39,007 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:39,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:39,015 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:19:39,019 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:19:39,020 INFO blivet/MainThread: sda is a disk 2024-03-01 21:19:39,020 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:19:39,020 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:19:39,024 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:19:39,027 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:19:39,027 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:19:39,030 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:19:39,031 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:19:39,031 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:19:39,031 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05ca72ac88) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:19:39,035 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:19:39,038 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:39,039 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:19:39,042 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:39,042 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:19:39,045 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:39,045 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:19:39,049 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:39,049 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:19:39,052 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:19:39,052 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:19:39,052 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 21:19:39,080 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_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=njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_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=4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:19:39,080 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR. WARNING: Couldn't find device with uuid 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6. WARNING: VG test_vg1 is missing PV njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:19:39,080 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:19:39,080 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:19:39,084 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM ; label: None ; device: /dev/sda ; serial: 36001405f47a7bfa33fe400b9c731d3ba ; exists: True ; vg_name: test_vg1 ; vg_uuid: hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn ; pe_start: 8 MiB ; 2024-03-01 21:19:39,085 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:19:39,088 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:19:39,091 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn ; incomplete: True ; hidden: False ; 2024-03-01 21:19:39,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:39,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:39,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:39,100 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 21:19:39,128 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:19:39,128 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR. WARNING: Couldn't find device with uuid 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6. WARNING: VG test_vg1 is missing PV njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:19:39,128 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:19:39,128 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:19:39,129 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:19:39,135 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:19:39,139 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:19:39,139 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:19:39,142 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:19:39,143 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 21:19:39,172 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:19:39,172 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR. WARNING: Couldn't find device with uuid 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6. WARNING: VG test_vg1 is missing PV njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:19:39,172 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:19:39,177 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:19:39,178 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:19:39,181 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:19:39,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn ; incomplete: True ; hidden: False ; 2024-03-01 21:19:39,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:19:39,187 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:19:39,187 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:39,191 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/lvm-pv-uuid-njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1', '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': 'njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR', 'ID_FS_UUID_ENC': 'njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:19:39,191 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:19:39,194 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:19:39,197 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:39,201 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:19:39,202 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:19:39,202 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:19:39,202 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:19:39,205 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:19:39,208 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:19:39,208 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:19:39,212 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:19:39,212 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:19:39,212 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:19:39,212 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c9599320) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:19:39,216 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:19:39,220 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:39,220 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:19:39,223 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:39,223 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:19:39,226 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:39,226 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:19:39,230 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:39,230 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:19:39,233 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:19:39,233 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:19:39,233 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 21:19:39,263 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_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=4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:19:39,263 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6. WARNING: VG test_vg1 is missing PV 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 (last written to /dev/sdc). 2024-03-01 21:19:39,263 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:19:39,264 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:19:39,268 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR ; label: None ; device: /dev/sdb ; serial: 36001405b7caaf3a7f7140988224d62c1 ; exists: True ; vg_name: test_vg1 ; vg_uuid: hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 21:19:39,268 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:19:39,271 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:19:39,274 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn ; incomplete: True ; hidden: False ; 2024-03-01 21:19:39,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:19:39,281 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:19:39,284 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:19:39,287 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:19:39,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn ; incomplete: True ; hidden: False ; 2024-03-01 21:19:39,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:19:39,294 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 21:19:39,326 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:19:39,326 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6. WARNING: VG test_vg1 is missing PV 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 (last written to /dev/sdc). 2024-03-01 21:19:39,326 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:19:39,327 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:19:39,327 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:39,332 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:19:39,332 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:19:39,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:19:39,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:39,342 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:19:39,343 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:19:39,343 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:19:39,343 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:19:39,346 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:19:39,349 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:19:39,349 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:19:39,353 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:19:39,353 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:19:39,353 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:19:39,354 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c9599c88) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:19:39,357 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:19:39,357 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:19:39,360 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:19:39,360 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:19:39,364 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:19:39,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:39,370 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:19:39,371 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:19:39,371 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:19:39,371 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:19:39,374 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:19:39,377 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:19:39,378 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:19:39,381 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:19:39,381 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:19:39,381 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:19:39,381 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c95a6cf8) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:19:39,385 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:19:39,385 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:19:39,388 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/lvm-pv-uuid-4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6', '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': '4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6', 'ID_FS_UUID_ENC': '4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:19:39,388 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:19:39,391 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:19:39,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:39,398 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:19:39,399 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:19:39,399 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:19:39,399 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:19:39,402 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:19:39,405 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:19:39,405 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:19:39,408 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:19:39,409 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:19:39,409 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:19:39,409 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c95b02e8) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:19:39,412 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:19:39,416 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:39,416 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:19:39,419 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:39,419 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:19:39,423 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:39,423 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:19:39,426 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:39,426 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:19:39,429 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:19:39,429 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:19:39,429 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/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:39,458 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:19:39,458 INFO program/MainThread: stderr[9]: 2024-03-01 21:19:39,458 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:19:39,459 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:19:39,463 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 ; label: None ; device: /dev/sdc ; serial: 3600140507600ad0486d49968c7af7867 ; exists: True ; vg_name: test_vg1 ; vg_uuid: hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:19:39,463 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:19:39,467 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:19:39,470 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn ; incomplete: True ; hidden: False ; 2024-03-01 21:19:39,473 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:19:39,476 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:19:39,479 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:19:39,482 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:19:39,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn ; incomplete: True ; hidden: False ; 2024-03-01 21:19:39,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:19:39,489 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/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:39,518 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:19:39,518 INFO program/MainThread: stderr[10]: 2024-03-01 21:19:39,518 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:19:39,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:39,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:39,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:39,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:39,533 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:19:39,536 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:19:39,537 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:19:39,540 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:19:39,544 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:19:39,544 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:19:39,548 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:19:39,548 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:19:39,548 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:19:39,553 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:19:39,556 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:19:39,557 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:19:39,560 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:19:39,563 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:19:39,564 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:19:39,567 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:19:39,567 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:19:39,568 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:19:39,568 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:19:39,571 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:19:39,571 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:19:39,574 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:19:39,575 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:19:39,578 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-hvGzhVLrBXTDwPeVUeZfTykVbh4fTgnnolV9NZlI0kxG5SvqDOPqmkIzjpGPx7h3 ' '/dev/disk/by-uuid/8d4697d5-417a-4348-a396-6d8bebad9a0a ' '/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-hvGzhVLrBXTDwPeVUeZfTykVbh4fTgnnolV9NZlI0kxG5SvqDOPqmkIzjpGPx7h3', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '8d4697d5-417a-4348-a396-6d8bebad9a0a', 'ID_FS_UUID_ENC': '8d4697d5-417a-4348-a396-6d8bebad9a0a', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1480048858'} ; 2024-03-01 21:19:39,579 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:19:39,579 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:39,583 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:19:39,584 INFO program/MainThread: stderr[11]: 2024-03-01 21:19:39,584 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:19:39,584 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:39,587 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:19:39,588 INFO program/MainThread: stderr[12]: 2024-03-01 21:19:39,588 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:19:39,588 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:39,591 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:19:39,591 INFO program/MainThread: stderr[13]: 2024-03-01 21:19:39,591 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:19:39,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:39,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:19:39,602 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:39,603 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:19:39,603 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:39,604 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:19:39,599 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05c95b0f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7f05c9627a90) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:39,604 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:39,607 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:19:39,608 INFO program/MainThread: stderr[14]: 2024-03-01 21:19:39,608 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:19:39,612 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:19:39,616 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:39,616 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:19:39,619 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:39,620 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:19:39,623 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:39,623 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:19:39,626 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:39,627 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:19:39,628 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:19:39,629 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:19:39,632 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:39,632 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:19:39,636 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:19:39,636 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:39,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:39,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:39,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq ; incomplete: False ; hidden: False ; 2024-03-01 21:19:39,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:39,649 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:19:39,652 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:19:39,652 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:19:39,656 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:19:39,659 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:19:39,660 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:19:39,663 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:19:39,664 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:19:39,664 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:19:39,667 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:19:39,671 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:19:39,671 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:19:39,674 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:19:39,678 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:19:39,678 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:19:39,681 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:19:39,682 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:19:39,682 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:19:39,682 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 21:19:39,685 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:19:39,685 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:19:39,689 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:19:39,689 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:19:39,693 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/test_vg1/lv2 /dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-hvGzhVLrBXTDwPeVUeZfTykVbh4fTgnnVx3bZWIOxMHLirS0PM3la7sVANDhEeCq ' '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/8e5780f5-b275-4ac1-963e-f8d940f3e026', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', '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-hvGzhVLrBXTDwPeVUeZfTykVbh4fTgnnVx3bZWIOxMHLirS0PM3la7sVANDhEeCq', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '8e5780f5-b275-4ac1-963e-f8d940f3e026', 'ID_FS_UUID_ENC': '8e5780f5-b275-4ac1-963e-f8d940f3e026', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1479706810'} ; 2024-03-01 21:19:39,693 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:19:39,693 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:39,698 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:19:39,698 INFO program/MainThread: stderr[15]: 2024-03-01 21:19:39,698 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:19:39,698 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:39,702 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:19:39,702 INFO program/MainThread: stderr[16]: 2024-03-01 21:19:39,702 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:19:39,702 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:39,705 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:19:39,706 INFO program/MainThread: stderr[17]: 2024-03-01 21:19:39,706 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:19:39,710 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:39,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 21:19:39,716 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:39,717 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:39,718 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:39,718 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:39,714 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05c95b0dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7f05c9627a90) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:39,719 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:39,723 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:19:39,723 INFO program/MainThread: stderr[18]: 2024-03-01 21:19:39,723 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:19:39,727 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:19:39,731 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:39,731 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:19:39,734 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:39,734 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:19:39,738 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:39,738 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:19:39,742 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:39,742 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:19:39,742 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 21:19:39,745 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:39,746 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:19:39,749 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:19:39,749 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:39,749 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:39,753 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', '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': '6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC', 'ID_FS_UUID_ENC': '6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:19:39,753 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:19:39,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:19:39,760 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:39,763 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:19:39,764 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:19:39,764 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:19:39,764 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:19:39,767 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:19:39,770 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:19:39,771 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:19:39,774 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:19:39,774 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:19:39,775 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:19:39,775 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c95c70b8) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:19:39,778 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:19:39,781 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:39,782 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:19:39,785 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:39,785 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:19:39,788 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:39,788 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:19:39,791 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:39,791 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:19:39,794 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 21:19:39,794 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:19:39,795 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/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:39,833 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:19:39,833 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF. WARNING: Couldn't find device with uuid wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K. WARNING: VG test_vg2 is missing PV b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF (last written to /dev/sde). WARNING: VG test_vg2 is missing PV wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K (last written to /dev/sdf). 2024-03-01 21:19:39,833 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:19:39,834 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 21:19:39,838 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC ; label: None ; device: /dev/sdd ; serial: 3600140573796fb33c884eb996b5a88ca ; exists: True ; vg_name: test_vg2 ; vg_uuid: T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 21:19:39,839 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 21:19:39,842 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:19:39,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM ; incomplete: True ; hidden: False ; 2024-03-01 21:19:39,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:39,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:39,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:39,854 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/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:39,884 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 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=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:19:39,884 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF. WARNING: Couldn't find device with uuid wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K. WARNING: VG test_vg2 is missing PV b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF (last written to /dev/sde). WARNING: VG test_vg2 is missing PV wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K (last written to /dev/sdf). 2024-03-01 21:19:39,884 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:19:39,884 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:19:39,886 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:19:39,890 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:19:39,894 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:19:39,894 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:19:39,897 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:19:39,898 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/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:39,931 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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=O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:19:39,931 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF. WARNING: Couldn't find device with uuid wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K. WARNING: VG test_vg2 is missing PV b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF (last written to /dev/sde). WARNING: VG test_vg2 is missing PV wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K (last written to /dev/sdf). 2024-03-01 21:19:39,931 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:19:39,936 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 21:19:39,936 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 21:19:39,939 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 21:19:39,942 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM ; incomplete: True ; hidden: False ; 2024-03-01 21:19:39,945 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:19:39,945 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:19:39,946 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:39,949 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/lvm-pv-uuid-b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04', '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': 'b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF', 'ID_FS_UUID_ENC': 'b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:19:39,949 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:19:39,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:19:39,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:39,960 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:19:39,960 INFO blivet/MainThread: sde is a disk 2024-03-01 21:19:39,960 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:19:39,960 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:19:39,963 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:19:39,967 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:19:39,967 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:19:39,970 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:19:39,970 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:19:39,971 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 21:19:39,971 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c95c87b8) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:19:39,974 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:19:39,978 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:39,978 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 21:19:39,981 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:39,981 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 21:19:39,984 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:39,984 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 21:19:39,988 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:39,988 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 21:19:39,991 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 21:19:39,991 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:19:39,991 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/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:40,027 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:19:40,027 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K. WARNING: VG test_vg2 is missing PV wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K (last written to /dev/sdf). 2024-03-01 21:19:40,027 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:19:40,028 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 21:19:40,032 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF ; label: None ; device: /dev/sde ; serial: 360014057724fea19c3d4e609023f1f04 ; exists: True ; vg_name: test_vg2 ; vg_uuid: T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:19:40,032 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 21:19:40,035 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:19:40,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM ; incomplete: True ; hidden: False ; 2024-03-01 21:19:40,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:19:40,045 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:19:40,048 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:19:40,051 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 21:19:40,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM ; incomplete: True ; hidden: False ; 2024-03-01 21:19:40,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:19:40,057 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/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:40,086 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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=O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:19:40,086 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K. WARNING: VG test_vg2 is missing PV wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K (last written to /dev/sdf). 2024-03-01 21:19:40,086 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:19:40,086 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:19:40,086 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:40,091 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/lvm-pv-uuid-wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K', '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': 'wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K', 'ID_FS_UUID_ENC': 'wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:19:40,091 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:19:40,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:19:40,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:40,102 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:19:40,102 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:19:40,103 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 21:19:40,103 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:19:40,106 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:19:40,109 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:19:40,109 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:19:40,112 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:19:40,113 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:19:40,113 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 21:19:40,113 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c95c86d8) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:19:40,117 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:19:40,121 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:40,121 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 21:19:40,124 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:40,124 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 21:19:40,127 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:40,127 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 21:19:40,131 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:40,131 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 21:19:40,134 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 21:19:40,134 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:19:40,134 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/sdc$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:40,163 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:19:40,163 INFO program/MainThread: stderr[24]: 2024-03-01 21:19:40,163 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:19:40,163 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 21:19:40,168 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K ; label: None ; device: /dev/sdf ; serial: 360014054aa4e6a13b4a47fe8647dbd25 ; exists: True ; vg_name: test_vg2 ; vg_uuid: T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:19:40,168 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 21:19:40,171 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:19:40,174 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM ; incomplete: True ; hidden: False ; 2024-03-01 21:19:40,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:19:40,181 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:19:40,184 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:19:40,187 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 21:19:40,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM ; incomplete: True ; hidden: False ; 2024-03-01 21:19:40,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:19:40,193 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/sdc$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:40,225 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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=O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:19:40,225 INFO program/MainThread: stderr[25]: 2024-03-01 21:19:40,225 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:19:40,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:40,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:40,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:40,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:40,239 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:19:40,243 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:19:40,243 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:19:40,246 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:19:40,250 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:19:40,250 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:19:40,253 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:19:40,254 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:19:40,254 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:19:40,258 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:19:40,261 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:19:40,261 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:19:40,264 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:19:40,268 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:19:40,268 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:19:40,271 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:19:40,272 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:19:40,272 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:19:40,272 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 21:19:40,275 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:19:40,275 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:19:40,278 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:19:40,279 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:19:40,283 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-T6R3m9EaCAxv29lsU1o6z4wMxqZ1DReM8zlyqp8CHd1XKwQ5N6EwACo6XmMYfTQ5 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-uuid/7b13caef-1499-41a3-a2ad-e61f43091fa6 ' '/dev/mapper/test_vg2-lv3 /dev/test_vg2/lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', '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-T6R3m9EaCAxv29lsU1o6z4wMxqZ1DReM8zlyqp8CHd1XKwQ5N6EwACo6XmMYfTQ5', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7b13caef-1499-41a3-a2ad-e61f43091fa6', 'ID_FS_UUID_ENC': '7b13caef-1499-41a3-a2ad-e61f43091fa6', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1478793228'} ; 2024-03-01 21:19:40,283 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:19:40,283 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:40,287 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:19:40,287 INFO program/MainThread: stderr[26]: 2024-03-01 21:19:40,287 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:19:40,287 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:40,291 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:19:40,291 INFO program/MainThread: stderr[27]: 2024-03-01 21:19:40,291 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:19:40,291 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:40,295 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:19:40,295 INFO program/MainThread: stderr[28]: 2024-03-01 21:19:40,295 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:19:40,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:40,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 21:19:40,305 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:40,306 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:19:40,306 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:40,307 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:19:40,303 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05c95cff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7f05c95c84e0) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:40,307 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:40,311 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:19:40,311 INFO program/MainThread: stderr[29]: 2024-03-01 21:19:40,311 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:19:40,315 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:19:40,320 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:40,320 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 21:19:40,323 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:40,323 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 21:19:40,327 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:40,327 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:19:40,330 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:40,330 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 21:19:40,331 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 21:19:40,334 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:40,334 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 21:19:40,337 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:19:40,337 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:40,341 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:40,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:40,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB ; incomplete: False ; hidden: False ; 2024-03-01 21:19:40,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:40,361 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:19:40,365 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:19:40,365 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:19:40,368 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:19:40,372 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:19:40,372 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:19:40,375 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:19:40,376 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:19:40,376 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 21:19:40,380 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:19:40,383 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:19:40,383 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:19:40,386 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:19:40,390 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:19:40,390 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:19:40,393 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:19:40,394 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:19:40,394 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:19:40,394 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 21:19:40,397 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:19:40,398 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:19:40,401 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:19:40,401 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:19:40,405 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-T6R3m9EaCAxv29lsU1o6z4wMxqZ1DReMO8WgEVu02nT5wgdcd14eX7gqa3ILSwSB ' '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/493d2c4d-7db6-4ecd-9770-5d77e917638f', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', '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-T6R3m9EaCAxv29lsU1o6z4wMxqZ1DReMO8WgEVu02nT5wgdcd14eX7gqa3ILSwSB', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '493d2c4d-7db6-4ecd-9770-5d77e917638f', 'ID_FS_UUID_ENC': '493d2c4d-7db6-4ecd-9770-5d77e917638f', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1478481974'} ; 2024-03-01 21:19:40,405 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:19:40,405 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:40,409 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:19:40,410 INFO program/MainThread: stderr[30]: 2024-03-01 21:19:40,410 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:19:40,410 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:40,413 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:19:40,414 INFO program/MainThread: stderr[31]: 2024-03-01 21:19:40,414 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:19:40,414 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:40,417 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:19:40,417 INFO program/MainThread: stderr[32]: 2024-03-01 21:19:40,417 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:19:40,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:40,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 21:19:40,428 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:40,429 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:40,429 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:40,430 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:40,426 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05d8646ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7f05c95c84e0) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:40,431 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:40,434 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:19:40,434 INFO program/MainThread: stderr[33]: 2024-03-01 21:19:40,434 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:19:40,438 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:19:40,442 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:40,442 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 21:19:40,445 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:40,446 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 21:19:40,449 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:40,449 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 21:19:40,453 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:40,453 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 21:19:40,453 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 21:19:40,456 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:40,457 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 21:19:40,460 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:19:40,460 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:40,460 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:40,464 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/lvm-pv-uuid-YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba', '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': 'YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU', 'ID_FS_UUID_ENC': 'YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:19:40,464 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:19:40,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:19:40,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:40,475 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:19:40,475 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:19:40,475 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 21:19:40,475 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 21:19:40,478 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:19:40,481 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:19:40,482 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:19:40,485 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:19:40,485 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:19:40,486 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 21:19:40,486 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c95b0080) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:19:40,489 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:19:40,492 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:40,492 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 21:19:40,496 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:40,496 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 21:19:40,499 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:40,499 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 21:19:40,502 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:40,502 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 21:19:40,505 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 21:19:40,505 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:19:40,505 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/sdc$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:40,536 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:19:40,536 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid 7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M. WARNING: Couldn't find device with uuid tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf. WARNING: Couldn't find device with uuid rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky. WARNING: VG test_vg3 is missing PV 7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:19:40,537 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:19:40,537 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 21:19:40,541 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU ; label: None ; device: /dev/sdg ; serial: 36001405cdf17d5598734849aacbc6aba ; exists: True ; vg_name: test_vg3 ; vg_uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 21:19:40,542 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 21:19:40,545 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:19:40,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; incomplete: True ; hidden: False ; 2024-03-01 21:19:40,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:40,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:40,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:40,557 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/sdc$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:40,589 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 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=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:19:40,589 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid 7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M. WARNING: Couldn't find device with uuid tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf. WARNING: Couldn't find device with uuid rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky. WARNING: VG test_vg3 is missing PV 7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:19:40,589 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:19:40,589 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:19:40,590 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:19:40,595 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:19:40,598 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:19:40,598 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 21:19:40,601 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:19:40,602 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/sdc$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:40,633 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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=O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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=k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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=k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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=Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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=Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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=dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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=TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:19:40,633 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid 7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M. WARNING: Couldn't find device with uuid tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf. WARNING: Couldn't find device with uuid rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky. WARNING: VG test_vg3 is missing PV 7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:19:40,633 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:19:40,637 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 21:19:40,638 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 21:19:40,641 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 21:19:40,644 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; incomplete: True ; hidden: False ; 2024-03-01 21:19:40,647 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:19:40,647 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:19:40,647 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:40,651 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/lvm-pv-uuid-7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec', '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': '7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M', 'ID_FS_UUID_ENC': '7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:19:40,651 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:19:40,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:19:40,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:40,662 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:19:40,663 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:19:40,663 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:19:40,663 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 21:19:40,666 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:19:40,670 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:19:40,670 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:19:40,673 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:19:40,673 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:19:40,674 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 21:19:40,674 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c95a6668) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:19:40,677 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:19:40,680 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:40,681 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 21:19:40,684 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:40,684 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 21:19:40,687 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:40,687 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 21:19:40,691 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:40,691 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 21:19:40,694 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 21:19:40,694 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:19:40,694 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/sdh$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:40,724 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:19:40,724 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf. WARNING: Couldn't find device with uuid rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky. WARNING: VG test_vg3 is missing PV tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:19:40,724 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:19:40,724 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 21:19:40,728 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M ; label: None ; device: /dev/sdh ; serial: 36001405ebefe45c97334e97bc8ef260a ; exists: True ; vg_name: test_vg3 ; vg_uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; pe_start: 8 MiB ; 2024-03-01 21:19:40,729 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 21:19:40,732 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:19:40,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; incomplete: True ; hidden: False ; 2024-03-01 21:19:40,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:19:40,742 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:19:40,745 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:19:40,748 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 21:19:40,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; incomplete: True ; hidden: False ; 2024-03-01 21:19:40,754 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:40,754 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/sdh$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:40,784 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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=O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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=k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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=k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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=Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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=Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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=dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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=TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:19:40,784 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf. WARNING: Couldn't find device with uuid rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky. WARNING: VG test_vg3 is missing PV tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:19:40,784 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:19:40,784 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:19:40,784 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:40,789 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/lvm-pv-uuid-tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', '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': 'tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf', 'ID_FS_UUID_ENC': 'tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:19:40,789 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:19:40,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:19:40,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:40,800 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:19:40,801 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:19:40,801 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 21:19:40,801 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 21:19:40,804 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:19:40,807 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:19:40,807 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:19:40,810 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:19:40,811 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:19:40,811 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 21:19:40,811 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c95c8da0) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:19:40,815 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:19:40,818 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:40,818 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 21:19:40,822 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:40,822 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 21:19:40,825 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:40,825 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 21:19:40,828 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:40,828 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 21:19:40,831 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 21:19:40,831 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:19:40,831 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/sdh$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:40,862 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:19:40,862 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky. WARNING: VG test_vg3 is missing PV rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:19:40,862 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:19:40,862 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 21:19:40,866 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf ; label: None ; device: /dev/sdi ; serial: 360014059ecde81f0f75464fb026f2b43 ; exists: True ; vg_name: test_vg3 ; vg_uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; pe_start: 8 MiB ; 2024-03-01 21:19:40,867 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:19:40,870 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:19:40,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; incomplete: True ; hidden: False ; 2024-03-01 21:19:40,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:40,879 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:19:40,883 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:19:40,886 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 21:19:40,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; incomplete: True ; hidden: False ; 2024-03-01 21:19:40,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:40,892 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/sdh$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:40,924 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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=O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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=k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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=k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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=Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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=Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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=dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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=TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:19:40,924 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky. WARNING: VG test_vg3 is missing PV rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:19:40,924 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:19:40,924 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:19:40,924 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:40,929 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/lvm-pv-uuid-rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29', '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': 'rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky', 'ID_FS_UUID_ENC': 'rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:19:40,929 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:19:40,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:19:40,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:40,940 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:19:40,941 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:19:40,941 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:19:40,941 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 21:19:40,944 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:19:40,948 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:19:40,948 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:19:40,951 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:19:40,951 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:19:40,952 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 21:19:40,952 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c95d5550) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:19:40,955 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:19:40,958 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:40,959 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 21:19:40,962 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:40,962 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 21:19:40,965 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:40,966 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 21:19:40,969 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:40,969 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 21:19:40,972 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 21:19:40,972 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:19:40,972 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/sdh$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:41,004 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:19:41,004 INFO program/MainThread: stderr[41]: 2024-03-01 21:19:41,004 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:19:41,005 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 21:19:41,009 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky ; label: None ; device: /dev/sdj ; serial: 360014058cfe40214e5545d8be65db738 ; exists: True ; vg_name: test_vg3 ; vg_uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 21:19:41,009 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 21:19:41,012 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:19:41,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; incomplete: True ; hidden: False ; 2024-03-01 21:19:41,018 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:41,022 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:19:41,025 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:19:41,028 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 21:19:41,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; incomplete: True ; hidden: False ; 2024-03-01 21:19:41,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:41,035 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/sdh$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:41,068 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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=O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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=k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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=k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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=Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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=Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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=dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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=TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:19:41,068 INFO program/MainThread: stderr[42]: 2024-03-01 21:19:41,068 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:19:41,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:41,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:41,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm ; incomplete: False ; hidden: False ; 2024-03-01 21:19:41,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:41,083 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 21:19:41,086 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:19:41,087 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:19:41,090 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:19:41,093 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:19:41,094 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:19:41,097 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:19:41,098 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:19:41,098 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 21:19:41,101 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:19:41,105 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:19:41,106 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 21:19:41,109 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:19:41,112 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:19:41,112 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:19:41,116 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:19:41,116 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:19:41,117 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:19:41,117 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 21:19:41,120 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:19:41,120 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:19:41,123 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:19:41,124 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:19:41,127 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEk9iv74LLZMSkVP2K8cNMSUwW0BRDoYEm ' '/dev/disk/by-uuid/a62271b6-f495-4b0d-b4ca-1ddf8eb3e723 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/mapper/test_vg3-lv5 ' '/dev/test_vg3/lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', '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-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEk9iv74LLZMSkVP2K8cNMSUwW0BRDoYEm', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a62271b6-f495-4b0d-b4ca-1ddf8eb3e723', 'ID_FS_UUID_ENC': 'a62271b6-f495-4b0d-b4ca-1ddf8eb3e723', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1477567282'} ; 2024-03-01 21:19:41,128 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:19:41,128 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:41,132 INFO program/MainThread: stdout[43]: LVM 2024-03-01 21:19:41,132 INFO program/MainThread: stderr[43]: 2024-03-01 21:19:41,132 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:19:41,133 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:41,136 INFO program/MainThread: stdout[44]: LVM 2024-03-01 21:19:41,136 INFO program/MainThread: stderr[44]: 2024-03-01 21:19:41,136 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:19:41,136 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:41,140 INFO program/MainThread: stdout[45]: LVM 2024-03-01 21:19:41,140 INFO program/MainThread: stderr[45]: 2024-03-01 21:19:41,140 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:19:41,145 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:41,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 21:19:41,151 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:41,152 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:19:41,153 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:41,153 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:19:41,149 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05c95d5a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7f05c95998d0) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:41,154 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:41,157 INFO program/MainThread: stdout[46]: LVM 2024-03-01 21:19:41,157 INFO program/MainThread: stderr[46]: 2024-03-01 21:19:41,157 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:19:41,161 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:19:41,165 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:41,165 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 21:19:41,169 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:41,169 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 21:19:41,173 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:41,173 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 21:19:41,176 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:41,176 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 21:19:41,177 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 21:19:41,180 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:41,180 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 21:19:41,183 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:19:41,183 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:41,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:41,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:41,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed ; incomplete: False ; hidden: False ; 2024-03-01 21:19:41,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:41,196 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 21:19:41,200 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:19:41,200 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:19:41,203 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:19:41,207 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:19:41,207 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:19:41,210 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:19:41,211 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:19:41,211 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 21:19:41,214 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:19:41,218 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:19:41,218 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:19:41,221 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:19:41,225 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:19:41,225 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:19:41,228 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:19:41,229 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:19:41,229 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:19:41,229 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 21:19:41,232 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:19:41,232 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:19:41,236 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:19:41,236 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:19:41,240 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-uuid/68ee5b5f-d44b-4fc1-a1b6-df9432b3eb61 ' '/dev/mapper/test_vg3-lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEIrs6SYLzTlDwnGNv1fmS4m8qNfuibMed ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', '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-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEIrs6SYLzTlDwnGNv1fmS4m8qNfuibMed', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '68ee5b5f-d44b-4fc1-a1b6-df9432b3eb61', 'ID_FS_UUID_ENC': '68ee5b5f-d44b-4fc1-a1b6-df9432b3eb61', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1477231280'} ; 2024-03-01 21:19:41,240 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:19:41,240 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:41,244 INFO program/MainThread: stdout[47]: LVM 2024-03-01 21:19:41,244 INFO program/MainThread: stderr[47]: 2024-03-01 21:19:41,244 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:19:41,245 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:41,248 INFO program/MainThread: stdout[48]: LVM 2024-03-01 21:19:41,248 INFO program/MainThread: stderr[48]: 2024-03-01 21:19:41,248 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:19:41,248 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:41,252 INFO program/MainThread: stdout[49]: LVM 2024-03-01 21:19:41,252 INFO program/MainThread: stderr[49]: 2024-03-01 21:19:41,252 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:19:41,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:41,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 21:19:41,264 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:41,265 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:19:41,265 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:41,266 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:19:41,261 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05ca9ba748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7f05c95998d0) -- name = test_vg3 status = True 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:41,267 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:41,270 INFO program/MainThread: stdout[50]: LVM 2024-03-01 21:19:41,270 INFO program/MainThread: stderr[50]: 2024-03-01 21:19:41,270 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:19:41,274 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:19:41,278 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:41,278 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 21:19:41,282 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:41,282 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 21:19:41,285 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:41,285 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 21:19:41,289 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:41,289 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 21:19:41,289 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 21:19:41,292 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:41,293 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 21:19:41,296 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:19:41,296 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:41,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:41,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:41,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl ; incomplete: False ; hidden: False ; 2024-03-01 21:19:41,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:41,309 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:19:41,313 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:19:41,313 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 21:19:41,316 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:19:41,319 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:19:41,320 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:19:41,323 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:19:41,324 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:19:41,324 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 21:19:41,328 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:19:41,331 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:19:41,331 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 21:19:41,335 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:19:41,338 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:19:41,338 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:19:41,342 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:19:41,342 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:19:41,342 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:19:41,342 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 21:19:41,345 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:19:41,346 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:19:41,349 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:19:41,349 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:19:41,353 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEdETeVVFIfIDQED6UfoLQc4IhGo2vPpsl ' '/dev/test_vg3/lv7 ' '/dev/disk/by-uuid/2653c731-68d3-45ad-82fd-5f4b506be8ca', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', '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-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEdETeVVFIfIDQED6UfoLQc4IhGo2vPpsl', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2653c731-68d3-45ad-82fd-5f4b506be8ca', 'ID_FS_UUID_ENC': '2653c731-68d3-45ad-82fd-5f4b506be8ca', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1476888411'} ; 2024-03-01 21:19:41,353 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:19:41,353 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:41,357 INFO program/MainThread: stdout[51]: LVM 2024-03-01 21:19:41,358 INFO program/MainThread: stderr[51]: 2024-03-01 21:19:41,358 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:19:41,358 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:41,361 INFO program/MainThread: stdout[52]: LVM 2024-03-01 21:19:41,362 INFO program/MainThread: stderr[52]: 2024-03-01 21:19:41,362 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:19:41,362 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:41,365 INFO program/MainThread: stdout[53]: LVM 2024-03-01 21:19:41,365 INFO program/MainThread: stderr[53]: 2024-03-01 21:19:41,365 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:19:41,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:41,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 21:19:41,378 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:41,379 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:19:41,379 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:41,380 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:19:41,375 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05ca731710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7f05c95998d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:41,381 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:41,385 INFO program/MainThread: stdout[54]: LVM 2024-03-01 21:19:41,385 INFO program/MainThread: stderr[54]: 2024-03-01 21:19:41,385 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 21:19:41,389 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:19:41,393 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:41,393 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 21:19:41,397 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:41,397 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 21:19:41,400 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:41,400 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 21:19:41,404 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:41,404 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 21:19:41,404 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 21:19:41,407 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:41,408 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 21:19:41,411 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:19:41,411 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:41,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:41,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:41,421 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f ; incomplete: False ; hidden: False ; 2024-03-01 21:19:41,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:41,424 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 21:19:41,428 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:19:41,428 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 21:19:41,431 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:19:41,435 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:19:41,435 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:19:41,438 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:19:41,439 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:19:41,439 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 21:19:41,442 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:19:41,446 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:19:41,446 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 21:19:41,449 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:19:41,453 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:19:41,453 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:19:41,456 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:19:41,457 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:19:41,457 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:19:41,457 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 21:19:41,460 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:19:41,460 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:19:41,464 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:19:41,464 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:19:41,467 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-uuid/7c7b1893-6461-47f0-a778-3e4edb81033b ' '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkETjwBmNEeWyXLz7ageN9pmbQJlLg7M67f ' '/dev/mapper/test_vg3-lv8 /dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkETjwBmNEeWyXLz7ageN9pmbQJlLg7M67f', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7c7b1893-6461-47f0-a778-3e4edb81033b', 'ID_FS_UUID_ENC': '7c7b1893-6461-47f0-a778-3e4edb81033b', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1476548487'} ; 2024-03-01 21:19:41,468 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:19:41,468 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:41,471 INFO program/MainThread: stdout[55]: LVM 2024-03-01 21:19:41,472 INFO program/MainThread: stderr[55]: 2024-03-01 21:19:41,472 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 21:19:41,472 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:41,475 INFO program/MainThread: stdout[56]: LVM 2024-03-01 21:19:41,475 INFO program/MainThread: stderr[56]: 2024-03-01 21:19:41,475 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 21:19:41,475 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:41,479 INFO program/MainThread: stdout[57]: LVM 2024-03-01 21:19:41,479 INFO program/MainThread: stderr[57]: 2024-03-01 21:19:41,479 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 21:19:41,484 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:41,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 21:19:41,491 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:41,492 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:41,493 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:41,494 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:41,488 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05c956b7f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7f05c95998d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:41,494 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:41,498 INFO program/MainThread: stdout[58]: LVM 2024-03-01 21:19:41,498 INFO program/MainThread: stderr[58]: 2024-03-01 21:19:41,498 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 21:19:41,502 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:19:41,506 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:41,506 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 21:19:41,509 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:41,510 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 21:19:41,513 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:41,513 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 21:19:41,517 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:41,517 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 21:19:41,517 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 21:19:41,521 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:41,521 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 21:19:41,524 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:19:41,524 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:41,524 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:41,527 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': '22216935'} ; 2024-03-01 21:19:41,528 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:19:41,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:41,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:41,539 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:19:41,539 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:19:41,539 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:19:41,539 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:19:41,540 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 21:19:41,540 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 21:19:41,543 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:19:41,546 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:19:41,546 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:19:41,549 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:19:41,550 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:19:41,550 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 21:19:41,550 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c956e048) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:19:41,553 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:19:41,558 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:41,558 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 21:19:41,562 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:41,562 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 21:19:41,565 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:41,565 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 21:19:41,568 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:41,569 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 21:19:41,571 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:19:41,574 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:41,577 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:19:41,582 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 0x7f05c95a9b88> 2024-03-01 21:19:44,553 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 21:19:44,558 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:19:44,558 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:19:44,562 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': '22221140'} ; 2024-03-01 21:19:44,562 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:19:44,562 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:19:44,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:44,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:44,573 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:19:44,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:44,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:44,579 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:44,594 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:44,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:44,617 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 21:19:44,617 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 21:19:44,621 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:19:44,621 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 21:19:44,624 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:19:44,627 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:19:44,627 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:19:44,631 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:19:44,631 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:19:44,631 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:19:44,634 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:19:44,637 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:19:44,640 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:19:44,643 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:19:44,646 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:19:44,647 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:19:44,647 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 21:19:44,648 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:19:44,647 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f05c9581f28) -- 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 0x7f05c95869e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:19:44,652 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:19:44,655 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:44,656 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 21:19:44,659 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:44,659 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 21:19:44,662 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:44,662 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 21:19:44,665 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:44,666 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 21:19:44,666 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:19:44,669 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:44,669 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 21:19:44,672 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:19:44,672 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:44,675 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-uuid/7c7b1893-6461-47f0-a778-3e4edb81033b ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkETjwBmNEeWyXLz7ageN9pmbQJlLg7M67f', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkETjwBmNEeWyXLz7ageN9pmbQJlLg7M67f', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7c7b1893-6461-47f0-a778-3e4edb81033b', 'ID_FS_UUID_ENC': '7c7b1893-6461-47f0-a778-3e4edb81033b', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1476548487'} ; 2024-03-01 21:19:44,675 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:19:44,675 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:44,680 INFO program/MainThread: stdout[59]: LVM 2024-03-01 21:19:44,680 INFO program/MainThread: stderr[59]: 2024-03-01 21:19:44,680 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 21:19:44,680 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:44,684 INFO program/MainThread: stdout[60]: LVM 2024-03-01 21:19:44,684 INFO program/MainThread: stderr[60]: 2024-03-01 21:19:44,684 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 21:19:44,684 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:44,688 INFO program/MainThread: stdout[61]: LVM 2024-03-01 21:19:44,688 INFO program/MainThread: stderr[61]: 2024-03-01 21:19:44,688 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 21:19:44,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:44,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:19:44,700 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:44,701 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:44,701 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:44,702 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:44,697 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05c956b7f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7f05c95998d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:44,703 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:44,707 INFO program/MainThread: stdout[62]: LVM 2024-03-01 21:19:44,708 INFO program/MainThread: stderr[62]: 2024-03-01 21:19:44,708 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 21:19:44,711 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:19:44,712 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 21:19:44,715 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/test_vg3/lv7 ' '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/2653c731-68d3-45ad-82fd-5f4b506be8ca ' '/dev/disk/by-id/dm-uuid-LVM-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEdETeVVFIfIDQED6UfoLQc4IhGo2vPpsl', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', '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-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEdETeVVFIfIDQED6UfoLQc4IhGo2vPpsl', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2653c731-68d3-45ad-82fd-5f4b506be8ca', 'ID_FS_UUID_ENC': '2653c731-68d3-45ad-82fd-5f4b506be8ca', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1476888411'} ; 2024-03-01 21:19:44,715 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:19:44,716 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:44,719 INFO program/MainThread: stdout[63]: LVM 2024-03-01 21:19:44,719 INFO program/MainThread: stderr[63]: 2024-03-01 21:19:44,720 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 21:19:44,720 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:44,723 INFO program/MainThread: stdout[64]: LVM 2024-03-01 21:19:44,723 INFO program/MainThread: stderr[64]: 2024-03-01 21:19:44,723 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 21:19:44,723 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:44,727 INFO program/MainThread: stdout[65]: LVM 2024-03-01 21:19:44,727 INFO program/MainThread: stderr[65]: 2024-03-01 21:19:44,727 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 21:19:44,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:44,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:19:44,739 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:44,740 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:44,740 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:44,741 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:44,736 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05ca731710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7f05c95998d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:44,742 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:44,746 INFO program/MainThread: stdout[66]: LVM 2024-03-01 21:19:44,746 INFO program/MainThread: stderr[66]: 2024-03-01 21:19:44,746 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 21:19:44,750 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:19:44,750 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 21:19:44,753 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEIrs6SYLzTlDwnGNv1fmS4m8qNfuibMed ' '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/68ee5b5f-d44b-4fc1-a1b6-df9432b3eb61 ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', '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-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEIrs6SYLzTlDwnGNv1fmS4m8qNfuibMed', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '68ee5b5f-d44b-4fc1-a1b6-df9432b3eb61', 'ID_FS_UUID_ENC': '68ee5b5f-d44b-4fc1-a1b6-df9432b3eb61', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1477231280'} ; 2024-03-01 21:19:44,753 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:19:44,754 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:44,757 INFO program/MainThread: stdout[67]: LVM 2024-03-01 21:19:44,758 INFO program/MainThread: stderr[67]: 2024-03-01 21:19:44,758 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 21:19:44,758 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:44,761 INFO program/MainThread: stdout[68]: LVM 2024-03-01 21:19:44,761 INFO program/MainThread: stderr[68]: 2024-03-01 21:19:44,761 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 21:19:44,762 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:44,765 INFO program/MainThread: stdout[69]: LVM 2024-03-01 21:19:44,765 INFO program/MainThread: stderr[69]: 2024-03-01 21:19:44,765 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 21:19:44,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:44,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:19:44,777 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:44,778 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:44,779 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:44,780 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:44,774 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05ca9ba748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7f05c95998d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:44,781 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:44,785 INFO program/MainThread: stdout[70]: LVM 2024-03-01 21:19:44,785 INFO program/MainThread: stderr[70]: 2024-03-01 21:19:44,785 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 21:19:44,789 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:19:44,789 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 21:19:44,792 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/a62271b6-f495-4b0d-b4ca-1ddf8eb3e723 ' '/dev/disk/by-id/dm-uuid-LVM-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEk9iv74LLZMSkVP2K8cNMSUwW0BRDoYEm ' '/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_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-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEk9iv74LLZMSkVP2K8cNMSUwW0BRDoYEm', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a62271b6-f495-4b0d-b4ca-1ddf8eb3e723', 'ID_FS_UUID_ENC': 'a62271b6-f495-4b0d-b4ca-1ddf8eb3e723', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1477567282'} ; 2024-03-01 21:19:44,792 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:19:44,793 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:44,796 INFO program/MainThread: stdout[71]: LVM 2024-03-01 21:19:44,797 INFO program/MainThread: stderr[71]: 2024-03-01 21:19:44,797 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 21:19:44,797 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:44,800 INFO program/MainThread: stdout[72]: LVM 2024-03-01 21:19:44,801 INFO program/MainThread: stderr[72]: 2024-03-01 21:19:44,801 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 21:19:44,801 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:44,804 INFO program/MainThread: stdout[73]: LVM 2024-03-01 21:19:44,804 INFO program/MainThread: stderr[73]: 2024-03-01 21:19:44,804 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 21:19:44,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:44,813 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 21:19:44,816 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:44,817 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:44,818 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:44,819 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:44,813 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05c95d5a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7f05c95998d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:44,820 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:44,823 INFO program/MainThread: stdout[74]: LVM 2024-03-01 21:19:44,824 INFO program/MainThread: stderr[74]: 2024-03-01 21:19:44,824 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 21:19:44,828 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:19:44,828 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 21:19:44,831 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/493d2c4d-7db6-4ecd-9770-5d77e917638f ' '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-T6R3m9EaCAxv29lsU1o6z4wMxqZ1DReMO8WgEVu02nT5wgdcd14eX7gqa3ILSwSB', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', '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-T6R3m9EaCAxv29lsU1o6z4wMxqZ1DReMO8WgEVu02nT5wgdcd14eX7gqa3ILSwSB', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '493d2c4d-7db6-4ecd-9770-5d77e917638f', 'ID_FS_UUID_ENC': '493d2c4d-7db6-4ecd-9770-5d77e917638f', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1478481974'} ; 2024-03-01 21:19:44,831 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:19:44,831 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:44,835 INFO program/MainThread: stdout[75]: LVM 2024-03-01 21:19:44,835 INFO program/MainThread: stderr[75]: 2024-03-01 21:19:44,835 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 21:19:44,835 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:44,838 INFO program/MainThread: stdout[76]: LVM 2024-03-01 21:19:44,839 INFO program/MainThread: stderr[76]: 2024-03-01 21:19:44,839 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 21:19:44,839 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:44,842 INFO program/MainThread: stdout[77]: LVM 2024-03-01 21:19:44,842 INFO program/MainThread: stderr[77]: 2024-03-01 21:19:44,842 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 21:19:44,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:44,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:19:44,853 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:44,854 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:44,854 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:44,855 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:44,851 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05d8646ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7f05c95c84e0) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:44,856 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:44,860 INFO program/MainThread: stdout[78]: LVM 2024-03-01 21:19:44,860 INFO program/MainThread: stderr[78]: 2024-03-01 21:19:44,860 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 21:19:44,864 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:19:44,864 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 21:19:44,867 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/mapper/test_vg2-lv3 ' '/dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-uuid-LVM-T6R3m9EaCAxv29lsU1o6z4wMxqZ1DReM8zlyqp8CHd1XKwQ5N6EwACo6XmMYfTQ5 ' '/dev/disk/by-uuid/7b13caef-1499-41a3-a2ad-e61f43091fa6', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', '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-T6R3m9EaCAxv29lsU1o6z4wMxqZ1DReM8zlyqp8CHd1XKwQ5N6EwACo6XmMYfTQ5', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7b13caef-1499-41a3-a2ad-e61f43091fa6', 'ID_FS_UUID_ENC': '7b13caef-1499-41a3-a2ad-e61f43091fa6', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1478793228'} ; 2024-03-01 21:19:44,867 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:19:44,867 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:44,871 INFO program/MainThread: stdout[79]: LVM 2024-03-01 21:19:44,871 INFO program/MainThread: stderr[79]: 2024-03-01 21:19:44,871 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 21:19:44,871 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:44,875 INFO program/MainThread: stdout[80]: LVM 2024-03-01 21:19:44,875 INFO program/MainThread: stderr[80]: 2024-03-01 21:19:44,875 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 21:19:44,875 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:44,878 INFO program/MainThread: stdout[81]: LVM 2024-03-01 21:19:44,879 INFO program/MainThread: stderr[81]: 2024-03-01 21:19:44,879 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 21:19:44,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:44,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:19:44,890 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:44,891 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:44,891 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:44,892 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:44,887 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05c95cff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7f05c95c84e0) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:44,892 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:44,896 INFO program/MainThread: stdout[82]: LVM 2024-03-01 21:19:44,896 INFO program/MainThread: stderr[82]: 2024-03-01 21:19:44,897 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 21:19:44,901 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:19:44,901 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 21:19:44,904 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/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-hvGzhVLrBXTDwPeVUeZfTykVbh4fTgnnVx3bZWIOxMHLirS0PM3la7sVANDhEeCq ' '/dev/disk/by-uuid/8e5780f5-b275-4ac1-963e-f8d940f3e026', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', '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-hvGzhVLrBXTDwPeVUeZfTykVbh4fTgnnVx3bZWIOxMHLirS0PM3la7sVANDhEeCq', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '8e5780f5-b275-4ac1-963e-f8d940f3e026', 'ID_FS_UUID_ENC': '8e5780f5-b275-4ac1-963e-f8d940f3e026', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1479706810'} ; 2024-03-01 21:19:44,904 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:19:44,904 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:44,908 INFO program/MainThread: stdout[83]: LVM 2024-03-01 21:19:44,908 INFO program/MainThread: stderr[83]: 2024-03-01 21:19:44,908 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 21:19:44,908 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:44,912 INFO program/MainThread: stdout[84]: LVM 2024-03-01 21:19:44,912 INFO program/MainThread: stderr[84]: 2024-03-01 21:19:44,912 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 21:19:44,912 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:44,916 INFO program/MainThread: stdout[85]: LVM 2024-03-01 21:19:44,916 INFO program/MainThread: stderr[85]: 2024-03-01 21:19:44,916 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 21:19:44,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:44,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 21:19:44,927 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:44,927 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:44,928 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:44,928 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:44,924 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05c95b0dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7f05c9627a90) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:44,929 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:44,932 INFO program/MainThread: stdout[86]: LVM 2024-03-01 21:19:44,933 INFO program/MainThread: stderr[86]: 2024-03-01 21:19:44,933 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 21:19:44,937 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:19:44,937 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 21:19:44,940 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/8d4697d5-417a-4348-a396-6d8bebad9a0a ' '/dev/disk/by-id/dm-uuid-LVM-hvGzhVLrBXTDwPeVUeZfTykVbh4fTgnnolV9NZlI0kxG5SvqDOPqmkIzjpGPx7h3 ' '/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-hvGzhVLrBXTDwPeVUeZfTykVbh4fTgnnolV9NZlI0kxG5SvqDOPqmkIzjpGPx7h3', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '8d4697d5-417a-4348-a396-6d8bebad9a0a', 'ID_FS_UUID_ENC': '8d4697d5-417a-4348-a396-6d8bebad9a0a', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1480048858'} ; 2024-03-01 21:19:44,940 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:19:44,940 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:44,944 INFO program/MainThread: stdout[87]: LVM 2024-03-01 21:19:44,944 INFO program/MainThread: stderr[87]: 2024-03-01 21:19:44,944 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 21:19:44,944 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:44,948 INFO program/MainThread: stdout[88]: LVM 2024-03-01 21:19:44,948 INFO program/MainThread: stderr[88]: 2024-03-01 21:19:44,948 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 21:19:44,948 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:44,951 INFO program/MainThread: stdout[89]: LVM 2024-03-01 21:19:44,951 INFO program/MainThread: stderr[89]: 2024-03-01 21:19:44,952 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 21:19:44,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:44,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:19:44,962 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:44,963 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:44,963 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:44,964 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:44,960 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05c95b0f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7f05c9627a90) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:44,964 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:44,968 INFO program/MainThread: stdout[90]: LVM 2024-03-01 21:19:44,968 INFO program/MainThread: stderr[90]: 2024-03-01 21:19:44,968 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 21:19:44,972 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:19:44,972 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:19:44,972 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:44,984 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:45,000 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:19:45,001 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:19:45,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:19:45,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:45,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:19:45,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:45,014 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:19:45,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:19:45,020 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:45,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:19:45,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:45,026 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:19:45,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:19:45,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:45,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:19:45,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:45,038 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:19:45,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:19:45,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:45,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:19:45,050 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:45,050 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:19:45,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:19:45,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:45,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:19:45,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:45,062 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:19:45,064 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:19:45,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:45,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:19:45,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:45,074 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:19:50,051 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_if15msyx/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:19:50,089 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:50,089 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:19:50,093 INFO program/MainThread: stdout[2]: 2024-03-01 21:19:50,093 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 21:19:50,093 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:19:50,093 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:19:50,098 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:50,098 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:19:50,102 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:50,102 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:19:50,105 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:50,105 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:19:50,108 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:19:50,108 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:19:50,119 INFO program/MainThread: stdout: 2024-03-01 21:19:50,120 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:19:50,120 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member 3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM 2024-03-01 21:19:50,120 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 8e5780f5-b275-4ac1-963e-f8d940f3e026 2024-03-01 21:19:50,120 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR 2024-03-01 21:19:50,120 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 8e5780f5-b275-4ac1-963e-f8d940f3e026 2024-03-01 21:19:50,120 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 8d4697d5-417a-4348-a396-6d8bebad9a0a 2024-03-01 21:19:50,120 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 2024-03-01 21:19:50,120 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member 6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC 2024-03-01 21:19:50,120 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 493d2c4d-7db6-4ecd-9770-5d77e917638f 2024-03-01 21:19:50,120 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 7b13caef-1499-41a3-a2ad-e61f43091fa6 2024-03-01 21:19:50,120 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF 2024-03-01 21:19:50,120 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K 2024-03-01 21:19:50,120 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU 2024-03-01 21:19:50,120 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 7c7b1893-6461-47f0-a778-3e4edb81033b 2024-03-01 21:19:50,120 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 2653c731-68d3-45ad-82fd-5f4b506be8ca 2024-03-01 21:19:50,120 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 68ee5b5f-d44b-4fc1-a1b6-df9432b3eb61 2024-03-01 21:19:50,120 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member 7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M 2024-03-01 21:19:50,120 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 68ee5b5f-d44b-4fc1-a1b6-df9432b3eb61 2024-03-01 21:19:50,120 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf 2024-03-01 21:19:50,120 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs a62271b6-f495-4b0d-b4ca-1ddf8eb3e723 2024-03-01 21:19:50,120 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky 2024-03-01 21:19:50,120 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs a62271b6-f495-4b0d-b4ca-1ddf8eb3e723 2024-03-01 21:19:50,120 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:19:50,120 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:19:50,120 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:19:50,120 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:19:50,120 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:50,121 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member 3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 8e5780f5-b275-4ac1-963e-f8d940f3e026 sdb 1073741824 root disk brw-rw---- LVM2_member njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 8e5780f5-b275-4ac1-963e-f8d940f3e026 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 8d4697d5-417a-4348-a396-6d8bebad9a0a sdc 1073741824 root disk brw-rw---- LVM2_member 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 sdd 1073741824 root disk brw-rw---- LVM2_member 6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 493d2c4d-7db6-4ecd-9770-5d77e917638f `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 7b13caef-1499-41a3-a2ad-e61f43091fa6 sde 1073741824 root disk brw-rw---- LVM2_member b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF sdf 1073741824 root disk brw-rw---- LVM2_member wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K sdg 1073741824 root disk brw-rw---- LVM2_member YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 7c7b1893-6461-47f0-a778-3e4edb81033b |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 2653c731-68d3-45ad-82fd-5f4b506be8ca `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 68ee5b5f-d44b-4fc1-a1b6-df9432b3eb61 sdh 1073741824 root disk brw-rw---- LVM2_member 7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 68ee5b5f-d44b-4fc1-a1b6-df9432b3eb61 sdi 1073741824 root disk brw-rw---- LVM2_member tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs a62271b6-f495-4b0d-b4ca-1ddf8eb3e723 sdj 1073741824 root disk brw-rw---- LVM2_member rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs a62271b6-f495-4b0d-b4ca-1ddf8eb3e723 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 21:19:50,121 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:50,121 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:50,121 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:19:50,121 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:19:50,121 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:19:50,122 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:19:50,122 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:50,136 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:50,151 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 21:19:50,155 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84 ' '/dev/disk/by-id/scsi-36001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/wwn-0x6001405f47a7bfa33fe400b9c731d3ba ' '/dev/disk/by-id/lvm-pv-uuid-3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM', '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': '3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM', 'ID_FS_UUID_ENC': '3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM', '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': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'ID_SERIAL': '36001405f47a7bfa33fe400b9c731d3ba', 'ID_SERIAL_SHORT': '6001405f47a7bfa33fe400b9c731d3ba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f47a7bfa3', 'ID_WWN_VENDOR_EXTENSION': '0x3fe400b9c731d3ba', 'ID_WWN_WITH_EXTENSION': '0x6001405f47a7bfa33fe400b9c731d3ba', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f47a7bfa33fe400b9c731d3ba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f47a7bfa-33fe-400b-9c73-1d3ba4564c84', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498864994'} ; 2024-03-01 21:19:50,155 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:19:50,156 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 21:19:50,190 INFO program/MainThread: stdout[3]: 2024-03-01 21:19:50,190 INFO program/MainThread: stderr[3]: 2024-03-01 21:19:50,190 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:19:50,194 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:50,197 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:50,202 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:19:50,207 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:19:50,208 INFO blivet/MainThread: sda is a disk 2024-03-01 21:19:50,208 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:19:50,208 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:19:50,211 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:19:50,215 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:19:50,215 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:19:50,218 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:19:50,219 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:19:50,219 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:19:50,219 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb45589ec18) -- 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 = 6001405f47a7bfa33fe400b9c731d3ba 2024-03-01 21:19:50,223 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:19:50,226 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:50,227 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:19:50,230 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:50,230 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:19:50,233 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:50,233 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:19:50,237 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:50,237 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:19:50,240 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:19:50,240 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:19:50,240 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 21:19:50,268 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_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=njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_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=4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:19:50,268 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR. WARNING: Couldn't find device with uuid 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6. WARNING: VG test_vg1 is missing PV njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:19:50,268 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:19:50,268 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:19:50,272 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM ; label: None ; device: /dev/sda ; serial: 36001405f47a7bfa33fe400b9c731d3ba ; exists: True ; vg_name: test_vg1 ; vg_uuid: hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn ; pe_start: 8 MiB ; 2024-03-01 21:19:50,273 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:19:50,276 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:19:50,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn ; incomplete: True ; hidden: False ; 2024-03-01 21:19:50,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:50,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:50,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:50,288 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 21:19:50,315 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:19:50,315 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR. WARNING: Couldn't find device with uuid 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6. WARNING: VG test_vg1 is missing PV njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:19:50,315 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:19:50,315 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:19:50,315 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:19:50,322 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:19:50,325 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:19:50,326 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:19:50,329 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:19:50,329 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 21:19:50,355 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:19:50,355 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR. WARNING: Couldn't find device with uuid 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6. WARNING: VG test_vg1 is missing PV njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:19:50,355 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:19:50,359 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:19:50,360 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:19:50,363 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:19:50,366 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn ; incomplete: True ; hidden: False ; 2024-03-01 21:19:50,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:19:50,369 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:19:50,369 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:50,373 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54 ' '/dev/disk/by-id/lvm-pv-uuid-njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR ' '/dev/disk/by-id/scsi-36001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/wwn-0x6001405b7caaf3a7f7140988224d62c1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_b7caaf3a-7f71-4098-8224-d62c1a360b54', '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': 'njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR', 'ID_FS_UUID_ENC': 'njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR', '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': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'ID_SERIAL': '36001405b7caaf3a7f7140988224d62c1', 'ID_SERIAL_SHORT': '6001405b7caaf3a7f7140988224d62c1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b7caaf3a7', 'ID_WWN_VENDOR_EXTENSION': '0xf7140988224d62c1', 'ID_WWN_WITH_EXTENSION': '0x6001405b7caaf3a7f7140988224d62c1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b7caaf3a7f7140988224d62c1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b7caaf3a-7f71-4098-8224-d62c1a360b54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498916901'} ; 2024-03-01 21:19:50,373 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:19:50,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:19:50,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:50,383 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:19:50,383 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:19:50,384 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:19:50,384 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:19:50,387 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:19:50,390 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:19:50,390 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:19:50,393 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:19:50,394 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:19:50,394 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:19:50,394 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb45470c2b0) -- 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 = 6001405b7caaf3a7f7140988224d62c1 2024-03-01 21:19:50,397 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:19:50,401 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:50,401 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:19:50,404 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:50,404 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:19:50,407 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:50,408 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:19:50,411 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:50,411 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:19:50,414 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:19:50,414 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:19:50,414 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 21:19:50,442 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_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=4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:19:50,442 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6. WARNING: VG test_vg1 is missing PV 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 (last written to /dev/sdc). 2024-03-01 21:19:50,442 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:19:50,442 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:19:50,446 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR ; label: None ; device: /dev/sdb ; serial: 36001405b7caaf3a7f7140988224d62c1 ; exists: True ; vg_name: test_vg1 ; vg_uuid: hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 21:19:50,446 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:19:50,449 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:19:50,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn ; incomplete: True ; hidden: False ; 2024-03-01 21:19:50,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:19:50,459 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:19:50,462 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:19:50,465 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:19:50,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn ; incomplete: True ; hidden: False ; 2024-03-01 21:19:50,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:19:50,471 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 21:19:50,499 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:19:50,500 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6. WARNING: VG test_vg1 is missing PV 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 (last written to /dev/sdc). 2024-03-01 21:19:50,500 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:19:50,500 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:19:50,500 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:50,505 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_489d1ce0-e89b-4d33-84ce-332b5d124f54 ' '/dev/disk/by-id/scsi-36001405489d1ce0e89b4d3384ce332b5 ' '/dev/disk/by-id/wwn-0x6001405489d1ce0e89b4d3384ce332b5', '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': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'ID_SERIAL': '36001405489d1ce0e89b4d3384ce332b5', 'ID_SERIAL_SHORT': '6001405489d1ce0e89b4d3384ce332b5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405489d1ce0e', 'ID_WWN_VENDOR_EXTENSION': '0x89b4d3384ce332b5', 'ID_WWN_WITH_EXTENSION': '0x6001405489d1ce0e89b4d3384ce332b5', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405489d1ce0e89b4d3384ce332b5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '489d1ce0-e89b-4d33-84ce-332b5d124f54', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499670592'} ; 2024-03-01 21:19:50,505 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:19:50,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:19:50,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:50,515 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:19:50,515 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:19:50,515 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:19:50,515 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:19:50,519 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:19:50,522 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:19:50,522 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:19:50,525 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:19:50,525 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:19:50,526 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:19:50,526 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb45470c7f0) -- 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 = 6001405489d1ce0e89b4d3384ce332b5 2024-03-01 21:19:50,529 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:19:50,529 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:19:50,532 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16 ' '/dev/disk/by-id/wwn-0x6001405c5dc6f1c829543808c4cdd39e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', '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': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'ID_SERIAL': '36001405c5dc6f1c829543808c4cdd39e', 'ID_SERIAL_SHORT': '6001405c5dc6f1c829543808c4cdd39e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c5dc6f1c8', 'ID_WWN_VENDOR_EXTENSION': '0x29543808c4cdd39e', 'ID_WWN_WITH_EXTENSION': '0x6001405c5dc6f1c829543808c4cdd39e', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c5dc6f1c829543808c4cdd39e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c5dc6f1c-8295-4380-8c4c-dd39e9c5bb16', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499849489'} ; 2024-03-01 21:19:50,533 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:19:50,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:19:50,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:50,542 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:19:50,543 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:19:50,543 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:19:50,543 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:19:50,546 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:19:50,549 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:19:50,549 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:19:50,552 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:19:50,553 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:19:50,553 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:19:50,553 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb45471ac88) -- 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 = 6001405c5dc6f1c829543808c4cdd39e 2024-03-01 21:19:50,556 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:19:50,557 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:19:50,560 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140507600ad0486d49968c7af7867 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/lvm-pv-uuid-4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3 ' '/dev/disk/by-id/wwn-0x600140507600ad0486d49968c7af7867', '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': '4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6', 'ID_FS_UUID_ENC': '4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6', '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': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'ID_SERIAL': '3600140507600ad0486d49968c7af7867', 'ID_SERIAL_SHORT': '600140507600ad0486d49968c7af7867', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140507600ad04', 'ID_WWN_VENDOR_EXTENSION': '0x86d49968c7af7867', 'ID_WWN_WITH_EXTENSION': '0x600140507600ad0486d49968c7af7867', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140507600ad0486d49968c7af7867', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '07600ad0-486d-4996-8c7a-f7867cb7aac3', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '498890247'} ; 2024-03-01 21:19:50,560 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:19:50,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:19:50,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:50,570 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:19:50,570 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:19:50,570 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:19:50,570 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:19:50,573 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:19:50,576 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:19:50,577 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:19:50,580 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:19:50,580 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:19:50,580 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:19:50,580 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb454723278) -- 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 = 600140507600ad0486d49968c7af7867 2024-03-01 21:19:50,584 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:19:50,587 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:50,587 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:19:50,590 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:50,591 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:19:50,594 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:50,594 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:19:50,597 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:50,597 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:19:50,600 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:19:50,600 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:19:50,600 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/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:50,628 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 21:19:50,628 INFO program/MainThread: stderr[9]: 2024-03-01 21:19:50,628 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:19:50,628 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:19:50,632 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 ; label: None ; device: /dev/sdc ; serial: 3600140507600ad0486d49968c7af7867 ; exists: True ; vg_name: test_vg1 ; vg_uuid: hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:19:50,632 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:19:50,635 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:19:50,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn ; incomplete: True ; hidden: False ; 2024-03-01 21:19:50,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:19:50,645 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:19:50,648 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:19:50,651 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:19:50,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn ; incomplete: True ; hidden: False ; 2024-03-01 21:19:50,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:19:50,658 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/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:50,689 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:19:50,689 INFO program/MainThread: stderr[10]: 2024-03-01 21:19:50,689 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:19:50,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:50,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:50,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:50,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:50,702 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:19:50,706 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:19:50,706 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:19:50,710 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:19:50,713 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:19:50,714 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:19:50,717 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:19:50,718 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:19:50,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:19:50,722 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:19:50,726 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:19:50,726 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:19:50,729 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:19:50,732 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:19:50,733 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:19:50,736 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:19:50,736 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:19:50,736 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:19:50,737 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:19:50,740 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:19:50,740 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:19:50,743 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:19:50,744 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:19:50,747 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-hvGzhVLrBXTDwPeVUeZfTykVbh4fTgnnolV9NZlI0kxG5SvqDOPqmkIzjpGPx7h3 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/8d4697d5-417a-4348-a396-6d8bebad9a0a ' '/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-hvGzhVLrBXTDwPeVUeZfTykVbh4fTgnnolV9NZlI0kxG5SvqDOPqmkIzjpGPx7h3', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '8d4697d5-417a-4348-a396-6d8bebad9a0a', 'ID_FS_UUID_ENC': '8d4697d5-417a-4348-a396-6d8bebad9a0a', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1480048858'} ; 2024-03-01 21:19:50,747 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:19:50,747 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:50,751 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:19:50,751 INFO program/MainThread: stderr[11]: 2024-03-01 21:19:50,751 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:19:50,752 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:50,755 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:19:50,755 INFO program/MainThread: stderr[12]: 2024-03-01 21:19:50,755 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:19:50,755 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:50,759 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:19:50,759 INFO program/MainThread: stderr[13]: 2024-03-01 21:19:50,759 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:19:50,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:50,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:19:50,769 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:50,770 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:19:50,770 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:50,771 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:19:50,767 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:50,772 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:50,775 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:19:50,775 INFO program/MainThread: stderr[14]: 2024-03-01 21:19:50,775 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:19:50,779 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:19:50,783 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:50,783 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:19:50,787 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:50,787 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:19:50,790 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:50,790 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:19:50,794 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:50,794 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:19:50,796 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:19:50,796 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:19:50,799 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:50,800 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:19:50,803 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:19:50,803 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:50,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:50,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:50,813 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq ; incomplete: False ; hidden: False ; 2024-03-01 21:19:50,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:50,816 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:19:50,820 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:19:50,820 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:19:50,823 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:19:50,827 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:19:50,827 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:19:50,830 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:19:50,831 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:19:50,831 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:19:50,834 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:19:50,838 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:19:50,838 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:19:50,841 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:19:50,845 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:19:50,845 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:19:50,848 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:19:50,849 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:19:50,849 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:19:50,849 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 21:19:50,852 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:19:50,852 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:19:50,856 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:19:50,856 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:19:50,860 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/test_vg1/lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/8e5780f5-b275-4ac1-963e-f8d940f3e026 ' '/dev/disk/by-id/dm-uuid-LVM-hvGzhVLrBXTDwPeVUeZfTykVbh4fTgnnVx3bZWIOxMHLirS0PM3la7sVANDhEeCq ' '/dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', '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-hvGzhVLrBXTDwPeVUeZfTykVbh4fTgnnVx3bZWIOxMHLirS0PM3la7sVANDhEeCq', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '8e5780f5-b275-4ac1-963e-f8d940f3e026', 'ID_FS_UUID_ENC': '8e5780f5-b275-4ac1-963e-f8d940f3e026', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1479706810'} ; 2024-03-01 21:19:50,860 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:19:50,860 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:50,864 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:19:50,864 INFO program/MainThread: stderr[15]: 2024-03-01 21:19:50,864 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:19:50,864 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:50,867 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:19:50,868 INFO program/MainThread: stderr[16]: 2024-03-01 21:19:50,868 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:19:50,868 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:50,871 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:19:50,871 INFO program/MainThread: stderr[17]: 2024-03-01 21:19:50,871 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:19:50,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:50,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 21:19:50,882 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:50,883 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:50,883 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:50,884 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:50,879 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:50,884 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:50,888 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:19:50,888 INFO program/MainThread: stderr[18]: 2024-03-01 21:19:50,888 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:19:50,892 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:19:50,896 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:50,896 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:19:50,900 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:50,900 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:19:50,903 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:50,903 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:19:50,907 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:50,907 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:19:50,907 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 21:19:50,911 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:50,911 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:19:50,914 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:19:50,914 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:50,915 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:50,918 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140573796fb33c884eb996b5a88ca ' '/dev/disk/by-id/lvm-pv-uuid-6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129 ' '/dev/disk/by-id/wwn-0x600140573796fb33c884eb996b5a88ca', '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': '6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC', 'ID_FS_UUID_ENC': '6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC', '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': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'ID_SERIAL': '3600140573796fb33c884eb996b5a88ca', 'ID_SERIAL_SHORT': '600140573796fb33c884eb996b5a88ca', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140573796fb33', 'ID_WWN_VENDOR_EXTENSION': '0xc884eb996b5a88ca', 'ID_WWN_WITH_EXTENSION': '0x600140573796fb33c884eb996b5a88ca', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140573796fb33c884eb996b5a88ca', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '73796fb3-3c88-4eb9-96b5-a88cad660129', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499026066'} ; 2024-03-01 21:19:50,918 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:19:50,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:19:50,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:50,929 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:19:50,929 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:19:50,929 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:19:50,930 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:19:50,933 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:19:50,936 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:19:50,936 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:19:50,939 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:19:50,940 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:19:50,940 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:19:50,940 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb45473c0f0) -- 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 = 600140573796fb33c884eb996b5a88ca 2024-03-01 21:19:50,943 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:19:50,947 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:50,947 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:19:50,950 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:50,950 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:19:50,953 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:50,954 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:19:50,957 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:50,957 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:19:50,960 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 21:19:50,960 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:19:50,960 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/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:50,988 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:19:50,988 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF. WARNING: Couldn't find device with uuid wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K. WARNING: VG test_vg2 is missing PV b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF (last written to /dev/sde). WARNING: VG test_vg2 is missing PV wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K (last written to /dev/sdf). 2024-03-01 21:19:50,988 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:19:50,988 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 21:19:50,992 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC ; label: None ; device: /dev/sdd ; serial: 3600140573796fb33c884eb996b5a88ca ; exists: True ; vg_name: test_vg2 ; vg_uuid: T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 21:19:50,993 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 21:19:50,996 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:19:50,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM ; incomplete: True ; hidden: False ; 2024-03-01 21:19:51,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:51,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:51,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:51,008 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/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:51,037 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 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=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:19:51,037 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF. WARNING: Couldn't find device with uuid wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K. WARNING: VG test_vg2 is missing PV b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF (last written to /dev/sde). WARNING: VG test_vg2 is missing PV wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K (last written to /dev/sdf). 2024-03-01 21:19:51,037 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:19:51,037 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:19:51,038 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:19:51,042 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:19:51,046 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:19:51,046 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:19:51,049 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:19:51,049 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/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:51,078 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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=O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:19:51,078 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF. WARNING: Couldn't find device with uuid wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K. WARNING: VG test_vg2 is missing PV b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF (last written to /dev/sde). WARNING: VG test_vg2 is missing PV wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K (last written to /dev/sdf). 2024-03-01 21:19:51,078 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:19:51,083 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 21:19:51,083 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 21:19:51,086 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 21:19:51,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM ; incomplete: True ; hidden: False ; 2024-03-01 21:19:51,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:19:51,093 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:19:51,093 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:51,096 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1 ' '/dev/disk/by-id/scsi-360014057724fea19c3d4e609023f1f04 ' '/dev/disk/by-id/lvm-pv-uuid-b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF', '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': 'b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF', 'ID_FS_UUID_ENC': 'b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF', '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': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'ID_SERIAL': '360014057724fea19c3d4e609023f1f04', 'ID_SERIAL_SHORT': '60014057724fea19c3d4e609023f1f04', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057724fea19', 'ID_WWN_VENDOR_EXTENSION': '0xc3d4e609023f1f04', 'ID_WWN_WITH_EXTENSION': '0x60014057724fea19c3d4e609023f1f04', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057724fea19c3d4e609023f1f04', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7724fea1-9c3d-4e60-9023-f1f04b54bfe1', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499092867'} ; 2024-03-01 21:19:51,096 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:19:51,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:19:51,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:51,107 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:19:51,108 INFO blivet/MainThread: sde is a disk 2024-03-01 21:19:51,108 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:19:51,108 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:19:51,111 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:19:51,114 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:19:51,114 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:19:51,118 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:19:51,118 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:19:51,118 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 21:19:51,119 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb45473b748) -- 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 = 60014057724fea19c3d4e609023f1f04 2024-03-01 21:19:51,122 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:19:51,125 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:51,125 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 21:19:51,129 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:51,129 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 21:19:51,132 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:51,132 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 21:19:51,135 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:51,136 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 21:19:51,138 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 21:19:51,139 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:19:51,139 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/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:51,169 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:19:51,169 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K. WARNING: VG test_vg2 is missing PV wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K (last written to /dev/sdf). 2024-03-01 21:19:51,169 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:19:51,169 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 21:19:51,174 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF ; label: None ; device: /dev/sde ; serial: 360014057724fea19c3d4e609023f1f04 ; exists: True ; vg_name: test_vg2 ; vg_uuid: T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:19:51,174 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 21:19:51,177 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:19:51,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM ; incomplete: True ; hidden: False ; 2024-03-01 21:19:51,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:19:51,187 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:19:51,190 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:19:51,193 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 21:19:51,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM ; incomplete: True ; hidden: False ; 2024-03-01 21:19:51,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:19:51,199 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/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:51,229 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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=O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:19:51,229 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K. WARNING: VG test_vg2 is missing PV wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K (last written to /dev/sdf). 2024-03-01 21:19:51,229 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:19:51,230 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:19:51,230 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:51,235 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K ' '/dev/disk/by-id/wwn-0x60014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-360014054aa4e6a13b4a47fe8647dbd25 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', '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': 'wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K', 'ID_FS_UUID_ENC': 'wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K', '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': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'ID_SERIAL': '360014054aa4e6a13b4a47fe8647dbd25', 'ID_SERIAL_SHORT': '60014054aa4e6a13b4a47fe8647dbd25', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054aa4e6a13', 'ID_WWN_VENDOR_EXTENSION': '0xb4a47fe8647dbd25', 'ID_WWN_WITH_EXTENSION': '0x60014054aa4e6a13b4a47fe8647dbd25', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054aa4e6a13b4a47fe8647dbd25', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4aa4e6a1-3b4a-47fe-8647-dbd25d7f89a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499239053'} ; 2024-03-01 21:19:51,235 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:19:51,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:19:51,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:51,246 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:19:51,247 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:19:51,247 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 21:19:51,247 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:19:51,250 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:19:51,253 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:19:51,254 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:19:51,257 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:19:51,257 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:19:51,258 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 21:19:51,258 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb45473b5f8) -- 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 = 60014054aa4e6a13b4a47fe8647dbd25 2024-03-01 21:19:51,261 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:19:51,265 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:51,265 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 21:19:51,269 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:51,269 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 21:19:51,272 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:51,272 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 21:19:51,276 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:51,276 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 21:19:51,279 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 21:19:51,279 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:19:51,279 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/sdb$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:51,310 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 21:19:51,310 INFO program/MainThread: stderr[24]: 2024-03-01 21:19:51,310 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:19:51,311 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 21:19:51,315 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K ; label: None ; device: /dev/sdf ; serial: 360014054aa4e6a13b4a47fe8647dbd25 ; exists: True ; vg_name: test_vg2 ; vg_uuid: T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:19:51,315 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 21:19:51,318 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:19:51,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM ; incomplete: True ; hidden: False ; 2024-03-01 21:19:51,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:19:51,328 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:19:51,331 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:19:51,334 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 21:19:51,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM ; incomplete: True ; hidden: False ; 2024-03-01 21:19:51,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:19:51,341 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/sdb$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:51,374 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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=O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB LVM2_LV_SIZE=641728512 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:19:51,374 INFO program/MainThread: stderr[25]: 2024-03-01 21:19:51,374 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:19:51,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:51,382 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:51,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:51,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:51,388 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:19:51,392 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:19:51,392 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:19:51,396 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:19:51,399 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:19:51,400 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:19:51,403 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:19:51,403 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:19:51,404 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:19:51,407 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:19:51,411 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:19:51,411 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:19:51,414 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:19:51,418 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:19:51,418 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:19:51,421 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:19:51,422 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:19:51,422 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:19:51,422 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 21:19:51,425 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:19:51,425 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:19:51,429 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:19:51,429 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:19:51,433 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-T6R3m9EaCAxv29lsU1o6z4wMxqZ1DReM8zlyqp8CHd1XKwQ5N6EwACo6XmMYfTQ5 ' '/dev/disk/by-uuid/7b13caef-1499-41a3-a2ad-e61f43091fa6 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/mapper/test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', '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-T6R3m9EaCAxv29lsU1o6z4wMxqZ1DReM8zlyqp8CHd1XKwQ5N6EwACo6XmMYfTQ5', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7b13caef-1499-41a3-a2ad-e61f43091fa6', 'ID_FS_UUID_ENC': '7b13caef-1499-41a3-a2ad-e61f43091fa6', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1478793228'} ; 2024-03-01 21:19:51,433 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:19:51,433 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:51,437 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:19:51,438 INFO program/MainThread: stderr[26]: 2024-03-01 21:19:51,438 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:19:51,438 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:51,441 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:19:51,442 INFO program/MainThread: stderr[27]: 2024-03-01 21:19:51,442 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:19:51,442 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:51,445 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:19:51,445 INFO program/MainThread: stderr[28]: 2024-03-01 21:19:51,445 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:19:51,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:51,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 21:19:51,456 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:51,457 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:19:51,457 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:51,457 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:19:51,453 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:51,458 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:51,461 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:19:51,462 INFO program/MainThread: stderr[29]: 2024-03-01 21:19:51,462 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:19:51,466 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:19:51,470 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:51,471 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 21:19:51,474 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:51,474 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 21:19:51,478 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:51,478 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:19:51,481 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:51,481 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 21:19:51,482 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 21:19:51,485 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:51,485 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 21:19:51,488 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:19:51,489 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:51,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:51,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:51,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB ; incomplete: False ; hidden: False ; 2024-03-01 21:19:51,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:51,514 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:19:51,517 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:19:51,518 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:19:51,521 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:19:51,524 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:19:51,525 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:19:51,528 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:19:51,529 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:19:51,529 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 21:19:51,532 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:19:51,536 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:19:51,536 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:19:51,539 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:19:51,543 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:19:51,543 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:19:51,546 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:19:51,547 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:19:51,547 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:19:51,547 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 21:19:51,550 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:19:51,550 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:19:51,554 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 21:19:51,554 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:19:51,558 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/test_vg2/lv4 ' '/dev/disk/by-uuid/493d2c4d-7db6-4ecd-9770-5d77e917638f ' '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-T6R3m9EaCAxv29lsU1o6z4wMxqZ1DReMO8WgEVu02nT5wgdcd14eX7gqa3ILSwSB ' '/dev/disk/by-id/dm-name-test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', '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-T6R3m9EaCAxv29lsU1o6z4wMxqZ1DReMO8WgEVu02nT5wgdcd14eX7gqa3ILSwSB', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '493d2c4d-7db6-4ecd-9770-5d77e917638f', 'ID_FS_UUID_ENC': '493d2c4d-7db6-4ecd-9770-5d77e917638f', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1478481974'} ; 2024-03-01 21:19:51,558 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:19:51,558 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:51,563 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:19:51,563 INFO program/MainThread: stderr[30]: 2024-03-01 21:19:51,563 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:19:51,563 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:51,566 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:19:51,567 INFO program/MainThread: stderr[31]: 2024-03-01 21:19:51,567 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:19:51,567 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:51,570 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:19:51,570 INFO program/MainThread: stderr[32]: 2024-03-01 21:19:51,570 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:19:51,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:51,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 21:19:51,581 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:51,582 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:51,582 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:51,583 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:51,579 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:51,584 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:51,587 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:19:51,587 INFO program/MainThread: stderr[33]: 2024-03-01 21:19:51,588 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:19:51,592 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:19:51,595 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:51,595 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 21:19:51,599 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:51,599 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 21:19:51,603 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:51,603 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 21:19:51,606 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:51,606 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 21:19:51,607 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 21:19:51,610 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:51,610 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 21:19:51,613 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:19:51,614 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:51,614 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:51,617 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU ' '/dev/disk/by-id/wwn-0x6001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-36001405cdf17d5598734849aacbc6aba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_cdf17d55-9873-4849-aacb-c6aba0ba119e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', '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': 'YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU', 'ID_FS_UUID_ENC': 'YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU', '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': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'ID_SERIAL': '36001405cdf17d5598734849aacbc6aba', 'ID_SERIAL_SHORT': '6001405cdf17d5598734849aacbc6aba', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405cdf17d559', 'ID_WWN_VENDOR_EXTENSION': '0x8734849aacbc6aba', 'ID_WWN_WITH_EXTENSION': '0x6001405cdf17d5598734849aacbc6aba', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405cdf17d5598734849aacbc6aba', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'cdf17d55-9873-4849-aacb-c6aba0ba119e', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499276340'} ; 2024-03-01 21:19:51,617 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:19:51,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:19:51,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:51,628 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:19:51,629 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:19:51,629 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 21:19:51,629 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 21:19:51,632 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:19:51,635 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:19:51,635 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:19:51,638 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:19:51,639 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:19:51,639 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 21:19:51,639 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb454723f60) -- 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 = 6001405cdf17d5598734849aacbc6aba 2024-03-01 21:19:51,643 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:19:51,646 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:51,646 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 21:19:51,649 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:51,649 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 21:19:51,653 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:51,653 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 21:19:51,656 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:51,656 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 21:19:51,659 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 21:19:51,659 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:19:51,659 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/sdb$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:51,692 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:19:51,692 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid 7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M. WARNING: Couldn't find device with uuid tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf. WARNING: Couldn't find device with uuid rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky. WARNING: VG test_vg3 is missing PV 7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:19:51,692 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:19:51,693 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 21:19:51,697 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU ; label: None ; device: /dev/sdg ; serial: 36001405cdf17d5598734849aacbc6aba ; exists: True ; vg_name: test_vg3 ; vg_uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 21:19:51,697 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 21:19:51,700 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:19:51,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; incomplete: True ; hidden: False ; 2024-03-01 21:19:51,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:51,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:51,713 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:51,713 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/sdb$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:51,747 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 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=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:19:51,747 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid 7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M. WARNING: Couldn't find device with uuid tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf. WARNING: Couldn't find device with uuid rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky. WARNING: VG test_vg3 is missing PV 7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:19:51,747 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:19:51,747 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:19:51,748 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:19:51,753 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:19:51,757 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:19:51,757 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 21:19:51,760 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:19:51,760 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/sdb$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:51,794 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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=O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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=k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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=k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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=Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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=Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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=dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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=TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:19:51,794 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid 7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M. WARNING: Couldn't find device with uuid tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf. WARNING: Couldn't find device with uuid rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky. WARNING: VG test_vg3 is missing PV 7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:19:51,794 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:19:51,799 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 21:19:51,800 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 21:19:51,803 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 21:19:51,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; incomplete: True ; hidden: False ; 2024-03-01 21:19:51,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:19:51,809 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:19:51,809 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:51,813 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/wwn-0x6001405ebefe45c97334e97bc8ef260a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_ebefe45c-9733-4e97-bc8e-f260a280e4ec ' '/dev/disk/by-id/lvm-pv-uuid-7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M', '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': '7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M', 'ID_FS_UUID_ENC': '7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M', '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': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'ID_SERIAL': '36001405ebefe45c97334e97bc8ef260a', 'ID_SERIAL_SHORT': '6001405ebefe45c97334e97bc8ef260a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ebefe45c9', 'ID_WWN_VENDOR_EXTENSION': '0x7334e97bc8ef260a', 'ID_WWN_WITH_EXTENSION': '0x6001405ebefe45c97334e97bc8ef260a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ebefe45c97334e97bc8ef260a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ebefe45c-9733-4e97-bc8e-f260a280e4ec', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499372227'} ; 2024-03-01 21:19:51,813 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:19:51,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:19:51,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:51,824 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:19:51,824 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:19:51,825 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:19:51,825 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 21:19:51,828 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:19:51,831 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:19:51,831 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:19:51,834 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:19:51,835 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:19:51,835 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 21:19:51,835 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb45470c240) -- 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 = 6001405ebefe45c97334e97bc8ef260a 2024-03-01 21:19:51,839 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:19:51,842 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:51,842 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 21:19:51,845 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:51,845 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 21:19:51,849 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:51,849 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 21:19:51,852 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:51,852 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 21:19:51,855 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 21:19:51,855 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:19:51,855 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/sdb$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:51,888 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:19:51,888 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf. WARNING: Couldn't find device with uuid rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky. WARNING: VG test_vg3 is missing PV tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:19:51,888 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:19:51,889 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 21:19:51,893 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M ; label: None ; device: /dev/sdh ; serial: 36001405ebefe45c97334e97bc8ef260a ; exists: True ; vg_name: test_vg3 ; vg_uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; pe_start: 8 MiB ; 2024-03-01 21:19:51,893 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 21:19:51,896 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:19:51,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; incomplete: True ; hidden: False ; 2024-03-01 21:19:51,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:19:51,906 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:19:51,909 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:19:51,912 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 21:19:51,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; incomplete: True ; hidden: False ; 2024-03-01 21:19:51,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:51,919 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/sdb$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:51,950 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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=O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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=k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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=k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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=Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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=Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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=dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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=TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:19:51,950 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf. WARNING: Couldn't find device with uuid rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky. WARNING: VG test_vg3 is missing PV tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:19:51,950 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:19:51,951 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:19:51,951 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:51,955 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968 ' '/dev/disk/by-id/wwn-0x60014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/lvm-pv-uuid-tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf ' '/dev/disk/by-id/scsi-360014059ecde81f0f75464fb026f2b43 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_9ecde81f-0f75-464f-b026-f2b43b9d0968', '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': 'tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf', 'ID_FS_UUID_ENC': 'tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf', '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': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'ID_SERIAL': '360014059ecde81f0f75464fb026f2b43', 'ID_SERIAL_SHORT': '60014059ecde81f0f75464fb026f2b43', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059ecde81f0', 'ID_WWN_VENDOR_EXTENSION': '0xf75464fb026f2b43', 'ID_WWN_WITH_EXTENSION': '0x60014059ecde81f0f75464fb026f2b43', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059ecde81f0f75464fb026f2b43', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9ecde81f-0f75-464f-b026-f2b43b9d0968', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499528847'} ; 2024-03-01 21:19:51,955 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:19:51,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:19:51,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:51,967 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:19:51,967 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:19:51,967 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 21:19:51,968 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 21:19:51,971 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:19:51,974 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:19:51,974 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:19:51,977 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:19:51,978 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:19:51,978 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 21:19:51,978 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb45473b8d0) -- 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 = 60014059ecde81f0f75464fb026f2b43 2024-03-01 21:19:51,982 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:19:51,985 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:51,985 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 21:19:51,988 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:51,988 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 21:19:51,992 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:51,992 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 21:19:51,995 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:51,995 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 21:19:51,998 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 21:19:51,998 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:19:51,998 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/sdb$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:52,033 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:19:52,033 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky. WARNING: VG test_vg3 is missing PV rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:19:52,033 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:19:52,034 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 21:19:52,038 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf ; label: None ; device: /dev/sdi ; serial: 360014059ecde81f0f75464fb026f2b43 ; exists: True ; vg_name: test_vg3 ; vg_uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; pe_start: 8 MiB ; 2024-03-01 21:19:52,039 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:19:52,042 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:19:52,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; incomplete: True ; hidden: False ; 2024-03-01 21:19:52,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:52,051 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:19:52,055 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:19:52,057 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 21:19:52,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; incomplete: True ; hidden: False ; 2024-03-01 21:19:52,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:52,064 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/sdb$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:52,098 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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=O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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=k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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=k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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=Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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=Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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=dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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=TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:19:52,098 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky. WARNING: VG test_vg3 is missing PV rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 21:19:52,098 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:19:52,099 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:19:52,099 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:52,104 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky ' '/dev/disk/by-id/wwn-0x60014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-360014058cfe40214e5545d8be65db738 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_8cfe4021-4e55-45d8-be65-db738b978d29 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', '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': 'rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky', 'ID_FS_UUID_ENC': 'rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky', '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': '8cfe4021-4e55-45d8-be65-db738b978d29', 'ID_SERIAL': '360014058cfe40214e5545d8be65db738', 'ID_SERIAL_SHORT': '60014058cfe40214e5545d8be65db738', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058cfe40214', 'ID_WWN_VENDOR_EXTENSION': '0xe5545d8be65db738', 'ID_WWN_WITH_EXTENSION': '0x60014058cfe40214e5545d8be65db738', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058cfe40214e5545d8be65db738', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_PORT_NAME': 'naa.50014054a5d403d7,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8cfe4021-4e55-45d8-be65-db738b978d29', 'SCSI_IDENT_TARGET_NAME': 'naa.50014054a5d403d7', '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': '499599862'} ; 2024-03-01 21:19:52,104 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:19:52,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:19:52,112 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:52,115 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:19:52,116 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:19:52,116 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:19:52,116 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 21:19:52,119 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:19:52,123 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:19:52,123 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:19:52,126 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:19:52,126 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:19:52,127 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 21:19:52,127 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb4547485f8) -- 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 = 60014058cfe40214e5545d8be65db738 2024-03-01 21:19:52,130 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:19:52,133 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:52,134 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 21:19:52,137 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:52,137 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 21:19:52,141 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:52,141 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 21:19:52,144 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:52,144 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 21:19:52,147 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 21:19:52,147 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:19:52,147 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/sdb$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:52,184 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3b1JrU-4tQc-6ncL-kvHI-19bz-kzG0-k8BmKM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=njZmrw-kMFD-edo7-fmvS-lJ2Q-mOSb-NlUfvR LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=4pi1xZ-HkRq-n5r8-y8zj-NsNg-tiPY-kThTC6 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=6xBtXc-QWTe-rVQh-Ov6x-WJw6-XGa1-A2uACC LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=b2Fb1N-Vk7P-M5Va-16vE-QNAz-Hbex-DvWesF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=wKvjMQ-1Pxs-LDWD-VqgS-YZSV-kEo6-SEsq9K LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM LVM2_VG_SIZE=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=YD2ZBb-JhUC-RCx3-0vOH-n6cc-zdQO-74acSU LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=7YHDmt-DbJ3-qFdq-AhPi-kwBO-3gQ1-OlLE4M LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=tnv5Fk-JdQ3-xY9u-jb0I-PduP-3C1W-dSbRXf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE 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=rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 21:19:52,184 INFO program/MainThread: stderr[41]: 2024-03-01 21:19:52,184 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:19:52,185 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 21:19:52,189 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: rXb5Vw-OFOD-oeeg-dz5O-QXAc-bLyo-HdNpky ; label: None ; device: /dev/sdj ; serial: 360014058cfe40214e5545d8be65db738 ; exists: True ; vg_name: test_vg3 ; vg_uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 21:19:52,189 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 21:19:52,192 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:19:52,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; incomplete: True ; hidden: False ; 2024-03-01 21:19:52,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:52,202 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:19:52,205 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:19:52,208 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 21:19:52,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE ; incomplete: True ; hidden: False ; 2024-03-01 21:19:52,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:52,215 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/sdb$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:52,247 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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=8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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=O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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=k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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=k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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=Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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=Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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=dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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=TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f LVM2_LV_SIZE=427819008 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:19:52,247 INFO program/MainThread: stderr[42]: 2024-03-01 21:19:52,247 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:19:52,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:52,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:52,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm ; incomplete: False ; hidden: False ; 2024-03-01 21:19:52,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:52,262 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 21:19:52,266 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:19:52,266 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:19:52,269 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:19:52,273 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:19:52,273 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:19:52,277 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:19:52,277 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:19:52,277 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 21:19:52,281 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:19:52,285 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:19:52,285 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 21:19:52,288 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:19:52,292 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:19:52,292 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:19:52,295 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:19:52,296 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:19:52,296 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:19:52,296 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 21:19:52,299 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:19:52,300 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:19:52,303 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:19:52,303 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:19:52,307 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEk9iv74LLZMSkVP2K8cNMSUwW0BRDoYEm ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/mapper/test_vg3-lv5 ' '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/a62271b6-f495-4b0d-b4ca-1ddf8eb3e723', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', '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-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEk9iv74LLZMSkVP2K8cNMSUwW0BRDoYEm', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a62271b6-f495-4b0d-b4ca-1ddf8eb3e723', 'ID_FS_UUID_ENC': 'a62271b6-f495-4b0d-b4ca-1ddf8eb3e723', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1477567282'} ; 2024-03-01 21:19:52,307 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:19:52,307 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:52,312 INFO program/MainThread: stdout[43]: LVM 2024-03-01 21:19:52,312 INFO program/MainThread: stderr[43]: 2024-03-01 21:19:52,312 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:19:52,312 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:52,315 INFO program/MainThread: stdout[44]: LVM 2024-03-01 21:19:52,316 INFO program/MainThread: stderr[44]: 2024-03-01 21:19:52,316 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:19:52,316 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:52,319 INFO program/MainThread: stdout[45]: LVM 2024-03-01 21:19:52,319 INFO program/MainThread: stderr[45]: 2024-03-01 21:19:52,319 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:19:52,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:52,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 21:19:52,331 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:52,332 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:19:52,332 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:52,333 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:19:52,328 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:52,333 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:52,338 INFO program/MainThread: stdout[46]: LVM 2024-03-01 21:19:52,338 INFO program/MainThread: stderr[46]: 2024-03-01 21:19:52,338 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:19:52,342 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:19:52,346 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:52,346 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 21:19:52,350 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:52,350 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 21:19:52,353 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:52,353 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 21:19:52,357 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:52,357 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 21:19:52,357 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 21:19:52,361 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:52,361 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 21:19:52,364 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:19:52,364 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:52,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:52,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:52,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed ; incomplete: False ; hidden: False ; 2024-03-01 21:19:52,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:52,377 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 21:19:52,381 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:19:52,381 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:19:52,384 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:19:52,388 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:19:52,388 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:19:52,392 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:19:52,392 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:19:52,392 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 21:19:52,396 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:19:52,399 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:19:52,399 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:19:52,403 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:19:52,406 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:19:52,406 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:19:52,410 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:19:52,410 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:19:52,410 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:19:52,410 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 21:19:52,414 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:19:52,414 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:19:52,417 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:19:52,418 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:19:52,421 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-uuid/68ee5b5f-d44b-4fc1-a1b6-df9432b3eb61 ' '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-uuid-LVM-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEIrs6SYLzTlDwnGNv1fmS4m8qNfuibMed ' '/dev/mapper/test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', '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-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEIrs6SYLzTlDwnGNv1fmS4m8qNfuibMed', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '68ee5b5f-d44b-4fc1-a1b6-df9432b3eb61', 'ID_FS_UUID_ENC': '68ee5b5f-d44b-4fc1-a1b6-df9432b3eb61', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1477231280'} ; 2024-03-01 21:19:52,421 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:19:52,422 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:52,426 INFO program/MainThread: stdout[47]: LVM 2024-03-01 21:19:52,426 INFO program/MainThread: stderr[47]: 2024-03-01 21:19:52,426 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:19:52,426 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:52,430 INFO program/MainThread: stdout[48]: LVM 2024-03-01 21:19:52,430 INFO program/MainThread: stderr[48]: 2024-03-01 21:19:52,430 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:19:52,430 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:52,434 INFO program/MainThread: stdout[49]: LVM 2024-03-01 21:19:52,434 INFO program/MainThread: stderr[49]: 2024-03-01 21:19:52,434 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:19:52,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:52,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 21:19:52,445 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:52,446 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:19:52,447 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:52,447 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:19:52,442 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- name = test_vg3 status = True 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:52,448 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:52,451 INFO program/MainThread: stdout[50]: LVM 2024-03-01 21:19:52,452 INFO program/MainThread: stderr[50]: 2024-03-01 21:19:52,452 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:19:52,456 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:19:52,460 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:52,460 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 21:19:52,463 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:52,463 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 21:19:52,467 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:52,467 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 21:19:52,470 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:52,471 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 21:19:52,471 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 21:19:52,474 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:52,474 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 21:19:52,478 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:19:52,478 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:52,481 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:52,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:52,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl ; incomplete: False ; hidden: False ; 2024-03-01 21:19:52,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:52,491 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:19:52,494 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:19:52,495 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 21:19:52,498 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:19:52,502 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:19:52,502 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:19:52,505 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:19:52,506 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:19:52,506 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 21:19:52,510 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:19:52,513 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:19:52,513 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 21:19:52,517 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:19:52,520 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:19:52,520 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:19:52,524 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:19:52,524 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:19:52,524 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:19:52,524 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 21:19:52,527 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:19:52,528 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:19:52,531 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:19:52,531 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:19:52,535 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEdETeVVFIfIDQED6UfoLQc4IhGo2vPpsl ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/2653c731-68d3-45ad-82fd-5f4b506be8ca ' '/dev/test_vg3/lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', '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-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEdETeVVFIfIDQED6UfoLQc4IhGo2vPpsl', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2653c731-68d3-45ad-82fd-5f4b506be8ca', 'ID_FS_UUID_ENC': '2653c731-68d3-45ad-82fd-5f4b506be8ca', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1476888411'} ; 2024-03-01 21:19:52,535 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:19:52,535 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:52,540 INFO program/MainThread: stdout[51]: LVM 2024-03-01 21:19:52,540 INFO program/MainThread: stderr[51]: 2024-03-01 21:19:52,540 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:19:52,540 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:52,543 INFO program/MainThread: stdout[52]: LVM 2024-03-01 21:19:52,544 INFO program/MainThread: stderr[52]: 2024-03-01 21:19:52,544 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:19:52,544 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:52,547 INFO program/MainThread: stdout[53]: LVM 2024-03-01 21:19:52,547 INFO program/MainThread: stderr[53]: 2024-03-01 21:19:52,547 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:19:52,552 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:52,556 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 21:19:52,559 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:52,560 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:19:52,561 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:52,562 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:19:52,556 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:52,562 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:52,566 INFO program/MainThread: stdout[54]: LVM 2024-03-01 21:19:52,566 INFO program/MainThread: stderr[54]: 2024-03-01 21:19:52,566 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 21:19:52,570 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:19:52,574 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:52,574 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 21:19:52,578 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:52,578 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 21:19:52,581 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:52,581 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 21:19:52,585 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:52,585 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 21:19:52,585 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 21:19:52,588 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:52,588 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 21:19:52,592 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:19:52,592 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:52,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:52,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:52,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f ; incomplete: False ; hidden: False ; 2024-03-01 21:19:52,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:19:52,605 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 21:19:52,608 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:19:52,609 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 21:19:52,612 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:19:52,615 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:19:52,616 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:19:52,619 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:19:52,620 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:19:52,620 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 21:19:52,623 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:19:52,626 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:19:52,627 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 21:19:52,630 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:19:52,633 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:19:52,633 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:19:52,637 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:19:52,637 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:19:52,638 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:19:52,638 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 21:19:52,641 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:19:52,641 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:19:52,644 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:19:52,645 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:19:52,648 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/test_vg3/lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/7c7b1893-6461-47f0-a778-3e4edb81033b ' '/dev/disk/by-id/dm-uuid-LVM-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkETjwBmNEeWyXLz7ageN9pmbQJlLg7M67f ' '/dev/disk/by-id/dm-name-test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkETjwBmNEeWyXLz7ageN9pmbQJlLg7M67f', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7c7b1893-6461-47f0-a778-3e4edb81033b', 'ID_FS_UUID_ENC': '7c7b1893-6461-47f0-a778-3e4edb81033b', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1476548487'} ; 2024-03-01 21:19:52,648 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:19:52,648 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:52,653 INFO program/MainThread: stdout[55]: LVM 2024-03-01 21:19:52,653 INFO program/MainThread: stderr[55]: 2024-03-01 21:19:52,653 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 21:19:52,653 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:52,657 INFO program/MainThread: stdout[56]: LVM 2024-03-01 21:19:52,657 INFO program/MainThread: stderr[56]: 2024-03-01 21:19:52,657 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 21:19:52,657 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:52,660 INFO program/MainThread: stdout[57]: LVM 2024-03-01 21:19:52,661 INFO program/MainThread: stderr[57]: 2024-03-01 21:19:52,661 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 21:19:52,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:52,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 21:19:52,673 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:52,674 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:52,675 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:52,676 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:52,670 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:52,676 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:52,680 INFO program/MainThread: stdout[58]: LVM 2024-03-01 21:19:52,680 INFO program/MainThread: stderr[58]: 2024-03-01 21:19:52,680 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 21:19:52,684 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:19:52,688 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:52,688 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 21:19:52,692 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:52,692 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 21:19:52,695 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:52,695 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 21:19:52,699 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:52,699 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 21:19:52,699 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 21:19:52,703 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:52,703 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 21:19:52,706 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:19:52,706 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:52,707 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:19:52,710 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': '22216935'} ; 2024-03-01 21:19:52,710 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:19:52,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:52,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:52,721 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:19:52,721 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:19:52,721 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:19:52,721 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:19:52,721 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 21:19:52,722 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 21:19:52,725 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:19:52,728 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:19:52,728 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:19:52,731 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:19:52,731 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:19:52,732 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 21:19:52,732 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb4546f0080) -- name = xvda status = True id = 228 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:19:52,735 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:19:52,738 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:52,738 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 21:19:52,742 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:52,742 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 21:19:52,745 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:52,745 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 21:19:52,748 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:52,749 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 21:19:52,752 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:19:52,754 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:19:52,758 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:19:52,762 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 0x7fb454710788> 2024-03-01 21:19:55,707 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 21:19:55,712 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:19:55,712 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:19:55,716 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': '22221140'} ; 2024-03-01 21:19:55,716 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:19:55,716 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:19:55,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:55,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:55,727 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:19:55,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:55,734 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:55,734 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:55,746 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:55,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:55,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 21:19:55,769 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 21:19:55,773 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:19:55,773 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 21:19:55,776 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:19:55,779 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:19:55,779 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:19:55,783 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:19:55,783 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:19:55,783 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:19:55,786 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:19:55,789 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:19:55,792 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:19:55,795 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:19:55,798 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:19:55,799 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:19:55,799 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 21:19:55,800 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:19:55,799 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fb4546f4e80) -- 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 0x7fb4546f99e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:19:55,804 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:19:55,807 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:19:55,807 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 21:19:55,810 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:19:55,810 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 21:19:55,814 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:55,814 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 21:19:55,817 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:19:55,817 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 21:19:55,817 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:19:55,820 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:19:55,820 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 21:19:55,823 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:19:55,823 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:19:55,827 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-uuid/7c7b1893-6461-47f0-a778-3e4edb81033b ' '/dev/disk/by-id/dm-uuid-LVM-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkETjwBmNEeWyXLz7ageN9pmbQJlLg7M67f ' '/dev/test_vg3/lv8 /dev/mapper/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_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-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkETjwBmNEeWyXLz7ageN9pmbQJlLg7M67f', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7c7b1893-6461-47f0-a778-3e4edb81033b', 'ID_FS_UUID_ENC': '7c7b1893-6461-47f0-a778-3e4edb81033b', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1476548487'} ; 2024-03-01 21:19:55,827 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:19:55,827 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:55,831 INFO program/MainThread: stdout[59]: LVM 2024-03-01 21:19:55,832 INFO program/MainThread: stderr[59]: 2024-03-01 21:19:55,832 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 21:19:55,832 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:55,835 INFO program/MainThread: stdout[60]: LVM 2024-03-01 21:19:55,836 INFO program/MainThread: stderr[60]: 2024-03-01 21:19:55,836 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 21:19:55,836 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:55,839 INFO program/MainThread: stdout[61]: LVM 2024-03-01 21:19:55,840 INFO program/MainThread: stderr[61]: 2024-03-01 21:19:55,840 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 21:19:55,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:55,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:19:55,852 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:55,853 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:55,853 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:55,854 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:55,848 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:55,855 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:19:55,859 INFO program/MainThread: stdout[62]: LVM 2024-03-01 21:19:55,859 INFO program/MainThread: stderr[62]: 2024-03-01 21:19:55,859 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 21:19:55,863 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:19:55,863 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 21:19:55,867 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEdETeVVFIfIDQED6UfoLQc4IhGo2vPpsl ' '/dev/test_vg3/lv7 ' '/dev/disk/by-uuid/2653c731-68d3-45ad-82fd-5f4b506be8ca ' '/dev/mapper/test_vg3-lv7 /dev/disk/by-id/dm-name-test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', '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-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEdETeVVFIfIDQED6UfoLQc4IhGo2vPpsl', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2653c731-68d3-45ad-82fd-5f4b506be8ca', 'ID_FS_UUID_ENC': '2653c731-68d3-45ad-82fd-5f4b506be8ca', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1476888411'} ; 2024-03-01 21:19:55,867 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:19:55,867 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:55,871 INFO program/MainThread: stdout[63]: LVM 2024-03-01 21:19:55,871 INFO program/MainThread: stderr[63]: 2024-03-01 21:19:55,871 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 21:19:55,871 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:55,875 INFO program/MainThread: stdout[64]: LVM 2024-03-01 21:19:55,875 INFO program/MainThread: stderr[64]: 2024-03-01 21:19:55,875 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 21:19:55,875 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:55,878 INFO program/MainThread: stdout[65]: LVM 2024-03-01 21:19:55,878 INFO program/MainThread: stderr[65]: 2024-03-01 21:19:55,879 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 21:19:55,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:55,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:19:55,890 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:55,892 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:55,892 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:55,893 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:55,887 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:55,894 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:19:55,897 INFO program/MainThread: stdout[66]: LVM 2024-03-01 21:19:55,898 INFO program/MainThread: stderr[66]: 2024-03-01 21:19:55,898 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 21:19:55,902 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:19:55,902 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 21:19:55,905 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEIrs6SYLzTlDwnGNv1fmS4m8qNfuibMed ' '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/68ee5b5f-d44b-4fc1-a1b6-df9432b3eb61', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', '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-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEIrs6SYLzTlDwnGNv1fmS4m8qNfuibMed', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '68ee5b5f-d44b-4fc1-a1b6-df9432b3eb61', 'ID_FS_UUID_ENC': '68ee5b5f-d44b-4fc1-a1b6-df9432b3eb61', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1477231280'} ; 2024-03-01 21:19:55,905 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:19:55,905 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:55,909 INFO program/MainThread: stdout[67]: LVM 2024-03-01 21:19:55,909 INFO program/MainThread: stderr[67]: 2024-03-01 21:19:55,909 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 21:19:55,909 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:55,912 INFO program/MainThread: stdout[68]: LVM 2024-03-01 21:19:55,912 INFO program/MainThread: stderr[68]: 2024-03-01 21:19:55,913 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 21:19:55,913 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:55,916 INFO program/MainThread: stdout[69]: LVM 2024-03-01 21:19:55,916 INFO program/MainThread: stderr[69]: 2024-03-01 21:19:55,916 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 21:19:55,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:55,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:19:55,928 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:55,929 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:55,929 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:55,930 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:55,924 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:55,931 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:19:55,934 INFO program/MainThread: stdout[70]: LVM 2024-03-01 21:19:55,934 INFO program/MainThread: stderr[70]: 2024-03-01 21:19:55,935 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 21:19:55,939 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:19:55,939 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 21:19:55,942 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/mapper/test_vg3-lv5 ' '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/a62271b6-f495-4b0d-b4ca-1ddf8eb3e723 ' '/dev/disk/by-id/dm-uuid-LVM-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEk9iv74LLZMSkVP2K8cNMSUwW0BRDoYEm', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', '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-lbqXMzWO4sYtClgLoXfE7leulOa9ZvkEk9iv74LLZMSkVP2K8cNMSUwW0BRDoYEm', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a62271b6-f495-4b0d-b4ca-1ddf8eb3e723', 'ID_FS_UUID_ENC': 'a62271b6-f495-4b0d-b4ca-1ddf8eb3e723', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1477567282'} ; 2024-03-01 21:19:55,942 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:19:55,942 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:55,946 INFO program/MainThread: stdout[71]: LVM 2024-03-01 21:19:55,946 INFO program/MainThread: stderr[71]: 2024-03-01 21:19:55,946 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 21:19:55,946 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:55,949 INFO program/MainThread: stdout[72]: LVM 2024-03-01 21:19:55,950 INFO program/MainThread: stderr[72]: 2024-03-01 21:19:55,950 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 21:19:55,950 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:55,953 INFO program/MainThread: stdout[73]: LVM 2024-03-01 21:19:55,953 INFO program/MainThread: stderr[73]: 2024-03-01 21:19:55,953 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 21:19:55,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:55,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 21:19:55,965 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:55,966 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:55,966 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:55,968 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:55,962 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:55,968 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:19:55,972 INFO program/MainThread: stdout[74]: LVM 2024-03-01 21:19:55,972 INFO program/MainThread: stderr[74]: 2024-03-01 21:19:55,973 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 21:19:55,976 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:19:55,977 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 21:19:55,980 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-uuid/493d2c4d-7db6-4ecd-9770-5d77e917638f ' '/dev/mapper/test_vg2-lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-T6R3m9EaCAxv29lsU1o6z4wMxqZ1DReMO8WgEVu02nT5wgdcd14eX7gqa3ILSwSB', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', '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-T6R3m9EaCAxv29lsU1o6z4wMxqZ1DReMO8WgEVu02nT5wgdcd14eX7gqa3ILSwSB', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '493d2c4d-7db6-4ecd-9770-5d77e917638f', 'ID_FS_UUID_ENC': '493d2c4d-7db6-4ecd-9770-5d77e917638f', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1478481974'} ; 2024-03-01 21:19:55,980 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:19:55,980 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:55,984 INFO program/MainThread: stdout[75]: LVM 2024-03-01 21:19:55,984 INFO program/MainThread: stderr[75]: 2024-03-01 21:19:55,984 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 21:19:55,984 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:55,988 INFO program/MainThread: stdout[76]: LVM 2024-03-01 21:19:55,988 INFO program/MainThread: stderr[76]: 2024-03-01 21:19:55,988 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 21:19:55,988 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:55,992 INFO program/MainThread: stdout[77]: LVM 2024-03-01 21:19:55,992 INFO program/MainThread: stderr[77]: 2024-03-01 21:19:55,992 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 21:19:55,997 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:19:56,003 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,004 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,004 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,005 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,001 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,006 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:19:56,010 INFO program/MainThread: stdout[78]: LVM 2024-03-01 21:19:56,010 INFO program/MainThread: stderr[78]: 2024-03-01 21:19:56,010 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 21:19:56,014 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:19:56,014 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 21:19:56,017 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-T6R3m9EaCAxv29lsU1o6z4wMxqZ1DReM8zlyqp8CHd1XKwQ5N6EwACo6XmMYfTQ5 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-uuid/7b13caef-1499-41a3-a2ad-e61f43091fa6', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', '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-T6R3m9EaCAxv29lsU1o6z4wMxqZ1DReM8zlyqp8CHd1XKwQ5N6EwACo6XmMYfTQ5', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7b13caef-1499-41a3-a2ad-e61f43091fa6', 'ID_FS_UUID_ENC': '7b13caef-1499-41a3-a2ad-e61f43091fa6', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1478793228'} ; 2024-03-01 21:19:56,017 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:19:56,018 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:56,021 INFO program/MainThread: stdout[79]: LVM 2024-03-01 21:19:56,021 INFO program/MainThread: stderr[79]: 2024-03-01 21:19:56,021 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 21:19:56,022 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:56,025 INFO program/MainThread: stdout[80]: LVM 2024-03-01 21:19:56,025 INFO program/MainThread: stderr[80]: 2024-03-01 21:19:56,025 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 21:19:56,025 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:56,029 INFO program/MainThread: stdout[81]: LVM 2024-03-01 21:19:56,029 INFO program/MainThread: stderr[81]: 2024-03-01 21:19:56,029 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 21:19:56,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:19:56,040 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,041 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,041 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,042 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,037 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,042 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:19:56,046 INFO program/MainThread: stdout[82]: LVM 2024-03-01 21:19:56,046 INFO program/MainThread: stderr[82]: 2024-03-01 21:19:56,046 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 21:19:56,050 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:19:56,050 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 21:19:56,053 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-hvGzhVLrBXTDwPeVUeZfTykVbh4fTgnnVx3bZWIOxMHLirS0PM3la7sVANDhEeCq ' '/dev/mapper/test_vg1-lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/test_vg1/lv2 ' '/dev/disk/by-uuid/8e5780f5-b275-4ac1-963e-f8d940f3e026', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', '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-hvGzhVLrBXTDwPeVUeZfTykVbh4fTgnnVx3bZWIOxMHLirS0PM3la7sVANDhEeCq', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '8e5780f5-b275-4ac1-963e-f8d940f3e026', 'ID_FS_UUID_ENC': '8e5780f5-b275-4ac1-963e-f8d940f3e026', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1479706810'} ; 2024-03-01 21:19:56,053 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:19:56,054 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:56,057 INFO program/MainThread: stdout[83]: LVM 2024-03-01 21:19:56,057 INFO program/MainThread: stderr[83]: 2024-03-01 21:19:56,057 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 21:19:56,057 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:56,061 INFO program/MainThread: stdout[84]: LVM 2024-03-01 21:19:56,061 INFO program/MainThread: stderr[84]: 2024-03-01 21:19:56,061 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 21:19:56,061 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:56,064 INFO program/MainThread: stdout[85]: LVM 2024-03-01 21:19:56,065 INFO program/MainThread: stderr[85]: 2024-03-01 21:19:56,065 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 21:19:56,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 21:19:56,076 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,076 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,077 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,077 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,073 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,078 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:19:56,082 INFO program/MainThread: stdout[86]: LVM 2024-03-01 21:19:56,082 INFO program/MainThread: stderr[86]: 2024-03-01 21:19:56,082 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 21:19:56,086 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:19:56,086 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 21:19:56,089 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/8d4697d5-417a-4348-a396-6d8bebad9a0a ' '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-hvGzhVLrBXTDwPeVUeZfTykVbh4fTgnnolV9NZlI0kxG5SvqDOPqmkIzjpGPx7h3 ' '/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-hvGzhVLrBXTDwPeVUeZfTykVbh4fTgnnolV9NZlI0kxG5SvqDOPqmkIzjpGPx7h3', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '8d4697d5-417a-4348-a396-6d8bebad9a0a', 'ID_FS_UUID_ENC': '8d4697d5-417a-4348-a396-6d8bebad9a0a', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1480048858'} ; 2024-03-01 21:19:56,089 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:19:56,089 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:56,093 INFO program/MainThread: stdout[87]: LVM 2024-03-01 21:19:56,093 INFO program/MainThread: stderr[87]: 2024-03-01 21:19:56,093 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 21:19:56,094 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:56,097 INFO program/MainThread: stdout[88]: LVM 2024-03-01 21:19:56,097 INFO program/MainThread: stderr[88]: 2024-03-01 21:19:56,097 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 21:19:56,097 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:56,101 INFO program/MainThread: stdout[89]: LVM 2024-03-01 21:19:56,101 INFO program/MainThread: stderr[89]: 2024-03-01 21:19:56,101 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 21:19:56,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:19:56,112 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,113 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,113 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,114 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,109 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,114 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:19:56,118 INFO program/MainThread: stdout[90]: LVM 2024-03-01 21:19:56,118 INFO program/MainThread: stderr[90]: 2024-03-01 21:19:56,118 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 21:19:56,122 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:19:56,122 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:19:56,123 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:56,134 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:56,150 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:19:56,151 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:19:56,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:56,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:56,164 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:19:56,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:56,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:56,176 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:19:56,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:56,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:56,188 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:19:56,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,194 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:56,197 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,200 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:56,200 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:19:56,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:56,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:56,212 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:19:56,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:19:56,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:19:56,224 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:19:56,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:19:56,230 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 21:19:56,230 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:19:56,231 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:19:56,231 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:19:56,232 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:19:56,232 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:19:56,232 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:19:56,233 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:19:56,233 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:19:56,233 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:19:56,234 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:19:56,234 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:19:56,234 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:19:56,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:19:56,240 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:19:56,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:19:56,246 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:19:56,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 21:19:56,251 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:19:56,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:19:56,257 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:19:56,260 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,260 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,261 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,262 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,257 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,264 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,265 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,265 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,266 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,262 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,269 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,269 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,270 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,271 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,267 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,273 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,274 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,274 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,275 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,271 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,278 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,278 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,279 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,279 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,275 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,282 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,283 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,283 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,284 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,280 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,286 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,287 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,287 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,288 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,284 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,291 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,291 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,292 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,292 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,288 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,295 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,296 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,296 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,297 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,293 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,299 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,300 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,301 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,301 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,297 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,304 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,305 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,305 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,306 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,302 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,308 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,309 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,309 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,310 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,306 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,313 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,313 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,314 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,315 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,311 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,317 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,318 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,318 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,319 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,315 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,322 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,322 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,323 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,323 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,320 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,326 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,327 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,327 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,328 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,324 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,330 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,331 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,332 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,332 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,328 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,335 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,336 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,336 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,337 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,333 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,339 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,340 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,340 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,341 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,337 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,344 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,344 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,345 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,346 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,342 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,348 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,349 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,349 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,350 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,346 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,353 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,353 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,354 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,354 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,351 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,357 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,358 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,358 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,359 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,355 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,361 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,362 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,363 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,363 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,359 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,366 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,367 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,367 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,368 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,364 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,370 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,371 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,371 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,372 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,368 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,375 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,375 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,376 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,377 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,373 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,379 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,380 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,380 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,381 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,377 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,384 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,384 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,385 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,385 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,381 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,388 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,389 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,389 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,390 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,386 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,392 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,393 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,394 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,395 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,390 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,398 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,399 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,400 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,401 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:19:56,396 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454723f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = olV9NZ-lI0k-xG5S-vqDO-Pqmk-Izjp-GPx7h3 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:19:56,402 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 21:19:56,405 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:19:56,406 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:19:56,406 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 21:19:56,410 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 21:19:56,410 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:19:56,410 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 21:19:56,415 INFO program/MainThread: stdout[91]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:19:56,415 INFO program/MainThread: stderr[91]: 2024-03-01 21:19:56,415 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 21:19:56,420 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 21:19:56,420 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 21:19:56,420 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:19:56,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 21:19:56,426 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:19:56,429 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,429 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,430 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,430 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,427 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,433 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,434 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,434 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,435 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,431 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,437 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,438 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,438 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,439 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,435 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,441 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,442 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,442 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,443 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,439 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,445 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,446 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,446 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,447 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,443 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,449 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,450 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,450 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,451 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,447 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,453 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,454 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,454 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,455 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,451 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,457 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,458 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,458 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,459 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,455 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,461 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,462 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,462 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,463 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,459 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,465 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,466 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,466 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,467 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,463 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,469 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,470 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,470 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,471 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,467 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,473 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,474 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,474 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,475 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,471 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,477 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,478 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,478 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,479 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,475 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,481 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,482 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,482 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,483 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,479 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,485 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,486 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,486 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,486 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,483 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,489 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,490 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,490 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,490 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,487 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,493 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,493 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,494 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,494 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,491 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,497 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,497 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,498 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,498 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,495 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,501 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,502 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,502 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,502 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,499 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,505 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,506 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,506 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,507 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,503 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,509 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,510 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,510 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,511 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,507 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,513 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,514 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,514 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,514 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,511 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,517 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,518 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,518 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,519 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,515 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,521 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,522 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,522 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,522 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,519 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,525 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,526 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,526 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,526 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,523 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,529 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,530 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,530 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,530 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,527 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,533 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,534 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,534 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,535 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,531 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,538 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,538 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,539 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,539 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,535 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,542 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,543 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,543 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,544 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,540 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,546 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,547 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,548 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,548 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,544 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,551 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,552 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,552 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,553 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,549 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,555 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,556 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,557 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:19:56,557 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:19:56,553 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb455b2e4e0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Vx3bZW-IOxM-HLir-S0PM-3la7-sVAN-DhEeCq 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 (0x7fb45479ea20) -- 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 = hvGzhV-LrBX-TDwP-eVUe-ZfTy-kVbh-4fTgnn size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 21:19:56,558 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 21:19:56,561 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:19:56,561 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:19:56,561 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 21:19:56,565 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 21:19:56,565 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:19:56,570 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:19:56,570 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 21:19:56,570 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:19:56,571 DEBUG blivet.ansible/MainThread: ['sda', 'test_vg1', 'sdb', 'sdc'] 2024-03-01 21:19:56,571 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 21:19:56,575 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 21:19:56,576 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:19:56,579 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:19:56,582 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:19:56,585 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:19:56,585 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 21:19:56,585 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:19:56,585 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 21:19:56,586 DEBUG blivet/MainThread: removing sda 2024-03-01 21:19:56,588 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 21:19:56,588 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:19:56,588 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 21:19:56,592 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 21:19:56,592 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:19:56,592 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 21:19:56,592 DEBUG blivet/MainThread: removing sdb 2024-03-01 21:19:56,595 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 21:19:56,595 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:19:56,595 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 21:19:56,598 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 21:19:56,598 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:19:56,598 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 21:19:56,598 DEBUG blivet/MainThread: removing sdc 2024-03-01 21:19:56,601 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 21:19:56,601 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:19:56,601 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 21:19:56,604 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 21:19:56,604 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:19:56,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:19:56,610 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 21:19:56,610 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:19:56,611 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:19:56,611 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:19:56,611 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:19:56,612 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:19:56,612 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:19:56,612 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:19:56,613 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:19:56,613 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:19:56,613 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:19:56,614 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:19:56,614 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:19:56,617 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 21:19:56,620 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 21:19:56,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 21:19:56,626 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 21:19:56,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 21:19:56,631 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 21:19:56,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:19:56,637 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:19:56,639 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,640 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,641 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,641 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,637 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,644 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,645 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,645 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,646 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,642 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,649 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,649 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,650 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,650 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,646 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,653 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,654 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,654 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,655 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,651 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,658 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,658 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,659 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,659 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,656 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,662 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,663 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,663 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,664 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,660 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,667 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,667 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,668 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,668 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,664 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,671 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,672 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,672 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,673 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,669 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,675 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,676 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,677 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,677 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,673 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,680 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,681 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,681 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,682 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,678 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,684 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,685 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,685 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,686 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,682 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,689 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,690 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,690 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,691 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,687 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,693 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,694 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,694 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,695 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,691 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,698 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,698 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,699 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,699 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,696 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,702 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,703 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,703 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,704 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,700 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,707 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,707 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,708 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,708 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,704 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,711 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,712 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,712 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,713 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,709 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,716 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,716 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,717 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,717 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,713 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,720 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,721 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,721 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,722 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,718 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,724 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,725 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,726 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,726 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,722 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,729 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,730 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,730 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,731 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,727 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,733 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,734 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,734 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,735 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,731 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,738 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,738 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,739 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,739 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,736 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,742 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,743 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,743 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,744 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,740 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,746 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,747 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,748 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,748 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,744 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,751 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,752 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,752 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,753 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,749 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,755 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,756 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,756 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,757 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,753 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,760 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,760 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,761 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,762 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,758 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,764 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,765 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,765 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,766 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,762 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,769 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,769 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,770 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,770 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,767 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,773 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,774 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,774 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,775 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,771 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,777 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,778 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,779 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,779 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:19:56,775 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454742f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8zlyqp-8CHd-1XKw-Q5N6-EwAC-o6Xm-MYfTQ5 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:19:56,780 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 21:19:56,783 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:19:56,783 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:19:56,783 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 21:19:56,787 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 21:19:56,787 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:19:56,790 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 21:19:56,790 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 21:19:56,790 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:19:56,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:19:56,797 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:19:56,799 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,799 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,800 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,800 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,797 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,803 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,803 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,804 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,804 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,801 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,807 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,807 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,807 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,808 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,805 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,810 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,811 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,811 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,812 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,808 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,814 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,815 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,815 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,816 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,812 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,818 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,819 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,819 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,820 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,816 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,822 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,823 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,823 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,824 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,820 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,826 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,827 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,827 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,827 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,824 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,830 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,830 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,831 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,831 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,828 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,834 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,834 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,835 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,835 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,832 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,838 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,838 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,839 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,839 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,836 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,841 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,842 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,842 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,843 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,840 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,845 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,846 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,846 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,847 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,843 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,849 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,850 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,850 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,851 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,847 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,853 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,854 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,854 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,855 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,851 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,857 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,858 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,858 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,859 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,855 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,861 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,861 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,862 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,862 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,859 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,865 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,865 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,866 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,866 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,863 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,869 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,869 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,870 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,870 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,867 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,873 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,873 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,873 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,874 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,871 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,876 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,877 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,877 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,878 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,874 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,880 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,881 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,881 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,882 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,878 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,884 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,885 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,885 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,886 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,882 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,888 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,889 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,889 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,890 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,886 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,892 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,893 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,893 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,893 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,890 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,896 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,896 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,897 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,897 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,894 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,900 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,900 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,901 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,901 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,898 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,904 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,904 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,905 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,905 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,902 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,908 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,908 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,908 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,909 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,906 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,911 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,912 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,912 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,913 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,909 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,915 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,916 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,916 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,917 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,913 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,919 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,920 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,920 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:19:56,921 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:19:56,917 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4637b9ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = O8WgEV-u02n-T5wg-dcd1-4eX7-gqa3-ILSwSB 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 (0x7fb45473b470) -- 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 = T6R3m9-EaCA-xv29-lsU1-o6z4-wMxq-Z1DReM size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 21:19:56,921 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 21:19:56,924 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:19:56,925 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:19:56,925 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 21:19:56,928 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 21:19:56,928 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:19:56,932 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:19:56,932 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 21:19:56,932 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:19:56,932 DEBUG blivet.ansible/MainThread: ['sde', 'sdd', 'sdf', 'test_vg2'] 2024-03-01 21:19:56,932 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 21:19:56,935 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 21:19:56,935 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:19:56,938 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:19:56,941 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:19:56,944 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:19:56,944 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 21:19:56,944 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:19:56,944 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 21:19:56,944 DEBUG blivet/MainThread: removing sde 2024-03-01 21:19:56,947 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 21:19:56,947 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:19:56,947 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 21:19:56,950 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 21:19:56,950 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:19:56,950 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 21:19:56,950 DEBUG blivet/MainThread: removing sdd 2024-03-01 21:19:56,953 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 21:19:56,953 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:19:56,953 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 21:19:56,956 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 21:19:56,956 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:19:56,957 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 21:19:56,957 DEBUG blivet/MainThread: removing sdf 2024-03-01 21:19:56,959 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 21:19:56,959 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:19:56,959 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 21:19:56,962 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 21:19:56,962 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:19:56,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:56,969 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 21:19:56,969 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:56,970 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:56,970 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:56,971 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:56,971 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:56,971 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:56,972 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:56,972 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:56,973 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:56,973 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:56,974 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:56,974 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:19:56,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 21:19:56,980 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 21:19:56,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 21:19:56,986 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 21:19:56,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 21:19:56,991 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 21:19:56,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:19:56,997 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 21:19:56,997 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 21:19:57,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 21:19:57,003 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:19:57,006 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,007 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,007 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,008 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,003 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,012 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,013 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,013 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,014 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,009 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,018 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,019 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,019 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,021 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,015 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,024 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,025 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,025 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,027 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,021 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,030 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,031 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,031 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,033 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,027 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,036 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,037 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,038 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,039 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,033 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,042 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,043 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,043 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,045 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,039 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,048 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,049 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,050 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,051 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,045 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,054 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,055 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,056 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,057 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,051 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,060 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,061 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,062 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,063 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,057 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,066 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,067 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,068 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,069 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,063 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,072 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,073 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,074 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,075 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,069 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,078 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,079 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,080 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,081 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,075 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,084 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,085 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,086 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,087 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,081 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,090 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,091 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,091 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,093 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,087 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,096 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,097 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,098 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,099 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,093 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,102 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,103 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,103 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,105 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,099 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,108 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,109 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,110 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,111 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,105 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,114 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,115 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,116 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,117 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,111 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,120 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,121 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,122 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,123 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,117 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,126 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,127 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,128 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,129 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,123 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,132 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,133 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,134 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,135 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,129 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,138 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,139 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,140 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,141 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,135 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,144 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,145 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,146 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,147 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,141 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,150 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,151 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,152 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,153 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,147 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,156 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,157 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,158 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,159 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,153 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,162 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,163 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,164 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,165 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,159 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,168 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,169 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,170 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,171 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,165 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,174 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,175 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,176 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,177 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,171 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,180 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,181 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,182 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,183 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,177 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,186 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,187 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,188 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,189 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,183 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,192 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,193 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,194 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,195 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:19:57,189 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb454748240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = k9iv74-LLZM-SkVP-2K8c-NMSU-wW0B-RDoYEm 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 (0x7fb45470c550) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:19:57,196 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 21:19:57,199 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:19:57,199 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:19:57,199 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 21:19:57,202 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 21:19:57,202 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:19:57,206 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 21:19:57,206 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 21:19:57,206 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:19:57,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:19:57,212 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:19:57,215 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,216 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,216 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,217 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,212 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,220 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,221 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,222 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,223 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,218 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,226 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,227 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,227 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,228 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,224 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,232 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,233 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,233 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,234 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,229 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,237 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,238 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,239 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,239 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,235 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,243 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,244 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,244 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,245 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,240 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,248 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,249 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,250 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,250 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,246 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,254 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,255 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,255 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,256 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,251 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,259 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,260 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,261 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,262 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,257 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,265 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,266 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,266 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,267 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,262 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,270 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,271 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,272 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,273 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,268 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,276 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,277 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,277 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,278 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,273 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,281 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,282 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,283 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,284 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,279 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,287 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,288 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,288 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,289 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,284 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,292 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,293 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,294 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,295 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,290 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,298 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,299 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,299 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,300 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,295 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,303 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,304 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,305 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,306 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,301 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,309 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,310 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,310 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,311 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,306 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,314 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,315 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,316 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,317 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,312 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,320 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,321 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,321 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,322 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,317 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,325 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,326 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,327 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,328 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,323 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,331 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,332 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,332 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,333 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,328 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,336 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,338 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,338 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,339 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,334 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,342 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,343 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,343 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,344 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,340 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,348 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,349 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,349 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,350 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,345 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,353 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,354 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,355 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,355 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,351 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,359 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,360 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,360 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,361 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,356 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,364 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,365 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,366 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,366 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,362 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,370 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,371 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,371 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,372 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,367 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,375 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,376 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,377 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,378 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,373 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,381 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,382 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,382 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,383 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,378 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,386 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,387 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,388 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,389 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:19:57,384 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb45473c5c0) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Irs6SY-LzTl-DwnG-Nv1f-mS4m-8qNf-uibMed 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:19:57,389 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 21:19:57,392 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:19:57,393 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:19:57,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 21:19:57,396 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 21:19:57,396 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:19:57,400 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 21:19:57,400 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 21:19:57,400 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:19:57,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:19:57,406 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:19:57,409 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,409 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,410 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,411 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,406 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,414 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,415 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,415 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,416 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,411 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,419 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,420 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,420 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,421 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,416 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,424 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,425 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,425 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,426 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,422 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,429 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,430 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,430 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,431 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,427 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,434 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,435 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,435 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,436 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,432 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,439 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,440 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,440 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,441 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,437 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,444 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,445 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,445 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,446 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,442 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,449 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,450 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,450 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,451 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,447 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,454 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,455 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,455 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,456 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,452 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,459 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,460 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,460 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,461 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,457 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,464 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,465 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,465 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,466 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,462 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,469 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,470 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,471 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,471 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,467 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,474 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,475 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,476 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,476 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,472 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,479 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,480 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,481 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,481 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,477 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,484 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,485 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,486 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,486 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,482 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,489 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,490 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,491 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,491 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,487 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,495 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,495 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,496 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,497 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,492 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,500 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,500 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,501 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,502 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,497 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,505 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,506 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,506 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,507 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,502 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,510 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,511 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,511 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,512 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,507 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,515 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,516 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,516 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,517 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,512 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,520 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,521 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,521 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,522 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,517 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,525 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,526 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,526 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,527 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,522 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,530 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,531 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,531 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,532 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,528 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,535 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,536 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,536 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,537 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,533 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,540 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,541 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,541 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,542 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,538 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,545 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,546 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,546 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,547 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,543 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,550 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,551 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,551 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,552 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,548 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,555 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,556 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,556 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,557 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,553 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,560 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,561 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,562 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,562 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,558 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,565 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,566 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,567 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,567 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:19:57,563 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4558a4400) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dETeVV-FIfI-DQED-6Ufo-LQc4-IhGo-2vPpsl 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,568 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 21:19:57,571 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:19:57,571 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:19:57,572 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 21:19:57,575 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 21:19:57,575 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:19:57,578 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:19:57,578 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 21:19:57,579 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:19:57,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:19:57,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:19:57,584 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:19:57,587 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,587 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,588 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,589 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,584 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,591 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,592 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,592 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,593 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,589 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,596 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,597 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,597 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,598 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,594 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,600 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,601 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,602 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,602 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,598 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,605 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,606 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,606 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,607 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,603 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,609 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,610 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,611 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,611 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,607 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,614 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,615 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,615 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,616 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,612 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,619 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,619 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,620 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,620 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,616 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,623 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,624 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,624 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,625 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,621 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,628 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,628 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,629 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,629 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,625 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,632 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,633 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,633 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,634 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,630 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,637 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,637 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,638 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,638 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,634 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,641 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,642 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,642 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,643 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,639 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,645 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,646 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,647 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,647 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,643 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,650 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,651 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,651 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,652 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,648 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,655 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,655 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,656 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,656 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,652 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,659 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,660 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,660 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,661 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,657 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,664 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,664 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,665 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,665 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,661 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,668 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,669 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,669 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,670 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,666 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,673 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,673 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,674 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,674 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,670 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,677 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,678 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,678 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,679 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,675 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,682 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,682 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,683 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,683 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,679 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,686 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,687 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,687 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,688 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,684 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,691 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,691 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,692 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,692 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,688 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,695 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,696 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,696 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,697 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,693 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,700 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,700 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,701 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,701 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,697 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,704 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,705 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,705 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,706 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,702 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,709 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,709 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,710 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,710 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,706 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,713 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,714 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,714 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,715 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,711 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,718 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,718 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,719 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,719 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,715 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,722 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,723 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,723 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,724 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,720 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,727 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,727 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,728 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:19:57,728 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:19:57,724 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb4546de748) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = TjwBmN-EeWy-XLz7-ageN-9pmb-QJlL-g7M67f 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 (0x7fb45470c550) -- 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 = lbqXMz-WO4s-YtCl-gLoX-fE7l-eulO-a9ZvkE size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:19:57,729 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 21:19:57,732 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:19:57,732 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:19:57,732 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 21:19:57,736 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 21:19:57,736 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:19:57,739 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 21:19:57,739 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 21:19:57,739 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:19:57,740 DEBUG blivet.ansible/MainThread: ['sdh', 'test_vg3', 'sdg', 'sdi', 'sdj'] 2024-03-01 21:19:57,740 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 21:19:57,742 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 21:19:57,743 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:19:57,746 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:19:57,749 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:19:57,752 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:19:57,755 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:19:57,755 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 21:19:57,755 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:19:57,755 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 21:19:57,755 DEBUG blivet/MainThread: removing sdh 2024-03-01 21:19:57,758 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 21:19:57,758 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:19:57,758 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 21:19:57,761 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 21:19:57,761 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:19:57,761 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 21:19:57,761 DEBUG blivet/MainThread: removing sdg 2024-03-01 21:19:57,764 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 21:19:57,764 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:19:57,764 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 21:19:57,767 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 21:19:57,767 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:19:57,768 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 21:19:57,768 DEBUG blivet/MainThread: removing sdi 2024-03-01 21:19:57,770 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 21:19:57,770 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:19:57,771 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 21:19:57,773 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 21:19:57,774 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:19:57,774 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 21:19:57,774 DEBUG blivet/MainThread: removing sdj 2024-03-01 21:19:57,776 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 21:19:57,776 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:19:57,777 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 21:19:57,779 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 21:19:57,780 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:19:57,780 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:57,795 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:57,810 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:57,825 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:57,844 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:19:57,844 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:57,858 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:57,877 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:19:57,878 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:57,892 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:57,911 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:19:57,911 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:57,925 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:57,943 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:19:57,944 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:57,955 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:57,973 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:19:57,974 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:57,985 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:58,003 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:19:58,004 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:58,020 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:58,039 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:19:58,040 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:58,055 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:58,074 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:19:58,074 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:19:58,075 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:19:58,075 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:19:58,075 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:19:58,075 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:19:58,075 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:19:58,075 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:19:58,075 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:19:58,075 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:19:58,075 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:19:58,075 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:19:58,075 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:19:58,075 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:19:58,076 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:19:58,076 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:19:58,076 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:19:58,076 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:19:58,076 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:19:58,076 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:19:58,076 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:19:58,076 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:19:58,076 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:19:58,076 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:19:58,076 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:19:58,076 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:19:58,076 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:19:58,076 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:19:58,076 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:19:58,076 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:19:58,077 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:19:58,078 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:19:58,081 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:19:58,084 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:19:58,087 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:19:58,088 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:19:58,090 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:19:58,091 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 0x7fb4546caf68> 2024-03-01 21:19:58,091 INFO blivet/MainThread: sorting actions... 2024-03-01 21:19:58,114 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:19:58,115 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:19:58,115 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:19:58,115 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:19:58,115 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:19:58,115 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:19:58,115 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:19:58,115 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:19:58,116 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:19:58,116 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:19:58,116 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:19:58,116 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:19:58,116 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:19:58,116 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:19:58,116 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:19:58,117 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:19:58,117 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:19:58,117 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:19:58,117 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:19:58,117 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:19:58,117 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:19:58,117 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:19:58,118 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:19:58,118 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:19:58,118 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:19:58,118 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:19:58,118 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:19:58,118 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:19:58,118 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:19:58,119 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:19:58,122 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:58,125 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:19:58,125 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 21:19:58,134 INFO program/MainThread: stdout: 2024-03-01 21:19:58,134 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:19:58,134 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:58,134 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:58,150 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:58,150 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:58,164 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:58,164 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:19:58,169 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 21:19:58,172 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 21:19:58,176 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:19:58,179 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 21:19:58,183 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 21:19:58,183 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:58,222 INFO program/MainThread: stdout[92]: 2024-03-01 21:19:58,222 INFO program/MainThread: stderr[92]: 2024-03-01 21:19:58,222 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 21:19:58,227 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:19:58,230 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:58,233 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:19:58,236 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:58,239 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:19:58,242 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:58,245 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:19:58,248 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:58,251 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:19:58,254 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 21:19:58,254 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:58,309 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 21:19:58,310 INFO program/MainThread: stderr[93]: 2024-03-01 21:19:58,310 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 21:19:58,311 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:19:58,318 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:58,326 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:19:58,326 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 21:19:58,348 INFO program/MainThread: stdout: 2024-03-01 21:19:58,348 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:19:58,348 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:58,348 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:58,369 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:58,369 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:58,384 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:58,384 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:19:58,389 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 21:19:58,392 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 21:19:58,396 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:19:58,399 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 21:19:58,402 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 21:19:58,402 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:58,437 INFO program/MainThread: stdout[94]: 2024-03-01 21:19:58,437 INFO program/MainThread: stderr[94]: 2024-03-01 21:19:58,437 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 21:19:58,442 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:19:58,445 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:58,448 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:19:58,451 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:58,454 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:19:58,458 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:58,461 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:19:58,464 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:58,467 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:19:58,470 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 21:19:58,470 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:58,519 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 21:19:58,520 INFO program/MainThread: stderr[95]: 2024-03-01 21:19:58,520 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 21:19:58,521 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:19:58,528 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:58,536 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:19:58,536 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 21:19:58,554 INFO program/MainThread: stdout: 2024-03-01 21:19:58,554 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:19:58,554 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:58,554 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:58,582 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:58,582 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:58,594 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:58,594 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:19:58,599 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 21:19:58,602 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 21:19:58,606 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:19:58,609 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 21:19:58,612 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 21:19:58,613 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:58,648 INFO program/MainThread: stdout[96]: 2024-03-01 21:19:58,648 INFO program/MainThread: stderr[96]: 2024-03-01 21:19:58,648 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 21:19:58,653 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:19:58,656 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:58,659 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:19:58,662 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:58,665 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:19:58,669 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:58,672 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:19:58,675 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:58,678 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:19:58,681 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 21:19:58,681 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:58,733 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 21:19:58,733 INFO program/MainThread: stderr[97]: 2024-03-01 21:19:58,733 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 21:19:58,734 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:19:58,742 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:58,751 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:19:58,752 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 21:19:58,767 INFO program/MainThread: stdout: 2024-03-01 21:19:58,767 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:19:58,768 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:58,768 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:58,795 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:58,795 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:58,808 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:58,808 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:19:58,813 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 21:19:58,816 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 21:19:58,820 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:19:58,823 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 21:19:58,826 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 21:19:58,827 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:58,862 INFO program/MainThread: stdout[98]: 2024-03-01 21:19:58,862 INFO program/MainThread: stderr[98]: 2024-03-01 21:19:58,862 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 21:19:58,867 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:19:58,870 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:58,873 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:19:58,876 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:58,879 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:19:58,882 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:58,885 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:19:58,888 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:58,891 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:19:58,894 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 21:19:58,894 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:58,933 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 21:19:58,933 INFO program/MainThread: stderr[99]: 2024-03-01 21:19:58,933 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 21:19:58,934 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:19:58,941 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 21:19:58,952 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 21:19:58,958 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:19:58,969 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:58,975 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:19:58,984 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:58,988 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:19:58,997 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:59,003 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:19:59,008 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:59,012 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:19:59,015 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 21:19:59,015 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:59,054 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 21:19:59,054 INFO program/MainThread: stderr[100]: 2024-03-01 21:19:59,054 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 21:19:59,055 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:59,115 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 21:19:59,115 INFO program/MainThread: stderr[101]: 2024-03-01 21:19:59,115 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 21:19:59,116 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:59,164 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 21:19:59,164 INFO program/MainThread: stderr[102]: 2024-03-01 21:19:59,164 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 21:19:59,165 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:19:59,172 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:59,180 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 21:19:59,185 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 21:19:59,186 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdj --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:59,243 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 21:19:59,244 INFO program/MainThread: stderr[103]: 2024-03-01 21:19:59,244 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 21:19:59,244 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 21:19:59,244 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:59,276 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:59,277 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:59,297 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:59,298 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:59,313 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:59,313 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:19:59,317 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:59,320 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 21:19:59,323 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 21:19:59,323 INFO program/MainThread: Running [104] lvm pvremove --force --force --yes /dev/sdi --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:59,354 INFO program/MainThread: stdout[104]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 21:19:59,354 INFO program/MainThread: stderr[104]: 2024-03-01 21:19:59,354 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 21:19:59,354 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 21:19:59,355 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:59,391 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:59,392 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:59,410 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:59,410 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:59,423 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:59,423 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:19:59,427 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:59,430 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 21:19:59,433 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 21:19:59,433 INFO program/MainThread: Running [105] lvm pvremove --force --force --yes /dev/sdg --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:59,469 INFO program/MainThread: stdout[105]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 21:19:59,469 INFO program/MainThread: stderr[105]: 2024-03-01 21:19:59,469 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 21:19:59,469 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 21:19:59,469 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:59,500 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:59,501 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:59,516 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:59,516 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:59,528 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:59,529 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:19:59,533 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:59,536 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 21:19:59,539 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 21:19:59,539 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdh --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:59,570 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 21:19:59,570 INFO program/MainThread: stderr[106]: 2024-03-01 21:19:59,570 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 21:19:59,570 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 21:19:59,570 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:59,602 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:59,602 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:59,616 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:59,616 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:59,632 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:59,632 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:19:59,637 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:59,640 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:19:59,640 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 21:19:59,647 INFO program/MainThread: stdout: 2024-03-01 21:19:59,647 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:19:59,647 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:59,647 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:59,662 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:59,662 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:59,673 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:59,673 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:19:59,677 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 21:19:59,681 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 21:19:59,684 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:19:59,688 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 21:19:59,691 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 21:19:59,692 INFO program/MainThread: Running [107] lvm lvchange -an test_vg2/lv4 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:59,731 INFO program/MainThread: stdout[107]: 2024-03-01 21:19:59,731 INFO program/MainThread: stderr[107]: 2024-03-01 21:19:59,731 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 21:19:59,736 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:19:59,739 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:59,742 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 21:19:59,745 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:59,748 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 21:19:59,751 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:59,754 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 21:19:59,757 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 21:19:59,757 INFO program/MainThread: Running [108] lvm lvremove --yes test_vg2/lv4 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:59,800 INFO program/MainThread: stdout[108]: Logical volume "lv4" successfully removed. 2024-03-01 21:19:59,801 INFO program/MainThread: stderr[108]: 2024-03-01 21:19:59,801 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 21:19:59,801 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:19:59,809 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:59,818 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:19:59,819 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 21:19:59,838 INFO program/MainThread: stdout: 2024-03-01 21:19:59,838 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:19:59,838 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:59,838 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:59,855 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:59,855 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:19:59,868 DEBUG program/MainThread: Return code: 0 2024-03-01 21:19:59,868 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:19:59,872 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 21:19:59,876 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 21:19:59,880 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:19:59,883 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 21:19:59,886 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 21:19:59,886 INFO program/MainThread: Running [109] lvm lvchange -an test_vg2/lv3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:59,923 INFO program/MainThread: stdout[109]: 2024-03-01 21:19:59,923 INFO program/MainThread: stderr[109]: 2024-03-01 21:19:59,923 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 21:19:59,927 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:19:59,931 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:59,934 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:19:59,937 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:59,940 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:19:59,943 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:19:59,946 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:19:59,949 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 21:19:59,949 INFO program/MainThread: Running [110] lvm lvremove --yes test_vg2/lv3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:19:59,995 INFO program/MainThread: stdout[110]: Logical volume "lv3" successfully removed. 2024-03-01 21:19:59,995 INFO program/MainThread: stderr[110]: 2024-03-01 21:19:59,995 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 21:19:59,996 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:20:00,003 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 21:20:00,011 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 21:20:00,015 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:20:00,020 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:00,025 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:20:00,033 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:00,037 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:20:00,042 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:00,045 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:20:00,048 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 21:20:00,049 INFO program/MainThread: Running [111] lvm vgreduce --removemissing --force test_vg2 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:20:00,089 INFO program/MainThread: stdout[111]: Volume group "test_vg2" is already consistent. 2024-03-01 21:20:00,089 INFO program/MainThread: stderr[111]: 2024-03-01 21:20:00,089 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 21:20:00,089 INFO program/MainThread: Running [112] lvm vgchange -an test_vg2 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:20:00,132 INFO program/MainThread: stdout[112]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 21:20:00,132 INFO program/MainThread: stderr[112]: 2024-03-01 21:20:00,132 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 21:20:00,133 INFO program/MainThread: Running [113] lvm vgremove --force test_vg2 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:20:00,172 INFO program/MainThread: stdout[113]: Volume group "test_vg2" successfully removed 2024-03-01 21:20:00,173 INFO program/MainThread: stderr[113]: 2024-03-01 21:20:00,173 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 21:20:00,174 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:20:00,181 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:00,188 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 21:20:00,193 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 21:20:00,193 INFO program/MainThread: Running [114] lvm pvremove --force --force --yes /dev/sdf --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:20:00,232 INFO program/MainThread: stdout[114]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 21:20:00,232 INFO program/MainThread: stderr[114]: 2024-03-01 21:20:00,232 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 21:20:00,233 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 21:20:00,233 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:00,247 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:00,247 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:00,260 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:00,260 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:00,273 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:00,273 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:20:00,277 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:00,280 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 21:20:00,283 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 21:20:00,283 INFO program/MainThread: Running [115] lvm pvremove --force --force --yes /dev/sdd --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:20:00,312 INFO program/MainThread: stdout[115]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 21:20:00,312 INFO program/MainThread: stderr[115]: 2024-03-01 21:20:00,312 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 21:20:00,312 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 21:20:00,313 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:00,348 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:00,349 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:00,362 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:00,362 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:00,379 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:00,379 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:20:00,383 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:00,386 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 21:20:00,389 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 21:20:00,389 INFO program/MainThread: Running [116] lvm pvremove --force --force --yes /dev/sde --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:20:00,418 INFO program/MainThread: stdout[116]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 21:20:00,418 INFO program/MainThread: stderr[116]: 2024-03-01 21:20:00,418 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 21:20:00,418 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 21:20:00,419 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:00,451 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:00,451 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:00,468 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:00,468 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:00,482 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:00,482 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:20:00,487 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:00,490 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:20:00,490 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 21:20:00,499 INFO program/MainThread: stdout: 2024-03-01 21:20:00,499 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:20:00,499 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:00,499 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:00,516 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:00,516 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:00,528 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:00,528 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:20:00,532 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 21:20:00,536 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 21:20:00,539 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:20:00,543 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 21:20:00,546 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 21:20:00,546 INFO program/MainThread: Running [117] lvm lvchange -an test_vg1/lv2 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:20:00,577 INFO program/MainThread: stdout[117]: 2024-03-01 21:20:00,577 INFO program/MainThread: stderr[117]: 2024-03-01 21:20:00,577 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 21:20:00,582 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:20:00,585 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:00,588 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 21:20:00,591 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:00,594 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 21:20:00,597 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:00,600 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 21:20:00,603 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 21:20:00,603 INFO program/MainThread: Running [118] lvm lvremove --yes test_vg1/lv2 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:20:00,646 INFO program/MainThread: stdout[118]: Logical volume "lv2" successfully removed. 2024-03-01 21:20:00,646 INFO program/MainThread: stderr[118]: 2024-03-01 21:20:00,646 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 21:20:00,647 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:20:00,654 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:00,662 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:20:00,662 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 21:20:00,679 INFO program/MainThread: stdout: 2024-03-01 21:20:00,679 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:20:00,679 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:00,679 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:00,700 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:00,700 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:00,715 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:00,715 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:20:00,719 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 21:20:00,723 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:20:00,726 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:20:00,730 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 21:20:00,733 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:20:00,733 INFO program/MainThread: Running [119] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:20:00,768 INFO program/MainThread: stdout[119]: 2024-03-01 21:20:00,768 INFO program/MainThread: stderr[119]: 2024-03-01 21:20:00,768 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 21:20:00,772 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:20:00,776 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:00,779 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:20:00,782 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:00,785 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:20:00,788 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:00,791 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:20:00,794 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 21:20:00,794 INFO program/MainThread: Running [120] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:20:00,839 INFO program/MainThread: stdout[120]: Logical volume "lv1" successfully removed. 2024-03-01 21:20:00,840 INFO program/MainThread: stderr[120]: 2024-03-01 21:20:00,840 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 21:20:00,841 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:20:00,848 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 21:20:00,855 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 21:20:00,860 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:20:00,867 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:00,872 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:20:00,878 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:00,882 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:20:00,885 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:00,888 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:20:00,891 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 21:20:00,891 INFO program/MainThread: Running [121] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:20:00,931 INFO program/MainThread: stdout[121]: Volume group "test_vg1" is already consistent. 2024-03-01 21:20:00,931 INFO program/MainThread: stderr[121]: 2024-03-01 21:20:00,931 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 21:20:00,931 INFO program/MainThread: Running [122] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:20:00,973 INFO program/MainThread: stdout[122]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 21:20:00,973 INFO program/MainThread: stderr[122]: 2024-03-01 21:20:00,973 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 21:20:00,973 INFO program/MainThread: Running [123] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:20:01,007 INFO program/MainThread: stdout[123]: Volume group "test_vg1" successfully removed 2024-03-01 21:20:01,007 INFO program/MainThread: stderr[123]: 2024-03-01 21:20:01,007 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 21:20:01,008 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:20:01,015 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:01,022 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:20:01,027 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:20:01,027 INFO program/MainThread: Running [124] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:20:01,068 INFO program/MainThread: stdout[124]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 21:20:01,068 INFO program/MainThread: stderr[124]: 2024-03-01 21:20:01,068 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 21:20:01,068 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 21:20:01,069 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:01,080 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:01,080 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:01,091 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:01,091 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:01,104 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:01,104 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:20:01,108 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:01,111 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:20:01,114 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:20:01,114 INFO program/MainThread: Running [125] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:20:01,147 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 21:20:01,148 INFO program/MainThread: stderr[125]: 2024-03-01 21:20:01,148 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 21:20:01,148 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 21:20:01,148 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:01,184 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:01,185 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:01,199 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:01,199 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:01,212 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:01,212 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:20:01,216 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:20:01,219 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:20:01,222 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:20:01,222 INFO program/MainThread: Running [126] 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 21:20:01,254 INFO program/MainThread: stdout[126]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 21:20:01,255 INFO program/MainThread: stderr[126]: 2024-03-01 21:20:01,255 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 21:20:01,255 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 21:20:01,255 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:01,292 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:01,292 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:01,307 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:01,308 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:20:01,320 DEBUG program/MainThread: Return code: 0 2024-03-01 21:20:01,325 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:20:01,325 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 0x7fb4546ca258> to retry, use: --limit @/tmp/tests_single_lv.retry PLAY RECAP ********************************************************************* sut : ok=106 changed=4 unreachable=0 failed=1 skipped=70 rescued=0 ignored=0 Friday 01 March 2024 21:20:07 +0000 (0:00:01.417) 0:01:23.559 ********** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 11.70s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.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.12s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Get required packages --------------- 6.63s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Get required packages --------------- 4.55s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.79s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Ensure test packages ---------------------------------------------------- 2.71s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 ------ fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.70s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Ensure test packages ---------------------------------------------------- 2.70s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 ------ fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.69s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.69s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.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.69s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.68s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.68s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.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.67s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.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.67s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.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.66s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Get service facts ------------------- 1.83s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Get service facts ------------------- 1.81s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Get service facts ------------------- 1.76s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Debug why list of unused disks has changed ------------------------------ 1.42s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:39 -------- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---